Hello,
We use the analytics API to retrieve stats from some tweets, but it seems that the number of retweet returned by the api for quoted tweets is always null.
Is this behavior normal ? all other metrics are returned correctly.
Example :
URL:
https://ads-api.twitter.com/2/stats/jobs/accounts/xxxxxxxx
Parameters :
{
"start_time":"2018-01-25T23:00:00Z",
"segmentation_type":null,
"entity_ids":968632640596267008,
"end_time":"2018-04-25T22:00:00Z",
"country":null,
"placement":"ALL_ON_TWITTER",
"granularity":"TOTAL",
"entity":"ORGANIC_TWEET",
"platform":null,
"metric_groups":"ENGAGEMENT"
}
Job result :
{
"data_type":"stats",
"time_series_length":1,
"data":[
{
"id":"968632640596267008",
"id_data":[
{
"segment":null,
"metrics":{
"impressions":[
672163
],
"tweets_send":null,
"qualified_impressions":null,
"follows":[
9
],
"app_clicks":[
1314
],
"retweets":null,
"likes":[
8589
],
"engagements":[
27005
],
"clicks":[
26928
],
"card_engagements":null,
"poll_card_vote":null,
"replies":[
68
],
"url_clicks":null,
"carousel_swipes":null
}
}
]
}
],
"request":{
"params":{
"start_time":"2018-01-25T23:00:00Z",
"segmentation_type":null,
"entity_ids":[
968632640596267008
],
"end_time":"2018-04-25T22:00:00Z",
"country":null,
"placement":"ALL_ON_TWITTER",
"granularity":"TOTAL",
"entity":"ORGANIC_TWEET",
"platform":null,
"metric_groups":[
"ENGAGEMENT"
]
}
}
}
Thank you in advance,
Thomas