Hello Maxim, As mentioned in this doc https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.NetworkSetting Currently, only the some specific Google partner accounts are able to configure parnerSearchNetwork.
Please remove that setting from your request. Best, - Takeshi, AdWords API Team 2012年10月25日木曜日 8時16分09秒 UTC+9 Maxim: > > Hello. > > > > We are submitting > > POST /api/adwords/cm/v201109/CampaignService?wsdl HTTP/1.0 > Content-Type: text/xml; charset=utf-8 > Accept: application/soap+xml, application/dime, multipart/related, text/* > User-Agent: Axis/1.4 > Host: adwords.google.com > Cache-Control: no-cache > Pragma: no-cache > SOAPAction: "" > Content-Length: 1665 > > <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv=" > http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=" > http://www.w3.org/2001/XMLSchema" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <soapenv:Header> > <ns1:RequestHeader soapenv:actor=" > http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" > xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201109 > "><ns1:authToken>XXXXXXXXXXXXXXXXX</ns1:authToken><ns1:clientCustomerId>XXXXXXXXX</ns1:clientCustomerId> > <ns1:developerToken>XXXXXXXXXXXXXXXXXXX</ns1:developerToken> > <ns1:userAgent>XXXXXXXXXXXXXXXXXXXXXX</ns1:userAgent> > <ns1:partialFailure>true</ns1:partialFailure> > </ns1:RequestHeader> > </soapenv:Header> > <soapenv:Body> > <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201109 > "><operations><operator>SET</operator><operand><id>99450072</id><name>DE22FF1A-1C02-414F-81F7-EDEF1C00FE22-GEL</name> > <status>ACTIVE</status> > > <budget><period>DAILY</period><amount><microAmount>36000000</microAmount></amount><deliveryMethod>ACCELERATED</deliveryMethod></budget> > <networkSetting> > <targetGoogleSearch>true</targetGoogleSearch> > <targetSearchNetwork>true</targetSearchNetwork> > <targetContentNetwork>false</targetContentNetwork> > <targetContentContextual>false</targetContentContextual> > <targetPartnerSearchNetwork>false</targetPartnerSearchNetwork> > </networkSetting> > </operand> > </operations> > </mutate> > </soapenv:Body> > </soapenv:Envelope> > > But getting > > [TargetError.TARGET_ERROR @ operations[0].operand.networkSetting] > > What’s the reason? I checked the campaign on AdWords website and **there** > it has parnerSearchNetwork turned on and I’m trying to turn it off. > > Any idea what the error means? > Thanks! > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
