Hi @BSDarandale1111,
For me is working perfectly
{
"data": [
{
"id": "TWEET_ID",
"id_data": [
{
"metrics": {
"app_clicks": null,
"card_engagements": null,
"carousel_swipes": null,
"clicks": null,
"engagements": null,
"follows": null,
"impressions": null,
"likes": null,
"qualified_impressions": null,
"replies": null,
"retweets": null,
"tweets_send": null,
"url_clicks": null
},
"segment": null
}
]
}
],
"data_type": "stats",
"request": {
"params": {
"country": null,
"end_time": "2017-03-16T23:00:00Z",
"entity": "ORGANIC_TWEET",
"entity_ids": [
TWEET_ID
],
"granularity": "DAY",
"metric_groups": [
"ENGAGEMENT"
],
"placement": "ALL_ON_TWITTER",
"platform": null,
"segmentation_type": null,
"start_time": "2017-03-09T23:00:00Z"
}
},
"time_series_length": 7
}
Could you share the response youâre getting?
Also, could check the response from this twurl call?
twurl -H ads-api.twitter.com â/1/accounts/18ce54bkywk/scoped_timeline?user_id=USER_IDâ
Where USER_ID is the user who has created th tweet you are talking about, and see if your tweeit with ID:
839715129314930700
appears or not.
Thanks