Hi,
I am using Ads REST API to promote tweets. I can get details of promoted tweet from This endpoint
But, how can i get details of tweet such as total reach and impressions of promoted tweet using API? Which API endpoint should i use?
Thanks for the question, @AlmontageD.
To retrieve impressions, engagement, etc. for Tweets promoted in campaigns, use either the GET stats/accounts/:account_id endpoint for synchronous stats or the POST stats/jobs/accounts/:account_id endpoint for asynchronous stats.