Hi!
I am trying to get country stats by using asynchronous end point.
https://dev.twitter.com/ads/reference/1/post/stats/jobs/accounts/%3Aaccount_id
What’s the exact syntax to do this? For example, I don’t see possible value as “COUNTRY” for segmentation_type.
I am trying to use this but no success yet.
twitter_json = get_json("stats/jobs/accounts/#{a_id}/?entity=CAMPAIGN&entity_ids=#{campaign_id_list}&start_time=#{start_date}&end_time=#{end_date}&segmentation_type=REGIONS&granularity=TOTAL&metric_groups=ENGAGEMENT,MOBILE_CONVERSION,BILLING&placement=ALL_ON_TWITTER")
Thanks!