Dear Sir/Madam,
we noticed a discrepancy between the data we receive in the Ads-API and what is seen in the ads.twitter.com platform. Please see the following example, which is one of many:
EXAMPLE:
URL:
https://ads-api.twitter.com/2/stats/jobs/accounts/18ce54m86l4
PARAMS:
{
"start_time":"2018-02-21T00:00:00+0000",
"end_time":"2018-02-24T00:00:00+0000",
"granularity":"DAY",
"entity":"LINE_ITEM",
"entity_ids":"b3uz9,b3uz8,b3uz7",
"metric_groups":"ENGAGEMENT,MEDIA,BILLING",
"placement":"ALL_ON_TWITTER"
}
JOB RESULT:
{
"data_type":"stats",
"time_series_length":3,
"data":[
{
"id":"b3uz7",
"id_data":[
{
"segment":null,
"metrics":{
"impressions":null,
"tweets_send":null,
"billed_charge_local_micro":null,
"qualified_impressions":null,
"media_engagements":null,
"follows":null,
"app_clicks":null,
"retweets":null,
"likes":null,
"engagements":null,
"clicks":null,
"media_views":null,
"card_engagements":null,
"poll_card_vote":null,
"replies":null,
"url_clicks":null,
"billed_engagements":null,
"carousel_swipes":null
}
}
]
},
{
"id":"b3uz8",
"id_data":[
{
"segment":null,
"metrics":{
"impressions":null,
"tweets_send":null,
"billed_charge_local_micro":null,
"qualified_impressions":null,
"media_engagements":null,
"follows":null,
"app_clicks":null,
"retweets":null,
"likes":null,
"engagements":null,
"clicks":null,
"media_views":null,
"card_engagements":null,
"poll_card_vote":null,
"replies":null,
"url_clicks":null,
"billed_engagements":null,
"carousel_swipes":null
}
}
]
},
{
"id":"b3uz9",
"id_data":[
{
"segment":null,
"metrics":{
"impressions":null,
"tweets_send":null,
"billed_charge_local_micro":null,
"qualified_impressions":null,
"media_engagements":null,
"follows":null,
"app_clicks":null,
"retweets":null,
"likes":null,
"engagements":null,
"clicks":null,
"media_views":null,
"card_engagements":null,
"poll_card_vote":null,
"replies":null,
"url_clicks":null,
"billed_engagements":null,
"carousel_swipes":null
}
}
]
}
],
"request":{
"params":{
"start_time":"2018-02-21T00:00:00Z",
"segmentation_type":null,
"entity_ids":[
"b3uz9",
"b3uz8",
"b3uz7"
],
"end_time":"2018-02-24T00:00:00Z",
"country":null,
"placement":"ALL_ON_TWITTER",
"granularity":"DAY",
"entity":"LINE_ITEM",
"platform":null,
"metric_groups":[
"ENGAGEMENT",
"MEDIA",
"BILLING"
]
}
}
}
Best regards,
Aleksander