On Oct 20, 2009, at 11:25 AM, AdWords API Advisor wrote: > Hi Valentino, > > Your aggregation and column values look correct, and impression data > should be accurate anywhere from 3-6 hours after midnight Pacific > Time. I'd like to take a look at the exact XML request used to > schedule one of these empty reports. Do you have the SOAP XML or > request ID for your call to scheduleReportJob?
I can give you one, but the problem persists even when I schedule the report from the web interface, which should rule out the API problem somewhat, but here's the schedule call IDs and the other relevant calls: Validate request ID: ce693286be36902bd70a65f691dbea29 ScheduleReportJob request ID: 17459a83f07efe418aadbc979a21692b Report Job ID: 828007885 GetGzipReportDownloadUrl request ID: 557618621e7998341406973bcc83dbd6 Report Job scheduled: <?xml version='1.0' encoding='UTF-8'?> <ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"> <ns0:Header> <applicationToken>apptoken</applicationToken> <password>xxxxxx</password> <developerToken>devtoken</developerToken> <email>[email protected]</email> <useragent>AWAPI PyLib v7.1.0: Adroll Sync Client v0.1</useragent> </ns0:Header> <ns0:Body> <ns1:scheduleReportJob xmlns:ns1="https://adwords.google.com/api/adwords/v13 "> <ns1:job ns2:type="ns1:DefinedReportJob" xmlns:ns2="http://www.w3.org/2001/XMLSchema-instance "> <ns1:endDay>2009-10-19</ns1:endDay> <ns1:name>Adroll ContentPlacement general for 2009-10-13 to 2009-10-19</ns1:name> <ns1:startDay>2009-10-13</ns1:startDay> <ns1:aggregationTypes>AdGroup</ns1:aggregationTypes> <ns1:aggregationTypes>Domain</ns1:aggregationTypes> <ns1:aggregationTypes>Daily</ns1:aggregationTypes> <ns1:selectedColumns>AdGroup</ns1:selectedColumns> <ns1:selectedColumns>PlacementDomain</ns1:selectedColumns> <ns1:selectedColumns>CampaignId</ns1:selectedColumns> <ns1:selectedColumns>CPM</ns1:selectedColumns> <ns1:selectedColumns>Clicks</ns1:selectedColumns> <ns1:selectedColumns>Impressions</ns1:selectedColumns> <ns1:selectedReportType>ContentPlacement</ns1:selectedReportType> </ns1:job> </ns1:scheduleReportJob> </ns0:Body> </ns0:Envelope> -- Valentino Volonghi aka Dialtone Now Running MacOSX 10.6 http://www.adroll.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
