Hey, I just did another test and now it works fine.
Weird, I swear I tested it at least 10 times with the same error, an empty report. Did you guys change something there? On 11 Feb, 17:15, AdWords API Advisor <[email protected]> wrote: > Hi Sebastian, > > Could you post the report ids for a report that is fetching empty data > and one which is working fine? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Feb 9, 2:05 pm, Sebastian <[email protected]> wrote: > > > > > > > > > Hi, > > > I am having an weird issue when trying to download all my ad details. > > > The below code works: > > > // Report Definition - What type of Report I want > > $reportDefinition = new ReportDefinition(); //object which > > contains the basic report type info > > $reportDefinition->reportName = "Update of Ads Table Information"; > > $reportDefinition->dateRangeType = "ALL_TIME"; > > $reportDefinition->reportType = "AD_PERFORMANCE_REPORT"; > > $reportDefinition->downloadFormat = "CSV"; > > > // Selector - What field/data will this report contain > > $selector = new Selector(); // object which contains all the field > > and data info for the report > > $selector->fields = array("Id", "Headline", "Description1", > > "Description2","DisplayUrl","Url","Status"); //, "AdNetworkType1" > > > But when I add "AdNetworkType1" in the array of field the report still > > processes but without any data. > > > I can't work out why this is. > > > The AdNetworkType1 is linked to the ad correct? > > > Hope to hear from you soon. > > > Seb -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
