Hi there, I'm building software in PHP that sets the max CPC using the API. However, I've run into a problem that if the user has selected Enhanced CPC, I'm not able to change the max bid. I've been looking in the API and see the setting listed in numerous spots enhancedCpcEnabled but it's read-only and I can not change it so I'm changing all the campaigns and adgroups to manualCPC. Where and how should I go about doing this?
The best lead I have so far is CampaignService->BiddingStrategy->BudgetOptimizer->enhancedCpcEnabled and set that to false. Thanks for your time! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
