Hi BeeGeez, Every SOAP response from the AdWords API Server contains a unique number called requestId, that looks like ae782faeea7250ad579c59a3c21ff884. A typical soap response is given below:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201101"><requestId>ae782faeea7250ad579c59a3c21ff884</requestId><operations>1</operations><responseTime>1120</responseTime><units>1</units></ResponseHeader></soap:Header><soap:Body><mutateResponse xmlns="https://adwords.google.com/api/adwords/cm/v201101" /></soap:Body></soap:Envelope> If you could provide this number for a failed request, I could locate your request and response xml, as well as error logs on server (if any) and troubleshoot the issue further. If you are using a client library, then you can turn on SOAP logging in your library, and the logs would be written to a file. You can refer to the library reference for more details. Thanks, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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