The option you're referring to is the *BudgetOptimizer *bidding strategy 
which was deprecated from v201402.

As far as I know, there is no way you can do in the API what can be done in 
UI.  You will need to use shared bidding strategies only.

Oliver



On Wednesday, July 16, 2014 12:56:16 AM UTC+1, ssAdword wrote:
>
> I am trying to figure out how to set the bid strategy to "AdWords will 
> set my bids to help maximize clicks within my target budget" as well.  
>
> Anash, I tried the code below, but it creates a shared bid strategy, it 
> does not select the "AdWords will set my bids to help maximize clicks 
> within my target budget" option in the UI.
>
>
>
> On Tuesday, May 27, 2014 9:11:30 AM UTC-7, Anash P. Oommen (AdWords API 
> Team) wrote:
>>
>> Hi Manh,
>>
>> You can refer to this code example for details. 
>> https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/AdvancedOperations/UseSharedBiddingStrategy.php
>>
>> Essentially, you create a bidding strategy using BiddingStrategyService 
>> <https://developers.google.com/adwords/api/docs/reference/v201402/BiddingStrategyService>,
>>  
>> then create a budget using BudgetService 
>> <https://developers.google.com/adwords/api/docs/reference/v201402/BudgetService>,
>>  
>> then create a campaign using CampaignService 
>> <https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService>
>>  
>> that uses the budget and bidding strategy you created earlier.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Monday, May 26, 2014 12:53:10 AM UTC-4, Manh Huynh Xuan wrote:
>>>
>>> Hello,
>>>
>>> I would like to create a campaign via Adwords-API by java code. My 
>>> question is how to create a campaign with default Automatic CPC (select 
>>> option: AdWords will set my bids to help maximize clicks within my target 
>>> budget) at Campaign's Bid strategy?
>>>
>>>
>>> Thanks
>>> Manh
>>>
>>

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

Reply via email to