Additionally, if you are only trying to determine if a campaign is
elligible you should use the conversionOptimizerEligibility field that
was introduced in v201008.

  
http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.Campaign.html#conversionOptimizerEligibility

Best,
- Eric

On Jan 6, 5:14 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
wrote:
> Hi Alex,
>
> The cause of this error is that the campaign being operated on is not
> eligible to be updated via the API.  In this case the campaign was
> created as part of the Boost Ads program, and as such cannot be
> manually updated.
>
>  http://www.google.com/support/places/bin/answer.py?hl=en&answer=1040967
>
> A new error reason will be added for this in the next version of the
> API, but for existing versions the INVALID_INPUT reason is returned.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jan 5, 10:41 am, Alexander Parij <paris.a...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Actually this is the shorter version of the problem with one campaign only :
>
> > ************************************************************************
> > *** Outgoing SOAP ******************************************************
> > <?xml version="1.0" encoding="UTF-8"?>
> > <SOAP-ENV:Envelope
> > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
> > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:ZSI="http://www.zolera.com/schemas/ZSI/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> > <SOAP-ENV:Header>
> > <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v200909";>
> > <authToken>xxxxxx</authToken>
> > <userAgent>AwApi-Python-13.1.0|Test Client</userAgent>
> > <developerToken>XXXXXXXXXXXXXX</developerToken>
> > <clientEmail>XXXXXXXXXXXXXXX</clientEmail>
> > <validateOnly>true</validateOnly>
> > </RequestHeader>
> > </SOAP-ENV:Header>
> > <SOAP-ENV:Body
> > xmlns:ns1="https://adwords.google.com/api/adwords/cm/v200909";>
> > <ns1:mutate xmlns:ns1="https://adwords.google.com/api/adwords/cm/v200909";>
> > <ns1:operations>
> > <ns1:operator>SET</ns1:operator>
> > <ns1:biddingTransition>
> > <ns1:targetBiddingStrategy xsi:type="ns1:ConversionOptimizer">
> > <ns1:pricingModel>CONVERSIONS</ns1:pricingModel>
> > </ns1:targetBiddingStrategy>
> > <ns1:explicitAdGroupBids xsi:type="ns1:ConversionOptimizerAdGroupBids">
> > </ns1:explicitAdGroupBids>
> > </ns1:biddingTransition>
> > <ns1:operand>
> > <ns1:id>177315046</ns1:id>
> > </ns1:operand>
> > </ns1:operations>
> > </ns1:mutate>
> > </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
> > ************************************************************************
> > *** Incoming HTTP headers **********************************************
> > 500 Internal Server Error
> > Content-Type: text/xml; charset=UTF-8
> > Content-Encoding: gzip
> > Transfer-Encoding: chunked
> > Date: Wed, 05 Jan 2011 15:38:07 GMT
> > Expires: Wed, 05 Jan 2011 15:38:07 GMT
> > Cache-Control: private, max-age=0
> > X-Content-Type-Options: nosniff
> > X-Frame-Options: SAMEORIGIN
> > X-XSS-Protection: 1; mode=block
> > Server: GSE
> > ************************************************************************
> > *** Incoming SOAP ******************************************************
> > <?xml version="1.0" encoding="UTF-8"?>
> > <soap:Envelope
> > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
> > xmlns="https://adwords.google.com/api/adwords/cm/v200909";><requestId>a1c6f9e8b76e16a92f3463d1ade9c74e</requestId><operations>1</ope
> >  
> > rations><responseTime>581</responseTime><units>1</units></ResponseHeader></ 
> > soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><fault 
> > string>[RequestError.INVALID_INPUT
> > @ operations[0]]</faultstring><detail><ApiExceptionFault
> > xmlns="https://adwords.google.com/api/adwords/cm/v200909";><message>[RequestError.INVALID_INPUT
> > @
> > operations[0]]</message><ApplicationException.Type>ApiException</Applicatio 
> > nException.Type></ApiExceptionFault></detail></soap:Fault></soap:Body></soa 
> > p:Envelope>
> > ************************************************************************
> > EndTime: 2011-01-05 10:38:07

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Reply via email to