Hello,

thank you for your reply.

Im not sure what you mean with the request id.
But i cleaned the logs, started a new try (with the address) and the
following posts are the logs:
request_info.log:
[Jan 28 2011 11:01:08.000000 - INFO] [email protected]
effectiveUser=177-142-6580 service=CampaignService method=mutate
operators={ADD: 1} responseTime=1692
requestId=091b61cab6f6d3db40ee02a7d357fb7d operations=1 units=1
server=adwords.google.com isFault=false faultMessage=null
[Jan 28 2011 11:01:13.000000 - INFO] [email protected]
effectiveUser=177-142-6580 service=GeoLocationService method=get
operators={} responseTime=238
requestId=cec00625de2be6513e60a6cb97fdc53b operations=1 units=1
server=adwords.google.com isFault=false faultMessage=null
[Jan 28 2011 11:01:14.000000 - INFO] [email protected]
effectiveUser=177-142-6580 service=CampaignTargetService method=mutate
operators={SET: 3} responseTime=638
requestId=d2bcd5448b379bbc59c3271aa3a55553 operations=1 units=1
server=adwords.google.com isFault=true
faultMessage=[TargetError.INVALID_REGIONCODE_LENGTH @
operations[1].operand.targets[0]]

soap_xml.log:
[Jan 28 2011 11:01:08.000000 - INFO] POST /api/adwords/cm/v201008/
CampaignService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.3.1, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 768

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v201008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <SOAP-ENV:Header>
    <ns1:RequestHeader xsi:type="ns1:RequestHeader">
      <ns1:authToken>*****</ns1:authToken>
      <ns1:clientCustomerId>177-142-6580</ns1:clientCustomerId>
      <ns1:developerToken>mVbLdarOAGT9PHoiO-804g</ns1:developerToken>
      <ns1:userAgent>AwApi-PHP-2.4.1-MMV</ns1:userAgent>
    </ns1:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns1:mutate>
      <ns1:operations>
        <ns1:operator>ADD</ns1:operator>
        <ns1:operand>
          <ns1:name>Knoellweb #erstellt: 28.01.2011 11:01 -
1296208866</ns1:name>
          <ns1:status>PAUSED</ns1:status>
          <ns1:budget>
            <ns1:period>DAILY</ns1:period>
            <ns1:amount>
              <ns1:microAmount>5000000</ns1:microAmount>
            </ns1:amount>
            <ns1:deliveryMethod>ACCELERATED</ns1:deliveryMethod>
          </ns1:budget>
          <ns1:biddingStrategy xmlns:ns1="https://adwords.google.com/
api/adwords/cm/v201008" xsi:type="ns1:ManualCPC"/>
        </ns1:operand>
      </ns1:operations>
    </ns1:mutate>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Fri, 28 Jan 2011 10:01:10 GMT
Expires: Fri, 28 Jan 2011 10:01:10 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE

<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
v201008">
      <requestId>091b61cab6f6d3db40ee02a7d357fb7d</requestId>
      <operations>1</operations>
      <responseTime>1692</responseTime>
      <units>1</units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <mutateResponse xmlns="https://adwords.google.com/api/adwords/cm/
v201008">
      <rval>
        <ListReturnValue.Type>CampaignReturnValue</
ListReturnValue.Type>
        <value>
          <id>75283779</id>
          <name>Knoellweb #erstellt: 28.01.2011 11:01 - 1296208866</
name>
          <status>PAUSED</status>
          <servingStatus>SERVING</servingStatus>
          <startDate>20110128</startDate>
          <endDate>20371231</endDate>
          <budget>
            <period>DAILY</period>
            <amount>
              <ComparableValue.Type>Money</ComparableValue.Type>
              <microAmount>5000000</microAmount>
            </amount>
            <deliveryMethod>ACCELERATED</deliveryMethod>
          </budget>
          <biddingStrategy xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xsi:type="ManualCPC">
            <BiddingStrategy.Type>ManualCPC</BiddingStrategy.Type>
            <enhancedCpcEnabled>false</enhancedCpcEnabled>
            <positionPreference>OFF</positionPreference>
          </biddingStrategy>
          <conversionOptimizerEligibility>
            <eligible>false</eligible>
            <rejectionReasons>CAMPAIGN_IS_NOT_ACTIVE</
