Hi Josh Redcliff, Thank you for the valuable response. I am working on the migration of BUDGET_OPTIMIZER to TARGET_SPEND.
API:- 201402 Library:- C# When I try to create a Campaign in adwords.google.com with Bidding (Manual+Enable Enhanced CPC / Automatic + CPC Bid Limit(Some value)), I can able to create a campaign with the same bidding without error. Also When I try to import the same campaign into the custom appliaction, I am getting the proper values with *enableEnhancedCPC=true. *Also it supports the BUDGET_OPTMIZER in the Campaign. But when I try to create a campaign with same bidding setting (Manual+Enable Enhanced CPC / Automatic + CPC Bid Limit(Some value)) , biddiing request xml shows below. <biddingStrategyConfiguration> <biddingStrategyType>MANUAL_CPC</biddingStrategyType> <biddingScheme xsi:type="ManualCpcBiddingScheme"> <enhancedCpcEnabled>true</enhancedCpcEnabled> </biddingScheme> </biddingStrategyConfiguration> with Automatic Bidding + CPC Bid Limit <biddingStrategyConfiguration> <biddingStrategyType>BUDGET_OPTIMIZER</biddingStrategyType> <biddingScheme xsi:type="BudgetOptimizerBiddingScheme"> <bidCeiling> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>10000000</microAmount> </bidCeiling> <enhancedCpcEnabled>false</enhancedCpcEnabled> </biddingScheme> </biddingStrategyConfiguration> these request always gives error BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN @ operations[0]. operand.biddingStrategyConfiguration.biddingScheme.enhancedCpcEnabled; trigger:'true']"} & {"[BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN @ operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; trigger:'BUDGET_OPTIMIZER']"} But while importing the newly created campaign with the same settings, I am not getting any error. 1. Please tell me how its behaving like this? 2. Like adowrds.google.com, how can I use the same BUDGET_OPTIMIZER setting with V201402 API. 3. How to solve the issue without using shared bidding Startegy for Automatic bidding? On Friday, August 22, 2014 12:04:21 PM UTC+5:30, Akshay Joy wrote: > > I tried to use Automatic Bidding Scheme(*BUDGET_OPTIMIZER*) in the Custom > application to create Campaign, when I try to create a campaign , I amg > getting the error unable to attach the campaign with scheme > *BUDGET_OPTIMIZER*. Later I checked the migration guide, they said it is > no longer supported, they introduced new bidding scheme *TARGET_SPEND* and > also that is SharedBiddingStartergy type. I am confusing whether I need to > choose *TARGET_SPEND* or something else. > > Please help me to choose which is the correct replacement for the > Automatic Bidding Scheme (*BUDGET_OPTIMIZER*) in Adwords v201402 Api. > > Inrorder to use TARGET_SPEND , I have to create SharedBiddingStartergy > service mutate the Service, and get the Id set to > campaign.biddingStartergyConfiguration.biddingStartergyId, > > But What am facing is that SharedBiddingStratergy requires name before > invoking the call for validation and real export. how can I achieve > sharedbiddingStartergyService without any name mentioned in the custome > code. > > If I use some random name in the SharedBiddingStratergy name, name shows > in the Adwords.google.com looks weird. Please suggest a workaround for > this. > > sharedBiddingStrategy.name = "Maximize Clicks " + objCampaign.Name; > > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. 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/0d52e83d-37a7-4708-9bca-61ddf01255ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.