Hi Stas, You could add bid on a placement to your ad group which converts it to a *managed placement*.
To add a placement to your ad group, issue an AdGroupCriterionService.mutate <https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService#mutate> request with an *ADD* operation where the *operand* is a BiddableAdGroupCriterion <https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.BiddableAdGroupCriterion> with: - adGroupId set - criterion = a Placement <https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.Placement.html> with url <https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.Placement#url> set to the URL you want to target (no need to specify an ID here) - either: - biddingStrategyConfiguration <https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.BiddableAdGroupCriterion#biddingStrategyConfiguration> = a *BiddingStrategyConfiguration* containing your bids *OR* - bidModifier <https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupCriterionService.BiddableAdGroupCriterion#bidModifier> = your bid modifier Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/fb6a3aa3-e5af-4bc8-8a34-1189b816577a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