rejectionReasons>
            <rejectionReasons>CONVERSION_TRACKING_NOT_ENABLED</
rejectionReasons>
          </conversionOptimizerEligibility>
          <adServingOptimizationStatus>OPTIMIZE</
adServingOptimizationStatus>
          <frequencyCap>
            <impressions>0</impressions>
          </frequencyCap>
        </value>
      </rval>
    </mutateResponse>
  </soap:Body>
</soap:Envelope>

[Jan 28 2011 11:01:13.000000 - INFO] POST /api/adwords/cm/v201008/
GeoLocationService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.3.1, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 678

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v201008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <SOAP-ENV:Header>
    <ns1:RequestHeader xsi:type="ns1:RequestHeader">
      <ns1:authToken>*****</ns1:authToken>
      <ns1:clientCustomerId>177-142-6580</ns1:clientCustomerId>
      <ns1:developerToken>mVbLdarOAGT9PHoiO-804g</ns1:developerToken>
      <ns1:userAgent>AwApi-PHP-2.4.1-MMV</ns1:userAgent>
    </ns1:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns1:get>
      <ns1:selector>
        <ns1:addresses>
          <ns1:streetAddress>Großneumarkt 10</ns1:streetAddress>
          <ns1:cityName>Hamburg</ns1:cityName>
          <ns1:provinceCode>DE-HH</ns1:provinceCode>
          <ns1:postalCode>20249</ns1:postalCode>
          <ns1:countryCode>DE</ns1:countryCode>
        </ns1:addresses>
      </ns1:selector>
    </ns1:get>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
SOAPAction: ""
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Fri, 28 Jan 2011 10:01:14 GMT
Expires: Fri, 28 Jan 2011 10:01:14 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE

<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
v201008">
      <requestId>cec00625de2be6513e60a6cb97fdc53b</requestId>
      <operations>1</operations>
      <responseTime>238</responseTime>
      <units>1</units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <getResponse xmlns="https://adwords.google.com/api/adwords/cm/
v201008">
      <rval>
        <geoPoint>
          <latitudeInMicroDegrees>53550790</latitudeInMicroDegrees>
          <longitudeInMicroDegrees>9980500</longitudeInMicroDegrees>
        </geoPoint>
        <address>
          <streetAddress>Gro&#xDF;neumarkt 10</streetAddress>
          <cityName>Hamburg</cityName>
          <provinceCode>Hamburg</provinceCode>
          <provinceName>DE-HH</provinceName>
          <postalCode>20459</postalCode>
          <countryCode>DE</countryCode>
        </address>
        <encodedLocation>qrvM3QDB3iJsUTCtv7jlAetRZSIyokHR0+nn2/
yHj5gHZULAkGt8nX1Xz4OEft2h3FV
+1M6T9MVF4SAYGiOqPEm6npLJAOgr1D4IZhErZLgab/maLW+YlvTcx2DusR
+sPBsEnhrXAbpG+52sFDneo0fldq
+EG56PW5NN1ONdTZlUAOg0xjCTlkwsZXf5wOsS9CNh9pPMOidBcd2TesYylXDi8MQRVf99X8OGmR
+mD2SEySqoLf4Hnw3DtJLJZxvfFApXLylud4iBhpphUvH86vYXU1ZlDS3pC4GSYy2Ryc8mHA2Zr2opkN7d/
jmaui0H2C5+pSGL/
r1niWvtnu0PPRCLONuKdVQqRcFMXBdXcLuZW67J2qo4xKoWYRfLXw0BN+p0d
+mrFz6o5ONba/2Nb2h4dphTDV56kp51R+9hFLqGieBvy
+qlXHYtyFDEC52XtMkvxIGqte5oUZ2AFNPo9Yx3+L9g3BbrVE/
GKGKmSn2ksNZNcPHGZX8i8BGAP/
tFOVqYXzOK99sKwrFldc0MgndpODCAenF7y0mpSSEZTOgOnsTeILQD/
qtXOzlnipUH8UpwGguZV8xcd52GGK3bL9QS0uzqXBc4GUCC22c=</encodedLocation>
        <GeoLocation.Type>GeoLocation</GeoLocation.Type>
      </rval>
    </getResponse>
  </soap:Body>
</soap:Envelope>

