Hi there, 

I'm trying out the new Google Ads Beta API, running a very simple query to 
grab a list of Campaigns:

SELECT 
campaign.id, 
campaign.name
FROM campaign
WHERE campaign.status IN ("ENABLED", "PAUSED")
ORDER BY campaign.id

The result has all the expected Search campaigns for the requested account, 
but doesn't include any Campaigns with Type = Display or Video.

I've tried adding ad_network_type as a segment as well, but it still shows 
the same list of Search Campaigns only. Also tried explicitly searching 
WHERE campaign.name = "Display Campaign Name" but got no results.

Am I missing something or is querying Display/Video campaigns not supported 
yet?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0f5575ed-12e5-4330-8e86-019f19c76c23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to