Hi Igor,

In order to bid on a placement, you have to explicitly add it 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
      
Cheers,
Josh, AdWords API Team

On Tuesday, May 12, 2015 at 11:46:27 AM UTC-4, Igor V wrote:
>
> Hello,
>
> I have tried to find answer on previous posts but no lucky.
>
> My question is in subject, how update automatic placements bids since 
> criterionID for them is --?
>
> I have using googleads php lib v201409.
>
> Thanks,
> Igor
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/23097222-e212-4ea9-8173-6907acc45435%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to