Hey @imit8me,
for example: this is my request, ‘/4/stats/accounts/<account_id>?entity=LINE_ITEM&entity_ids=<list of 20 line tiem id’s>&start_time=2018-10-11&end_time=2018-10-18&granularity=DAY&placement=ALL_ON_TWITTER&metric_groups=ENGAGEMENT’
what I expect is, the stats for all the 20 line item id’s for each and every day between start_time and end_time (e.g: 2018-10-11. 2018-10-12 … 2018-10-18) … but, my response output has only
{u’request’: {u’params’: {u’placement’: u’ALL_ON_TWITTER’, u’metric_groups’: [u’ENGAGEMENT’], u’country’: None, u’start_time’: u’2018-10-10T22:00:00Z’, u’entity’: u’LINE_ITEM’, u’platform’: None, u’end_time’: u’2018-10-17T22:00:00Z’, u’granularity’: u’DAY’, u’entity_ids’: [<LINE_ITEM_IDS>], u’segmentation_type’: None}}, u’time_series_length’: 7, u’data’: [ {} ],u’data_type’: u’stats’}.
I expect data to be divided into date level but it is not. what am I doing wrong ? if this doesnt help please let me know. I can provide more information.
Thank you!