Hi alex,

For the first question, As in this 
thread<https://groups.google.com/d/msg/adwords-api/E3RZ0bFiTro/Lqwd8n7uoHEJ>, 
You can reset the keyword level bid (use the bid at adgroup level) by like 
following code.

BiddingStrategyConfiguration biddingStrategyConfiguration = new 
BiddingStrategyConfiguration();
CpcBid bid = newCpcBid();
bid.setBid(new Money(null, null)); // DO setBid 
biddingStrategyConfiguration.setBids(new Bids[]{bid});

For the second question, 
I don't think setting contentBidCriterionTypeGroup will be mandatory. 
As in the blog post, setting contentBidCriterionTypeGroup explicitly will 
be needed for 
advertisers wanting to override the ad group default bid with 
criteria-level bids.

Best,
- Takeshi, AdWords API Team


On Thursday, July 18, 2013 3:53:49 AM UTC+9, alx wrote:
>
> Hello,
>
> With the API I can set/pick content bid dimension by using 
> AdGroup.contentBidCriterionTypeGroup field. Obviously, I can set this field 
> to KEYWORD, USER_INTEREST_AND_LIST, VERTICAL, GENDER, AGE_RANGE, PLACEMENT. 
> In the AdWords UI I can do the same, but I can also choose "Use default 
> bids' option, which resets AdGroup.contentBidCriterionTypeGroup field to 
> null. Is there a way to do the same in the API (reset 
> AdGroup.contentBidCriterionTypeGroup to null, so that group level default 
> bid would be used)?
>
> Also, currently when creating ad group with API without setting 
> contentBidCriterionTypeGroup field, Google automatically picks the content 
> bid dimension and assigns it to contentBidCriterionTypeGroup field. 
> According to this post 
> http://googleadsdeveloper.blogspot.com/2013/07/managing-content-bid-dimensions-in.html,
>  
> after July 22 Google will stop doing it. However, it's not clear to me if 
> it would become mandatory to provide contentBidCriterionTypeGroup in the 
> request to create a new group. I'd like to think that if I don't set it, 
> group would be still created and default group level bids would be used, 
> but I am not so sure. Could you clarify it?
>
> Thank you,
> --Alex
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to