Groups
Groups
Sign in
Groups
Groups
(Deprecated) Google Ads API and AdWords API Forum
Conversations
Labels
About
Send feedback
Help
Zeros values for Smart Campaigns from the ad_group_ad report
20 views
Skip to first unread message
da...@improvado.io
unread,
Mar 10, 2021, 5:36:13 AM
3/10/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
POST
https://googleads.googleapis.com/v6/customers/7458945678/googleAds:search
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
Reply all
Reply to author
Forward
0 new messages