Hey guys, I’m writing a daily ETL job that gets ad-group level metrics. However, it seems like for the duration between starting and ending date, all metrics are returned as an array of integers with no top-level association with a date/timestamp. This makes it non-trivial to backfill data say a year back. Is there an easy way to do this instead of writing a custom solution that maps the returned data to specific dates?
Did anybody from Twitter gave you the answer for this? I’m dealing with the same problem.
Thanks,
Mark