Hi @juanshishido,
sure. Working request looks like this:
url: https://ads-api.twitter.com/4/stats/jobs/accounts/18ce54iiywg
params
{
"entity": "CAMPAIGN",
"entity_ids": "bjh3r",
"start_time": "2018-10-08T08:00:00Z",
"end_time": "2018-10-10T08:00:00Z",
"granularity": "HOUR",
"metric_groups": "ENGAGEMENT,VIDEO,BILLING,MEDIA,MOBILE_CONVERSION",
"segmentation_type": "INTERESTS",
"placement": "ALL_ON_TWITTER"
}
not working:
url: https://ads-api.twitter.com/4/stats/jobs/accounts/18ce54iiywg
params:
{
"entity": "CAMPAIGN",
"entity_ids": "bro67",
"start_time": "2018-11-21T08:00:00Z",
"end_time": "2018-11-23T08:00:00Z",
"granularity": "HOUR",
"metric_groups": "ENGAGEMENT,VIDEO,BILLING,MEDIA,MOBILE_CONVERSION",
"segmentation_type": "INTERESTS",
"placement": "ALL_ON_TWITTER"
}
Both of these campaigns were running, have some spend and views. Both of these requests were made using the same code on our side (and the same credentials). The first one returned data as expected, but second one returned empty id_data.
Any help would be appreciated. Thanks!