Yes we had this working before with v201309 with the following request difference:
<biddingStrategyConfiguration> <biddingStrategyType>MANUAL_CPC</biddingStrategyType> <biddingScheme xsi:type="ManualCpcBiddingScheme"> <enhancedCpcEnabled>true</enhancedCpcEnabled> </biddingScheme> </biddingStrategyConfiguration> </operand> We knew this wouldn't work based on the migration instructions as well as the CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN error we were getting. We were hoping there might still be a way to enable enhanced cpc without having to create a separate bidding strategy. On Wednesday, March 19, 2014 4:24:13 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Jeremy, > > There was indeed a change in v201402 - please see our migration > page<https://developers.google.com/adwords/api/docs/guides/migration/v201402> > . > That being said - were you able to create enhanced cpc bidding strategy > previously? > > Anonymous bidding strategy means that you are creating an enhanced cpc > bidding strategy as you create a new Campaign, rather than referencing to > an existing ID. You could create one via the > BiddingStrategyService<https://developers.google.com/adwords/api/docs/reference/v201402/BiddingStrategyService> > . > > Please let me know if this behavior change is new for you. > > Cheers, > > Ray > > On Wednesday, March 19, 2014 4:01:15 PM UTC-4, Jeremy Aube wrote: >> >> Starting in v201402, it appears we can no longer set the bidding strategy >> to enhanced cpc for new campaigns. Here is the SOAP request and response: >> >> I, [2014-03-19T15:51:23.608579 #56895] INFO -- : <?xml version="1.0" >> encoding="UTF-8"?> >> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi=" >> http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl=" >> https://adwords.google.com/api/adwords/cm/v201402" xmlns:env=" >> http://www.w3.org/2003/05/soap-envelope"> >> <env:Header> >> <wsdl:RequestHeader xmlns=" >> https://adwords.google.com/api/adwords/cm/v201402"> >> <userAgent>***</userAgent> >> <developerToken>***</developerToken> >> <clientCustomerId>***</clientCustomerId> >> </wsdl:RequestHeader> >> </env:Header> >> <env:Body> >> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201402"> >> <operations xsi:type="CampaignOperation"> >> <operator>ADD</operator> >> <operand> >> <name>***</name> >> <status>PAUSED</status> >> <budget> >> <budgetId>223925663</budgetId> >> <period>DAILY</period> >> <amount> >> <microAmount>10000000</microAmount> >> </amount> >> <deliveryMethod>STANDARD</deliveryMethod> >> <isExplicitlyShared>false</isExplicitlyShared> >> <status>ACTIVE</status> >> </budget> >> <settings xsi:type="KeywordMatchSetting"> >> <optIn>true</optIn> >> </settings> >> <advertisingChannelType>SEARCH</advertisingChannelType> >> <networkSetting> >> <targetGoogleSearch>true</targetGoogleSearch> >> <targetSearchNetwork>true</targetSearchNetwork> >> <targetContentNetwork>false</targetContentNetwork> >> </networkSetting> >> <biddingStrategyConfiguration> >> <biddingStrategyType>ENHANCED_CPC</biddingStrategyType> >> </biddingStrategyConfiguration> >> </operand> >> </operations> >> <policy/> >> </mutate> >> </env:Body> >> </env:Envelope> >> >> I, [2014-03-19T15:51:27.253561 #56895] INFO -- : <?xml version="1.0"?> >> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> >> <soap:Header> >> <ResponseHeader xmlns=" >> https://adwords.google.com/api/adwords/cm/v201402"> >> <requestId>0004f4fafa60a6500ae6c94800003b03</requestId> >> <serviceName>MutateJobService</serviceName> >> <methodName>getResult</methodName> >> <operations>1</operations> >> <responseTime>752</responseTime> >> </ResponseHeader> >> </soap:Header> >> <soap:Body> >> <getResultResponse xmlns=" >> https://adwords.google.com/api/adwords/cm/v201402"> >> <rval> >> <SimpleMutateResult> >> <results> >> <PlaceHolder/> >> </results> >> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> xsi:type="BiddingErrors"> >> >> <fieldPath>operations[0].operand.biddingStrategyConfiguration.biddingStrategyType</fieldPath> >> <trigger>ENHANCED_CPC</trigger> >> >> <errorString>BiddingErrors.INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE</errorString> >> <ApiError.Type>BiddingErrors</ApiError.Type> >> <reason>INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE</reason> >> </errors> >> </SimpleMutateResult> >> </rval> >> </getResultResponse> >> </soap:Body> >> </soap:Envelope> >> >> I don't really get what invalid anonymous bidding strategy type means. >> I'm hoping it doesn't mean we have to deal with another service in order to >> set simple campaign settings, as having to do so for campaign criterion and >> campaign budget has resulted in increased code complexity with no visible >> gain for us. >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. For more options, visit https://groups.google.com/d/optout.