Hi I have a problem when calling 'getAdGroupStats'. Most of time the
data requested is returned, however a number of times noting is
returned, no data at all.

I have noticed the following (please look at the differences
highlighted by <***>) - 2 examples are shown below, one where the
error occurs and 1 where is does not:
------------------------------------------------------------------------------------
--Data I have when there is an error - I.e. no data returned--
------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope <***>SOAP-ENV:encodingStyle="http://
schemas.xmlsoap.org/soap/encoding/"<***>
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://
schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header>
<email>XXXXXXXXXXXXXXXX</email>
<password> XXXXXXXXXXXXXXXX </password>
<clientEmail> XXXXXXXXXXXXXXXX </clientEmail>
<useragent> XXXXXXXXXXXXXXXX </useragent>
<developerToken> XXXXXXXXXXXXXXXX </developerToken>
<applicationToken> XXXXXXXXXXXXXXXX </applicationToken>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<<***>ns4773:<***>getAdGroupStats<***> xmlns:ns4773="http://
tempuri.org"<***>>
<getAdGroupStats>
<campaignId>32272940</campaignId>
<adGroupIds>1090418870</adGroupIds>
<startDay>2008-12-02</startDay>
<endDay>2008-12-02</endDay>
</getAdGroupStats>
</<***>ns4773:<***>getAdGroupStats>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
-------------------------------------------
The nsXXXX reference changes for each error, this is not a constant
fixed number for all instances of the error.

The following is data produced when there is NO error and data is
returned, so all works. Again please notice the <***>.
------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/";
<***>xmlns:ns8732="http://tempuri.org";<***>>
<SOAP-ENV:Header>
<email>XXXXXXXXXXXXXXXX</email>
<password>XXXXXXXXXXXXXXXX</password>
<clientEmail>XXXXXXXXXXXXXXXX</clientEmail>
<useragent>XXXXXXXXXXXXXXXX</useragent>
<developerToken>XXXXXXXXXXXXXXXX</developerToken>
<applicationToken>XXXXXXXXXXXXXXXX</applicationToken>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<getAdGroupStats>
<campaignId>4099132</campaignId>
<adGroupIds>383379202</adGroupIds>
<startDay>2008-12-03</startDay>
<endDay>2008-12-03</endDay>
</getAdGroupStats>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
-------------------------------------------
Any help would be greatly appreciated, I have been struggling with
this for some time now. Thanks.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to