Hi, You would do this by creating a Placement <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.Placement> within a BiddableAdGroupCriterion <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.BiddableAdGroupCriterion>, setting the BiddableAdGroupCriterion's bidModifier <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.BiddableAdGroupCriterion#bidModifier> or biddingStrategyConfiguration <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.BiddableAdGroupCriterion#biddingStrategyConfiguration>, and sending the BiddableAdGroupCriterion to the AdGroupCriterionService <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService> in a *mutate* call.
This would be similar to adding bids for other types of criteria such as keywords. See AddKeywords.java <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201406/basicoperations/AddKeywords.java> for an example that uses keywords. You may also find our Bidding Guide <https://developers.google.com/adwords/api/docs/guides/bidding> helpful if you're new to bidding via the API. Cheers, Josh, AdWords API Team On Tuesday, September 2, 2014 10:21:14 AM UTC-4, Berry Tsakala wrote: > > How to bid on a placement (mobile) in the API ? > I have a campaign-id, adgroup-id, and placement-URL. > > i started to research the solution, but still didn't find which direction > to take for setting the bid. > (i have very little experience with adwords API) > > maybe there's other terms that i'm missing > > (i'm using python-googleads, but an example in any language would help) > > Thank you > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/99aacc37-5438-4765-bb5d-ef7417a1bef4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
