Hi Adwords API Team,

UAC campaigns are not getting with our Campaign List request on Adwords API 
(v201605) - CampaignService.   How we will take this campaigns (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!
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
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/c65f5b41-71b0-45d9-9a2f-a30db68061d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to