I’m seeing some weird cases where my promoted_video_total_views is substantially lower than the promoted_video_views_100 metric for a 24 hour timespan, based on my understanding of these metrics, this should never be possible. Is this a measurement error on twitter’s side?
Example stats call:
https://ads-api.twitter.com/0/stats/accounts/d7d98/campaigns?campaign_ids=4pb33&start_time=2016-04-07&end_time=2016-04-09&metrics=promoted_video_total_views,promoted_video_views_100&granularity=DAY
returns the following:
{
"data_type": "stats",
"data": [
{
"start_time": "2016-04-07T04:00:00Z",
"promoted_video_views_100": [
77475,
168726
],
"promoted_video_total_views": [
68977,
147259
],
"end_time": "2016-04-09T04:00:00Z",
"id": "4pb33",
"granularity": "DAY"
}
]
}