Hi, I was requesting this line from your logs: requestId=d2bcd5448b379bbc59c3271aa3a55553. I'll investigate this further and update you.
Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 28, 3:14 pm, MMV Limburg <mmv....@googlemail.com> wrote: > 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=mmv.hes...@googlemail.com > 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=mmv.hes...@googlemail.com > 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=mmv.hes...@googlemail.com > 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ß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 > +EG56PW5NN1ONdTZlUAOg0xjCTlkwsZXf5wOsS9CNh9pPMOidBcd2TesYylXDi8MQRVf99X8OGm R > +mD2SEySqoLf4Hnw3DtJLJZxvfFApXLylud4iBhpphUvH86vYXU1ZlDS3pC4GSYy2Ryc8mHA2Zr > 2opkN7d/ > 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>... > > read more » -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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