Hi Anthony, Sure, hope this helps
The screenshow below is taken from AdWords UI. I would like to set enhanced CPC. along with either manual bids (1) or maximise clicks to target budget (2). According to the API, the bidding strategy type and scheme for these 3 bid types are: (1) MANUAL_CPM : ManualCpcBiddingScheme <https://developers.google.com/adwords/api/docs/reference/latest/BiddingStrategyService.ManualCpcBiddingScheme> (2) TARGET_SPEND : TargetSpendBiddingScheme <https://developers.google.com/adwords/api/docs/reference/latest/BiddingStrategyService.TargetSpendBiddingScheme> ENHANCED_CPC : EnhancedCpcBiddingScheme <https://developers.google.com/adwords/api/docs/reference/latest/BiddingStrategyService.EnhancedCpcBiddingScheme> TARGET_SPEND & ENHANCED_CPC are both shared bidding strategies, so therefore to create this I first need to create a shared bidding strategy -> mutate and then get the newly created bidding ID. Upon campaign creation I set the bidding strategy ID. This works fine, however this makes a flexible bid strategy which I am trying to avoid. You can see in the screenshot below it is possible to set these values without creating a flexible bid strategy. The screenshot below is from AdWords web UI. I am also able to select enhanced CPC bidding via AdWords Editor. When I set enhanced CPC via editor it also does not create a flexible bid strategy. If AdWords editor is using the same API then surely there must be a way to set this without having explicitly create a shared budget? <https://lh3.googleusercontent.com/-Ww3UAHO2myI/ViVdTXVW_dI/AAAAAAAAA6w/OWj6gBNj6yw/s1600/Capture.JPG> AdWords Editor: <https://lh3.googleusercontent.com/-hrjOVyk_ids/ViVg4hgEJjI/AAAAAAAAA68/ytDCZtMPWQ0/s1600/captire2.JPG> Many Thanks Irfan On Monday, October 19, 2015 at 9:54:48 PM UTC+1, Anthony Madrigal wrote: > Hi Irfan, > > Could you please clarify what you mean by an Enhanced CPC with Manual CPC > or Target Spend? If you have any screenshots, that should help me get a > better understanding of what you are trying to do. > > Thanks, > Anthony > AdWords API Team > -- ------------------------------ This is an e-mail from the company JUST EAT plc. This e-mail may contain confidential information and/or privileged or personal advice. This e-mail is intended for the addressee(s) stated above only. If you receive this e-mail by mistake, please return it to JUST EAT plc without producing, distributing or retaining copies hereof. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 --- 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 [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d810d18f-7d88-4936-98a2-53aa926ceba7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
