Hello. We are receiving TargetError.TARGET_ERROR faults when trying to update campaigns in AdWords.
The fault looks like this: <soap:Fault> > <faultcode>soap:Server</faultcode> > <faultstring>[TargetError.TARGET_ERROR @ > operations[0].operand.networkSetting]</faultstring> > <detail> > <ApiExceptionFault > xmlns="https://adwords.google.com/api/adwords/cm/v201109"> > <message>[TargetError.TARGET_ERROR @ > operations[0].operand.networkSetting]</message> > <ApplicationException.Type>ApiException</ApplicationException.Type> > <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:type="TargetError"> > <fieldPath>operations[0].operand.networkSetting</fieldPath> > <trigger></trigger> > <errorString>TargetError.TARGET_ERROR</errorString> > <ApiError.Type>TargetError</ApiError.Type> > <reason>TARGET_ERROR</reason> > </errors> > </ApiExceptionFault> > </detail> > </soap:Fault> And the request is the following: <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201109"> > <operations> > <operator>SET</operator> > <operand> > <id>******</id> > <name>NetworkSetting</name> > <status>ACTIVE</status> > <endDate>20371230</endDate> > <budget> > <period>DAILY</period> > <amount> > <microAmount>1000000</microAmount> > </amount> > <deliveryMethod>STANDARD</deliveryMethod> > </budget> > <adServingOptimizationStatus>OPTIMIZE</adServingOptimizationStatus> > <settings xsi:type="GeoTargetTypeSetting"> > <positiveGeoTargetType>DONT_CARE</positiveGeoTargetType> > <negativeGeoTargetType>DONT_CARE</negativeGeoTargetType> > </settings> > <networkSetting> > <targetGoogleSearch>true</targetGoogleSearch> > <targetSearchNetwork>true</targetSearchNetwork> > <targetContentNetwork>true</targetContentNetwork> > <targetContentContextual>true</targetContentContextual> > </networkSetting> > </operand> > </operations> > </mutate> > I would like to ask what may be the cause of this. This functionality was working correctly up until now and there were no code updates on our side. If anyone could answer this question, I would be very much grateful. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
