3 messages in com.googlegroups.adwords-apiAdWords API Structure Report is empty
FromSent OnAttachments
dshevnock21 Feb 2008 12:19 
AdWords API Advisor21 Feb 2008 12:40 
dshevnock21 Feb 2008 12:58 
Subject:AdWords API Structure Report is empty
From:dshevnock (dshe@gmail.com)
Date:02/21/2008 12:19:41 PM
List:com.googlegroups.adwords-api

Is anyone having issues with getting empty Structure reports back? I swear I was able to retrieve keyword structure reports last week, but now they are coming back empty. I have tried running the report with all the options I wanted (campaign name, campaign id, adgroup name, adgroup id, etc.) and with just the very minimal selected columns (keyword and keywordId). Maybe I am missing something, but here is my SOAP request (with the minimum selected columns):

<?xml version="1.0" encoding="ISO-8859-1"?> <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:ns4175="http:// tempuri.org"> <SOAP-ENV:Header> <email>....</email> <password>...</password> <useragent>...</useragent> <developerToken>....</developerToken> <applicationToken>....</applicationToken> </SOAP-ENV:Header>

<SOAP-ENV:Body> <scheduleReportJob xmlns="https://adwords.google.com/api/adwords/v11"> <job xsi:type="DefinedReportJob"> <selectedReportType>Structure</selectedReportType> <aggregationTypes>Keyword</aggregationTypes> <selectedColumns>Keyword</selectedColumns> <selectedColumns>KeywordId</selectedColumns> </job> </scheduleReportJob> </SOAP-ENV:Body> </SOAP-ENV:Envelope>

I have also been able to run some Keyword Performance reports, and