I have a funding instrument which does not return any non-zero stats for placement=PUBLISHER_NETWORK,
but there are campaigns which belong to the funding instrument that do.
I expected all the TAP stats from campaigns to be rolled up to the funding instrument level,
but that is not happening. Is this a bug?
Stats for funding instrument:
{
u'data':[
{
u'id':u'nb9ge',
u'id_data':[
{
u'metrics':{
u'billed_charge_local_micro':None,
u'billed_engagements':None,
u'engagements':None,
u'follows':None,
u'impressions':None,
u'likes':None,
u'replies':None,
u'retweets':None
},
u'segment':None
}
]
}
],
u'data_type':u'stats',
u'request':{
u'params':{
u'country':None,
u'end_time': u'2017-01-07T08:00:00Z',
u'entity':u'FUNDING_INSTRUMENT',
u'entity_ids':[
u'nb9ge'
],
u'granularity':u'DAY',
u'metric_groups':[
u'BILLING',
u'ENGAGEMENT'
],
u'placement':u'PUBLISHER_NETWORK',
u'platform':None,
u'segmentation_type':None,
u'start_time': u'2017-01-01T08:00:00Z'
}
},
u'time_series_length':6
}
Stats for campaign:
{
u'data':[
{
u'id':u'72vk0',
u'id_data':[
{
u'metrics':{
u'app_clicks':None,
u'billed_charge_local_micro':[
0,
0,
0,
308273348,
313635519,
293449923
],
u'billed_engagements':[
0,
0,
0,
2007,
1126,
1500
],
u'card_engagements':None,
u'carousel_swipes':None,
u'clicks':[
0,
0,
0,
2312,
1315,
1656
],
u'engagements':[
0,
0,
0,
2312,
1315,
1656
],
u'follows':None,
u'impressions':[
0,
0,
0,
461936,
494422,
873941
],
u'likes':None,
u'qualified_impressions':None,
u'replies':None,
u'retweets':None,
u'tweets_send':None,
u'url_clicks':[
0,
0,
0,
2312,
1315,
1656
]
},
u'segment':None
}
]
}
],
u'data_type':u'stats',
u'request':{
u'params':{
u'country':None,
u'end_time': u'2017-01-07T08:00:00Z',
u'entity':u'CAMPAIGN',
u'entity_ids':[
u'72vk0'
],
u'granularity':u'DAY',
u'metric_groups':[
u'BILLING',
u'ENGAGEMENT'
],
u'placement':u'PUBLISHER_NETWORK',
u'platform':None,
u'segmentation_type':None,
u'start_time': u'2017-01-01T08:00:00Z'
}
},
u'time_series_length':6
}