Re: Report does not contain data

2011-07-08 Thread Roger
Hi, thanks for your feedback! I'll try this. On Jul 6, 8:38 am, "Anash P. Oommen" wrote: > Hi, > > I think that your report download logic is correct, so if you want to write > the report parsing logic, you could manually generate a report in the > production account, and download it in xml form

Re: Report does not contain data

2011-07-05 Thread Anash P. Oommen
Hi, I think that your report download logic is correct, so if you want to write the report parsing logic, you could manually generate a report in the production account, and download it in xml format. Its format should match what you download from the API. Cheers, Anash P. Oommen, AdWords API

Re: Report does not contain data

2011-07-05 Thread Roger
Hi Anash, thank you for you reply. I tried to download the report using the url with "-sandbox" in it. I got the same data, something like this: This is all i got, but i expected some rows... I can't try it in production, because I'm not having a developer-key yet. Regards Roger On Jul 4, 7

Re: Report does not contain data

2011-07-03 Thread Anash P. Oommen
Hi Roger, You may have to run your code against production. Your code looks fine to me, but I believe sandbox doesn't give you any statistics for reports. See http://code.google.com/apis/adwords/docs/sandbox.html#behavior for details. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=

Report does not contain data

2011-06-30 Thread Roger
Dear AdWords-Team, i got a little problem with creating a report. I thought the api would return at least some dummy data, but I only recive the table-layout. I'm using: PHP Version: PHP 5.3.3-7+squeeze1 with Suhosin-Patch (cli) (built: Mar 18 2011 20:10:12) Copyright (c) 1997-2009 The PHP Group