Hi there,

The ConversionOptimizer configuration is now part of the 
BiddingStrategyConfiguration.BiddingScheme<https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupService.BiddingStrategyConfiguration#biddingScheme>.
 
Which can be found at:
AdGroup<https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupService.AdGroup>
*.*biddingStrategyConfiguration<https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupService.AdGroup#biddingStrategyConfiguration>
*.*biddingScheme<https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupService.BiddingStrategyConfiguration#biddingScheme>

You would need to select the 
ConversionOptimizerBiddingScheme<https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupService.ConversionOptimizerBiddingScheme>,
 
with a 
bidType<https://developers.google.com/adwords/api/docs/reference/v201306/AdGroupService.ConversionOptimizerBiddingScheme#bidType>of
 
TARGET_CPA.

Regards,

- Paul, AdWords API Team.

On Monday, 12 August 2013 15:07:22 UTC-4, adwor...@johnwest.com wrote:
>
> I've been searching everywhere, but I can't find out how to migrate from 
> using ConversionOptimizerAdGroupBids to whatever a replacement is for 
> v201306.  
>  
>                 var bids = new ConversionOptimizerAdGroupBids();
>                 bids.targetCpa = new Bid();
>                 bids.targetCpa.amount = new Money() { microAmount = 
> GetCPA(Price), microAmountSpecified = true };
>                 adGroup.bids = bids;
>  
> This is the code I was using (GetCPA was a method I used to determine what 
> I wanted the cpa to be for each product).  I have no idea how to replace 
> this, and can't find anything about this in the migration docs or in the 
> example code.
>  
> Any ideas?  Thx.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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