Hi Peter, 
I've just managed to create Verticals as a BiddableAdGroupCriterion for a 
Display Network Campaign via API(setting all topics.And I can see in the 
AdWords accoutn UI that the changes took effect.We're using the v201609 API 
version(on LIVE acount, not test).
And I'm really wondering what do you mean when you say this functionallity 
is depricated - you mean it will be depricated in the near future or 
waht...?
Here is a code snippet from my API call using .NET client library

                var topicsCriterion = new Vertical();
                topicsCriterion.verticalId = 4;

                // create AdGroupCriterion;
                var adGroupCriterion = new BiddableAdGroupCriterion();
                adGroupCriterion.adGroupId = existingAdGroupId;
                adGroupCriterion.criterion = topicsCriterion;
                adGroupCriterion.criterion.type = CriterionType.VERTICAL;

                // create adgroupcriterion operaion
                var operation = new AdGroupCriterionOperation();
                operation.operand = adGroupCriterion;
                operation.@operator = Operator.ADD;

var service = AdwordsAuthotication.GetAdGroupCriterionService(clientID);
            var returnValue = service.mutate(operation);

Best regards,
Borislav Hristov




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/faa62309-4ab0-4073-b51b-ec046e2a1799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to