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 [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]. For more options, visit https://groups.google.com/d/optout.
