For the period of May 1st to May 10th the Twitter Ads Console is showing impressions for campaign. I checked a similar forum. It says may be the campaign does not have data for that period. But the Twitter Ads Console shows data.
I tried this with twurl
twurl -H ads-api.twitter.com â/2/stats/accounts/18ce53zca8i?start_time=2018-05-01&end_time=2018-05-08&entity=CAMPAIGN&entity_ids=asey7&granularity=TOTAL&metric_groups=ENGAGEMENT&placement=ALL_ON_TWITTERâ
It returned
{
âdata_typeâ: âstatsâ,
âtime_series_lengthâ: 1,
âdataâ: [
{
âidâ: âasey7â,
âid_dataâ: [
{
âsegmentâ: null,
âmetricsâ: {
âimpressionsâ: null,
âtweets_sendâ: null,
âqualified_impressionsâ: null,
âfollowsâ: null,
âapp_clicksâ: null,
âretweetsâ: null,
âlikesâ: null,
âengagementsâ: null,
âclicksâ: null,
âcard_engagementsâ: null,
âpoll_card_voteâ: null,
ârepliesâ: null,
âurl_clicksâ: null,
âcarousel_swipesâ: null
}
}
]
}
],
ârequestâ: {
âparamsâ: {
âstart_timeâ: â2018-04-30T19:00:00Zâ,
âsegmentation_typeâ: null,
âentity_idsâ: [
âasey7â
],
âend_timeâ: â2018-05-07T19:00:00Zâ,
âcountryâ: null,
âplacementâ: âALL_ON_TWITTERâ,
âgranularityâ: âTOTALâ,
âentityâ: âCAMPAIGNâ,
âplatformâ: null,
âmetric_groupsâ: [
âENGAGEMENTâ
]
}
}
}