Hi, I use *googleAds:search* for query data about campaigns. I need to get 
the data about campaigns. For this, I create a query like this:

SELECT
campaign.id,
campaign.start_date,
campaign.advertising_channel_type,
campaign.name,
campaign.status,
metrics.clicks,
metrics.impressions
FROM campaign

But I need also to add an ad group (names of ad groups) for campaigns that 
have it. According to the manuals I can use ad_group in the FROM clause but 
in that case, I will receive only campaigns that have ad_group. Campaigns 
without ad_group I will not receive. Are there some options to get data 
about all campaigns with the names of ad_group where they are present?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7b3d7bc3-2317-429e-982f-9be0a0d9aa56n%40googlegroups.com.

Reply via email to