I can see stats at ads.twitter.com but using below api not getting any data and for few campaigns are completely missing.
https://ads-api.twitter.com/2/stats/jobs/accounts/9z3j2?entity=CAMPAIGN&entity_ids=73pce&start_time=2017-11-14&end_time=2017-11-16&granularity=DAY&metric_groups=ENGAGEMENT,BILLING,WEB_CONVERSION&placement=ALL_ON_TWITTER&segmentation_type=PLATFORMS
https://ads-api.twitter.com/2/stats/jobs/accounts/9z3j2?entity=CAMPAIGN&entity_ids=73pce&start_time=2017-11-14&end_time=2017-11-16&granularity=DAY&metric_groups=ENGAGEMENT,BILLING,WEB_CONVERSION&placement=ALL_ON_TWITTER&segmentation_type=AGE
Response for Request 1:
{
"data_type": "stats",
"time_series_length": 2,
"data": [
{
"id": "73pce",
"id_data": [
]
}
],
"request": {
"params": {
"start_time": "2017-11-14T07:00:00Z",
"segmentation_type": "PLATFORMS",
"entity_ids": [
"73pce"
],
"end_time": "2017-11-16T07:00:00Z",
"country": null,
"placement": "ALL_ON_TWITTER",
"granularity": "DAY",
"entity": "CAMPAIGN",
"platform": null,
"metric_groups": [
"ENGAGEMENT",
"BILLING",
"WEB_CONVERSION"
]
}
}
}
Response for Request 2:
{
"data_type": "stats",
"time_series_length": 2,
"data": [
{
"id": "73pce",
"id_data": []
}
],
"request": {
"params": {
"start_time": "2017-11-14T07:00:00Z",
"segmentation_type": "AGE",
"entity_ids": [
"73pce"
],
"end_time": "2017-11-16T07:00:00Z",
"country": null,
"placement": "ALL_ON_TWITTER",
"granularity": "DAY",
"entity": "CAMPAIGN",
"platform": null,
"metric_groups": [
"ENGAGEMENT",
"BILLING",
"WEB_CONVERSION"
]
}
}
}