0 values for Smart Campaigns from the ad_group_ad report

53 views
Skip to first unread message

Improvado Support

unread,
Mar 4, 2021, 1:49:16 PM3/4/21
to AdWords API and Google Ads API Forum
Hi the Google Ads API team,

When we download the ad_group_ad report, Smart campaigns are left out, is this an expected behaviour?

Account_id: 7458945678
Customer_id: 3686699574
For example, when I tried to requst data from Campaign, I got the data
   SELECT   
        campaign.advertising_channel_sub_type,
        campaign.advertising_channel_type,
        campaign.name,
        campaign.id,
        metrics.cost_micros,
        metrics.impressions
    FROM campaign
    WHERE segments.date BETWEEN '2019-09-01' AND '2019-09-30' and campaign.advertising_channel_type=SMART

The same but from the Ad_group_ad doesn`t return data
   SELECT   
        campaign.advertising_channel_sub_type,
        campaign.advertising_channel_type,
        campaign.name,
        campaign.id,
        metrics.cost_micros,
        metrics.impressions
    FROM ad_group_ad
    WHERE segments.date BETWEEN '2019-09-01' AND '2019-09-30' and campaign.advertising_channel_type=SMART

I created a new conversation because it looks like you missed it(https://groups.google.com/g/adwords-api/c/DGi34AJ48cE/m/Q2_9D0xvAAAJ). Please close the previous one or this one as a duplicate. 

Thanks in advance!

Improvado Support

unread,
Mar 9, 2021, 3:39:15 PM3/9/21
to AdWords API and Google Ads API Forum
Hi the Google Ads API team,
Could you please take a look here? 
Thank you.
Reply all
Reply to author
Forward
0 new messages