Hi,
I am trying to change an existing campaign's bidding strategy to Conversion
Optimizer with target CPA, but for some reason it is set to be max CPA (as
I see in the Adwords UI).
The relevant Java code:
ConversionOptimizerAdGroupBids adGroupBids = new
ConversionOptimizerAdGroupBids();
adGroupBids.setConversionOptimizerBidType(ConversionOptimizerBidType.TARGET_CPA);
adGroupBids.setDeduplicationMode(ConversionDeduplicationMode.ONE_PER_CLICK);
adGroupBids.setTargetCpa(new Bid(new Money(null, targetCpa)));
The bidding option does change to based on conversions, and the right
amount is set, but in the Max CPA field.
As I understand from the following discussion:
https://groups.google.com/d/topic/adwords-api/a8COOO5rprA/discussion
it wasn't an option to set Target CPA, is it available in v201109, because
it seems fully supported according to the API.
Can someone pls help?? Am I doing something wrong?
Thank you.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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