The discussion here says:  "Starting with v201402, you can no longer enable 
enhanced CPC for the manual CPC bidding strategy (see the *Deprecated* section 
in the v201402 release notes 
<https://developers.google.com/adwords/api/docs/reference/#v201402>).".


If the above is true why does Google AdWords management console offers a 
check box to enable ECPC with Manual CPC as recommended in Google 
documentations here 
<https://support.google.com/adwords/answer/2464964?hl=en>.  In this link 
scroll down and read* "How to turn on ECPC"*.   There seems to be a 
contradiction between what is stated here and what is in the link.



On Monday, December 1, 2014 at 11:32:52 AM UTC-5, Georg Döhring wrote:
>
> Hello,
>
> we're having trouble creating/updating object with some biddingStrategies. 
> When trying to create/update we're receiving an "
> CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN"-Error.
>
> This is the request:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
>                    
> xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201406";
>                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>     <SOAP-ENV:Header>
>         <ns1:RequestHeader>
>             <ns1:clientCustomerId>xxxxxxxxxxx</ns1:clientCustomerId>
>             <ns1:developerToken>xxxxxxxxxxxxx</ns1:developerToken>
>             <ns1:userAgent>xxxxxxxxxxxxx
>             </ns1:userAgent>
>         </ns1:RequestHeader>
>     </SOAP-ENV:Header>
>     <SOAP-ENV:Body>
>         <ns1:mutate>
>             <ns1:operations>
>                 <ns1:operator>ADD</ns1:operator>
>                 <ns1:operand>
>                     <ns1:name>SHELL Testkampagne 547c80bc970ef</ns1:name>
>                     <ns1:status>ENABLED</ns1:status>
>                     <ns1:startDate>20141201</ns1:startDate>
>                     <ns1:endDate>20371230</ns1:endDate>
>                     <ns1:budget>
>                         <ns1:budgetId>183654574</ns1:budgetId>
>                     </ns1:budget>
>                     
> <ns1:adServingOptimizationStatus>ROTATE</ns1:adServingOptimizationStatus>
>                     <ns1:frequencyCap/>
>                     <ns1:settings xsi:type="ns1:KeywordMatchSetting">
>                         <ns1:optIn>true</ns1:optIn>
>                     </ns1:settings>
>                     <ns1:settings xsi:type="ns1:DynamicSearchAdsSetting">
>                         <ns1:domainName>intelliad.com</ns1:domainName>
>                         <ns1:languageCode>en</ns1:languageCode>
>                     </ns1:settings>
>                     
> <ns1:advertisingChannelType>SEARCH</ns1:advertisingChannelType>
>                     <ns1:networkSetting>
>                         <ns1:targetGoogleSearch>true</ns1:targetGoogleSearch>
>                         
> <ns1:targetSearchNetwork>true</ns1:targetSearchNetwork>
>                         
> <ns1:targetContentNetwork>false</ns1:targetContentNetwork>
>                         
> <ns1:targetPartnerSearchNetwork>false</ns1:targetPartnerSearchNetwork>
>                     </ns1:networkSetting>
>                     <ns1:biddingStrategyConfiguration>
>                         
> <ns1:biddingStrategyType>BUDGET_OPTIMIZER</ns1:biddingStrategyType>
>                         <ns1:biddingScheme 
> xsi:type="ns1:BudgetOptimizerBiddingScheme">
>                             <ns1:bidCeiling>
>                                 <ns1:microAmount>500000</ns1:microAmount>
>                             </ns1:bidCeiling>
>                             
> <ns1:enhancedCpcEnabled>false</ns1:enhancedCpcEnabled>
>                         </ns1:biddingScheme>
>                     </ns1:biddingStrategyConfiguration>
>                 </ns1:operand>
>             </ns1:operations>
>         </ns1:mutate>
>     </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
>
>
> This is the response:
>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
>     <soap:Header>
>         <ResponseHeader 
> xmlns="https://adwords.google.com/api/adwords/cm/v201406";>
>             <requestId>0005092a0ce92e310ac4bec71e005653</requestId>
>             <serviceName>CampaignService</serviceName>
>             <methodName>mutate</methodName>
>             <operations>0</operations>
>             <responseTime>152</responseTime>
>         </ResponseHeader>
>     </soap:Header>
>     <soap:Body>
>         <soap:Fault>
>             <faultcode>soap:Server</faultcode>
>             
> <faultstring>[BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN @
>                 
> operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; 
> trigger:'BUDGET_OPTIMIZER']
>             </faultstring>
>             <detail>
>                 <ApiExceptionFault 
> xmlns="https://adwords.google.com/api/adwords/cm/v201406";>
>                     
> <message>[BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN @
>                         
> operations[0].operand.biddingStrategyConfiguration.biddingStrategyType;
>                         trigger:'BUDGET_OPTIMIZER']
>                     </message>
>                     
> <ApplicationException.Type>ApiException</ApplicationException.Type>
>                     <errors 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="BiddingErrors">
>                         
> <fieldPath>operations[0].operand.biddingStrategyConfiguration.biddingStrategyType</fieldPath>
>                         <trigger>BUDGET_OPTIMIZER</trigger>
>                         
> <errorString>BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN</errorString>
>                         <ApiError.Type>BiddingErrors</ApiError.Type>
>                         
> <reason>CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN</reason>
>                     </errors>
>                 </ApiExceptionFault>
>             </detail>
>         </soap:Fault>
>     </soap:Body>
> </soap:Envelope>
>
>
> This seems to happen when we try to attach an anonymous bidding strategy that 
> also has options in the biddingScheme. So when we're trying to create a 
> campaign with a "Manual Cpc" and option "enhancedCpc", the same error occurs. 
> Could you please have a look at this? It is important for us, as we're trying 
> to implement this for the required minimum functionality audit.
>
>
> Thank you very much,
>
> Georg Döhring
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/60fa73aa-32c8-420d-bbe1-835b39f4e53d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: Error CANNO... Asker
    • Re: Error ... 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum

Reply via email to