GetCampaigns.cs query UAC campaigns in c# .net example

76 views
Skip to first unread message

Andrew Williamson

unread,
Dec 14, 2018, 4:45:05 PM12/14/18
to AdWords API and Google Ads API Forum

I'm just starting out with the Google Ads API.

When using the .NET examples, specifically GetCampaings I'm trying to list my UAC campaigns.

When I run the example (which has the query below) I only see some of my campaigns, how can I change the query to list my UAC campaigns?

 SearchGoogleAdsRequest request = new SearchGoogleAdsRequest()
            {
                PageSize = PAGE_SIZE,
                Query = @"SELECT
                            campaign.id,
                            campaign.name,
                            campaign.network_settings.target_content_network
                        FROM campaign
                        ORDER BY campaign.id",
                CustomerId = customerId.ToString()
            };

Luis Xander Talag (AdWords API Team)

unread,
Dec 16, 2018, 10:53:36 PM12/16/18
to AdWords API and Google Ads API Forum
Hi Andrew,

I'm afraid retrieving of Universal App Campaigns via the Google Ads API Beta is not yet supported. Currently, only the campaigns with advertising channel type listed here are supported. I could not comment on when the UAC will be available in Google Ads API. However, you may follow our blog for any updates on this feature.

Thanks and regards,
Luis
Google Ads API Team
Reply all
Reply to author
Forward
0 new messages