[Jan 28 2011 11:01:14.000000 - INFO] POST /api/adwords/cm/v201008/
CampaignTargetService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.3.1, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 952

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v201008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <SOAP-ENV:Header>
    <ns1:RequestHeader xsi:type="ns1:RequestHeader">
      <ns1:authToken>*****</ns1:authToken>
      <ns1:clientCustomerId>177-142-6580</ns1:clientCustomerId>
      <ns1:developerToken>mVbLdarOAGT9PHoiO-804g</ns1:developerToken>
      <ns1:userAgent>AwApi-PHP-2.4.1-MMV</ns1:userAgent>
    </ns1:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns1:mutate>
      <ns1:operations>
        <ns1:operator>SET</ns1:operator>
        <ns1:operand xmlns:ns1="https://adwords.google.com/api/adwords/
cm/v201008" xsi:type="ns1:LanguageTargetList">
          <ns1:campaignId>75283779</ns1:campaignId>
          <ns1:targets>
            <ns1:languageCode>de</ns1:languageCode>
          </ns1:targets>
        </ns1:operand>
      </ns1:operations>
      <ns1:operations>
        <ns1:operator>SET</ns1:operator>
        <ns1:operand xmlns:ns1="https://adwords.google.com/api/adwords/
cm/v201008" xsi:type="ns1:GeoTargetList">
          <ns1:campaignId>75283779</ns1:campaignId>
          <ns1:targets xmlns:ns1="https://adwords.google.com/api/
adwords/cm/v201008" xsi:type="ns1:ProximityTarget">
            <ns1:geoPoint>
              <ns1:latitudeInMicroDegrees>53550790</
ns1:latitudeInMicroDegrees>
              <ns1:longitudeInMicroDegrees>9980500</
ns1:longitudeInMicroDegrees>
            </ns1:geoPoint>
            <ns1:radiusDistanceUnits>KILOMETERS</
ns1:radiusDistanceUnits>
            <ns1:radiusInUnits>20</ns1:radiusInUnits>
            <ns1:address>
              <ns1:streetAddress>Großneumarkt 10</ns1:streetAddress>
              <ns1:cityName>Hamburg</ns1:cityName>
              <ns1:provinceCode>Hamburg</ns1:provinceCode>
              <ns1:provinceName>DE-HH</ns1:provinceName>
              <ns1:postalCode>20459</ns1:postalCode>
              <ns1:countryCode>DE</ns1:countryCode>
            </ns1:address>
          </ns1:targets>
        </ns1:operand>
      </ns1:operations>
      <ns1:operations>
        <ns1:operator>SET</ns1:operator>
        <ns1:operand xmlns:ns1="https://adwords.google.com/api/adwords/
cm/v201008" xsi:type="ns1:NetworkTargetList">
          <ns1:campaignId>75283779</ns1:campaignId>
          <ns1:targets>
            <ns1:networkCoverageType>GOOGLE_SEARCH</
ns1:networkCoverageType>
          </ns1:targets>
        </ns1:operand>
      </ns1:operations>
    </ns1:mutate>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Fri, 28 Jan 2011 10:01:16 GMT
Expires: Fri, 28 Jan 2011 10:01:16 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE

<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
v201008">
      <requestId>d2bcd5448b379bbc59c3271aa3a55553</requestId>
      <operations>1</operations>
      <responseTime>638</responseTime>
      <units>1</units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Server</faultcode>
      <faultstring>[TargetError.INVALID_REGIONCODE_LENGTH @
operations[1].operand.targets[0]]</faultstring>
      <detail>
        <ApiExceptionFault xmlns="https://adwords.google.com/api/
adwords/cm/v201008">
          <message>[TargetError.INVALID_REGIONCODE_LENGTH @
operations[1].operand.targets[0]]</message>
          <ApplicationException.Type>ApiException</
ApplicationException.Type>
          <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xsi:type="TargetError">
            <fieldPath>operations[1].operand.targets[0]</fieldPath>
            <trigger/>
            <errorString>TargetError.INVALID_REGIONCODE_LENGTH</
errorString>
            <ApiError.Type>TargetError</ApiError.Type>
            <reason>INVALID_REGIONCODE_LENGTH</reason>
          </errors>
        </ApiExceptionFault>
      </detail>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to