UAC (Universal App Campaign) Campaigns are Not Receiving With Adwords API V201605 - CampaignService

227 views
Skip to first unread message

Selçuk GÖKTUNA

unread,
Jun 23, 2016, 12:09:38 PM6/23/16
to AdWords API Forum
Hi Adwords API Team,

When we want to take UAC Campaign List (Name, ID ... ) with another Campaigns but Adwords API not returning this campaigns (UAC) with Campaign List from CampaignService Result Set.


You can see our request below and how we will take this UAC Campaign List (Name, ID.... ) ? 

                Selector selector = new Selector();
                selector.fields = new string[] { "Id", "Name", "Status", "AdvertisingChannelType" };

                OrderBy orderByName = new OrderBy();
                orderByName.field = "Name";
                orderByName.sortOrder = SortOrder.ASCENDING;

                selector.ordering = new OrderBy[] { orderByName };

                ((AdWordsAppConfig)user.Config).ClientCustomerId = ClientCustomerID;


                Predicate predicate = new Predicate();
                predicate.field = "Status";
                predicate.@operator = PredicateOperator.IN;
                predicate.values = new string[] { "ENABLED", "PAUSED", "REMOVED" };

            

                selector.predicates = new Predicate[] { predicate };


                CampaignService service =
                    (CampaignService)user.GetService(AdWordsService.v201605.CampaignService);





Many Thanks!   

Shwetha Vastrad (AdWords API Team)

unread,
Jun 23, 2016, 2:00:32 PM6/23/16
to AdWords API Forum
Hi,

Universal App Campaigns are only supported in Campaign Performance Report in the AdWords API. These rows will have AdvertisingChannelType as MULTI_CHANNEL or AdvertisingChannelSubtype as UNIVERSAL_APP_CAMPAIGN. UAC campaigns are not yet supported in other AdWords API services. Please follow our blog for any announcements regarding this feature. 

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