Hi @sinisa_grgic - since these impressions served on our Twitter Audience Platform, you need to set placement=PUBLISHER_NETWORK. In addition as described in another post, the end_time will need be set at ‘2017-07-28’ if you want to see data for 7/27.
$ twurl -A "X-As-User: Lumosity" -H ads-api.twitter.com "/2/stats/accounts/8q93n?entity=CAMPAIGN&entity_ids=90fqy&metric_groups=ENGAGEMENT&start_time=2017-07-25&end_time=2017-07-28&placement=PUBLISHER_NETWORK&granularity=TOTAL" | jq
{
"data_type": "stats",
"time_series_length": 1,
"data": [
{
"id": "90fqy",
"id_data": [
{
"segment": null,
"metrics": {
"impressions": [
43197
],
"tweets_send": null,
"qualified_impressions": null,
"follows": null,
"app_clicks": [
932
],
"retweets": null,
"likes": null,
"engagements": [
932
],
"clicks": [
932
],
"card_engagements": null,
"poll_card_vote": null,
"replies": null,
"url_clicks": [
932
],
"carousel_swipes": null
}
}
]
}
],
"request": {
"params": {
"start_time": "2017-07-25T07:00:00Z",
"segmentation_type": null,
"entity_ids": [
"90fqy"
],
"end_time": "2017-07-28T07:00:00Z",
"country": null,
"placement": "PUBLISHER_NETWORK",
"granularity": "TOTAL",
"entity": "CAMPAIGN",
"platform": null,
"metric_groups": [
"ENGAGEMENT"
]
}
}
}
Thanks!