Google Ads Beta API - Display/Video Campaigns not showing up in query

31 views
Skip to first unread message

James Robinett

unread,
Aug 29, 2018, 11:39:02 AM8/29/18
to AdWords API and Google Ads API Forum
Hi there, 

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

SELECT 
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?
Message has been deleted

James Robinett

unread,
Aug 29, 2018, 4:39:12 PM8/29/18
to AdWords API and Google Ads API Forum
Wow good timing! The just today released v0.3.0 supports Display Campaigns: https://developers.google.com/google-ads/api/docs/release-notes

I suppose Video is similarly waiting on support in a future version in that case then? 

Teja Makani

unread,
Aug 29, 2018, 5:23:11 PM8/29/18
to AdWords API and Google Ads API Forum
Hello James,

Yes, Google Ads API Beta v0.3.0 now supports display campaigns as well. I ran the exact query you mentioned and able to see search, display campaigns as well. Currently, video campaigns are not available via API. We don't have any expected time of availability as of now. You could keep an eye on our blog for future release. 

Regards,
Sai Teja, AdWords API Team.
Reply all
Reply to author
Forward
0 new messages