Hi,
I have a similar need. Currently, data is exported as csv file manually from https://ads.twitter.com through UI. I am in the process of automating it so the system can pull clicks, impressions, spend, installs automatically for each campaign on a daily basis. I tried using the following REST endpoints
GET stats/accounts/:account_id/campaigns - to fetch list of campaigns and I get the list of campaign names, their campaign ids and all successfully.
I need “clicks”, “installs”, “impressions” and “spends” for each campaign. I tried using this endpoint:
GET stats/accounts/:account_id/campaigns/:id
I am getting HTTP/200 with json response but they are no metrics, all the values are zero
I have large number of campaigns, if there is a way to get these stats in 1 REST call, it would be great. Please advise which REST endpoint to use to get these metrics in what order like do i need to get all campaign ids first before making individual call to get stats or is there a batch call i can make.
@Paul1 , did you manage to find the right api to get these stats?
I appreciate your time and help