Hi Luca,

I'll ask the tech writer to update the documentation.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, August 20, 2014 12:41:23 PM UTC-4, Luca Fiaschi wrote:
>
> Hi I have a similiar error with api version v201402:
>
> indeed using "anonymous" bidding strategy for the ManualCpcBiddingScheme 
> works only if the parameter 'enhancedCpcEnabled' is set to 'false', when 
> the parameter is set to true, the shared bidding strategy and the 
> "anonymus" bidding strategy fails with the following error:
>
>
> (BiddingErrors){
>    fieldPath = 
> "operations[0].operand.biddingStrategyConfiguration.biddingScheme.enhancedCpcEnabled"
>    trigger = "true"
>    errorString = "BiddingErrors.CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN"
>    ApiError.Type = "BiddingErrors"
>    reason = "CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN"
>  }
>
>
> However the documentation seems to state that the field is normal boolean
>
>
> https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService.ManualCpcBiddingScheme
>
>
> this is my campaign request:
>
> {'status': 'PAUSED', 
> 'advertisingChannelType': 'SEARCH', 
> 'name': u'RU-MOS[S[Res_1_RU]: 
> s3aa_27002193_\u041a\u0430\u0444\u0435\u0442\u0435\u0440\u0440\u0438\u044f',
> 'settings':  [{'positiveGeoTargetType': 'DONT_CARE', 
>                     'negativeGeoTargetType': 'DONT_CARE', 
>                       'xsi_type': 'GeoTargetTypeSetting'}, 
>                   {'optIn': 'true', 'xsi_type': 'KeywordMatchSetting'}], 
> 'biddingStrategyConfiguration': {'biddingStrategyType': 'MANUAL_CPC', 
>                                                        'biddingScheme': 
> {'enhancedCpcEnabled': 'true', 
>                                                                           
>             'xsi_type': 'ManualCpcBiddingScheme'}}, 
> 'budget': {'budgetId': 295790110L}, 
> 'adServingOptimizationStatus': u'ROTATE_INDEFINITELY', 
> 'networkSetting': {'targetContentNetwork': 'false', 
>                               'targetSearchNetwork': 'true', 
>                               'targetGoogleSearch': 'true', 
>                               'targetPartnerSearchNetwork': 'false'}
> }
>
> Thanks
>
>
>
>
> On Friday, June 13, 2014 10:14:14 PM UTC+2, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> Some bidding strategies cannot be used as *shared* bidding strategies. 
>> You can see this in the UI as well (see the attached screenshot).
>>
>> However, you still can use these bidding strategies as "anonymous" (or 
>> not shared) bidding strategies when creating a campaign or ad group. You 
>> can see this in action in our add_campaigns.rb 
>> <https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201402/basic_operations/add_campaigns.rb#L58>
>>  code 
>> example.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Friday, June 13, 2014 3:35:21 AM UTC-4, Hudarsono Hu wrote:
>>>
>>> Hi There,
>>>
>>> We got an error message saying 
>>> "BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED" 
>>>  when we tried to create "MANUAL_CPC" bid using BidStrategyService?   
>>>
>>> Here is the soap request :
>>>
>>> SOAP request: 
>>> https://adwords.google.com/api/adwords/cm/v201402/BiddingStrategyService
>>>
>>> ==== header omitted =====
>>>
>>> <?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://schemas.xmlsoap.org/soap/envelope/";><env:Header><wsdl:RequestHeader 
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201402";><userAgent>==========
>>>  
>>> (AwApi-Ruby/0.12.0, Common-Ruby/0.9.5, Savon/1.2.0, ruby/2.1.1, 
>>> HTTPI/1.1.1, 
>>> net_http)</userAgent><developerToken>================</developerToken><clientCustomerId>==========</clientCustomerId></wsdl:RequestHeader></env:Header><env:Body><mutate
>>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201402";><operations><operator>ADD</operator><operand><biddingScheme
>>>  
>>> xsi:type="ManualCpcBiddingScheme"><enhancedCpcEnabled>false</enhancedCpcEnabled></biddingScheme><name>1402644565</name><status>ACTIVE</status><type>MANUAL_CPC</type></operand></operations></mutate></env:Body></env:Envelope>
>>>
>>>
>>> The soap response was :
>>>
>>> <soap:Envelope 
>>> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
>>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201402";><requestId>0004fbb2a313e0b00a424f278c0046f2</requestId><serviceName>BiddingStrategyService</serviceName><methodName>mutate</methodName><operations>1</operations><responseTime>121</responseTime></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED
>>>  
>>> @ operations[0].operand.type; 
>>> trigger:'MANUAL_CPC']</faultstring><detail><ApiExceptionFault xmlns="
>>> https://adwords.google.com/api/adwords/cm/v201402";><message>[BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED
>>>  
>>> @ operations[0].operand.type; 
>>> trigger:'MANUAL_CPC']</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors
>>>  
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>>> xsi:type="BiddingStrategyError"><fieldPath>operations[0].operand.type</fieldPath><trigger>MANUAL_CPC</trigger><errorString>BiddingStrategyError.BIDDING_STRATEGY_NOT_SUPPORTED</errorString><ApiError.Type>BiddingStrategyError</ApiError.Type><reason>BIDDING_STRATEGY_NOT_SUPPORTED</reason></errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
>>>
>>>
>>> Thanks!
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e75273f8-581d-4635-b724-568a0c1a8479%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to