Re: Getting Empty XML Reports

2013-01-10 Thread Jeff Freeman
It was my mistake. I was using file_get_contents() to read the contents of the file and dump it to the browser and seeing only a blank string. When I actually opened the downloaded XML file, the data was there. I apologize for the inconvenience. Thanks for your help! On Thursday, January 10, 20

Re: Getting Empty XML Reports

2013-01-10 Thread Danial Klimkin
Hello Jeff, I've ran both CSV and XML reports with the definition above for the account CID you provided and got exact the same data. Please send us the exact file you get downloaded with the XML format requested. -Danial, AdWords API Team. On Thursday, January 10, 2013 12:28:11 AM UTC+4,

Re: Getting Empty XML Reports

2013-01-09 Thread Jeff Freeman
Were you able to reproduce the issue? On Wednesday, January 9, 2013 7:00:17 AM UTC-5, Danial Klimkin wrote: > > Hello Jeff, > > > Are you sure you use exactly the same report definition? If so, please > send me your account CID and I will try to reproduce the issue. > > > -Danial, AdWords API Tea

Re: Getting Empty XML Reports

2013-01-09 Thread Danial Klimkin
Hello Jeff, Are you sure you use exactly the same report definition? If so, please send me your account CID and I will try to reproduce the issue. -Danial, AdWords API Team. On Saturday, January 5, 2013 2:06:07 AM UTC+4, Jeff Freeman wrote: > > Hi, I am trying to download a report through t

Getting Empty XML Reports

2013-01-07 Thread Jeff Freeman
Hi, I am trying to download a report through the API. When I set to the report download format to CSV, it works fine. But, when I switch to XML, the file that is download is empty. It just contains a blank string that is 300+ characters is length. Any idea what the issue is? I am using the PHP