See XML response below:
<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>
  <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">291</responseTime>
  <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">1</operations>
  <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">1</units>
  <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v13">6577a0a6ac371763fb3f67bce16d7cfc</requestId>
  </soapenv:Header>
<soapenv:Body>
<soapenv:Fault>
  <faultcode>soapenv:Server.userException</faultcode>
  <faultstring>One or more input elements failed validation.</
faultstring>
<detail>
<ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/v13";>
  <ns1:code>122</ns1:code>
  <ns1:message>One or more input elements failed validation.</
ns1:message>
<ns1:errors>
  <ns1:index>0</ns1:index>
  <ns1:field>endDay</ns1:field>
  <ns1:trigger>Mon Dec 28 22:00:00 PST 2037</ns1:trigger>
  <ns1:code>35</ns1:code>
  <ns1:isExemptable>false</ns1:isExemptable>
  <ns1:detail>Date must be in or before year 2036 or exactly
2037-12-30 (indicating no end)</ns1:detail>
  </ns1:errors>
  </ns1:fault>
  </detail>
  </soapenv:Fault>
  </soapenv:Body>
  </soapenv:Envelope>

On Oct 29, 10:11 pm, AdWords API Advisor
<adwordsapiadvi...@google.com> wrote:
> Hi Eric,
>
> Do you have the SOAP XML response that includes the error message?
> The trigger field should provide more information about why the
> request failed.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Oct 29, 6:34 am, icv_adwords <adwo...@iconvex.com> wrote:
>
> > Hi,
>
> > I got that message when try to import proximityTargets to one adword
> > account. Please see my xml post string:
>
> > ------
> >   <?xml version="1.0" encoding="utf-8" ?>
> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
> > <soap:Header>
> >   <applicationToken xmlns="https://adwords.google.com/api/adwords/
> > v13">xxx</applicationToken>
> >   <clientEmail xmlns="https://adwords.google.com/api/adwords/v13";>xxx</
> > clientEmail>
> >   <developerToken xmlns="https://adwords.google.com/api/adwords/
> > v13">xxx</developerToken>
> >   <email xmlns="https://adwords.google.com/api/adwords/v13";>xxx</
> > email>
> >   <password xmlns="https://adwords.google.com/api/adwords/v13";>xxxxx</
> > password>
> >   <useragent xmlns="https://adwords.google.com/api/adwords/v13";>AWAPI
> > DotNetLib 4.1.0 -</useragent>
> >   </soap:Header>
> > <soap:Body>
> > <updateCampaignList xmlns="https://adwords.google.com/api/adwords/
> > v13">
> > <campaigns>
> >   <budgetAmount>84000000</budgetAmount>
> > <budgetOptimizerSettings>
> >   <enabled>false</enabled>
> >   </budgetOptimizerSettings>
> >   <budgetPeriod>Daily</budgetPeriod>
> >   <contentTargeting>AllPlacements</contentTargeting>
> > <conversionOptimizerSettings>
> >   <enabled>false</enabled>
> >   </conversionOptimizerSettings>
> >   <endDay>2037-12-30</endDay>
> > <geoTargeting>
> >   <cityTargets />
> >   <countryTargets />
> >   <metroTargets />
> > <proximityTargets>
> > <circles>
> >   <latitudeMicroDegrees>33716650</latitudeMicroDegrees>
> >   <longitudeMicroDegrees>-117944594</longitudeMicroDegrees>
> >   <radiusMeters>14484</radiusMeters>
> >   </circles>
> >   </proximityTargets>
> >   <regionTargets />
> >   <targetAll>false</targetAll>
> >   </geoTargeting>
> >   <id>42046690</id>
> > <languageTargeting>
> >   <languages>en</languages>
> >   </languageTargeting>
> >   <name>Messaging Testing</name>
> > <networkTargeting>
> >   <networkTypes>SearchNetwork</networkTypes>
> >   <networkTypes>ContentNetwork</networkTypes>
> >   </networkTargeting>
> > <schedule>
> >   <status>Disabled</status>
> >   </schedule>
> >   <startDay>2009-05-28</startDay>
> >   <status>Paused</status>
> >   </campaigns>
> >   </updateCampaignList>
> >   </soap:Body>
> >   </soap:Envelope>
> > -----
>
> > I got that message on production site but everything is ok on
> > developer site. That is strange, right?
>
> > Thanks for any help.
> > Eric.
--~--~---------~--~----~------------~-------~--~----~
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