Re: Ad Hoc reporting for PHP

2014-03-17 Thread Moe
Hi Anash, How am I supposed to loop against all my customer accounts without having to manually entering their account IDs in the auth.ini file ? Please I want an example php code for setting customerId at runtime. When will the MCC level requests against individual accounts be supported? Pl

Re: Ad Hoc reporting for PHP

2014-03-03 Thread Anash P. Oommen (AdWords API Team)
Hi Mike, 1. You could modify the code example at https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201309/Reporting/DownloadCriteriaReport.php#L51 to download reports for a custom date. I don't have a handy code example to share for custom dates, but you could look a

Re: Ad Hoc reporting for PHP

2014-02-28 Thread Mike Young
> > Yes the PHP way I am currently using (v201306, > getcampaignstats.php)..I have created a way to rotate the clientiD in > the auth.ini file, but not for the new version for some reason. > Are you saying I should : - 1. Run the file download criteria report to get todays report 2. Then ru

Re: Ad Hoc reporting for PHP

2014-02-25 Thread Takeshi Hagikura (AdWords API Team)
Hi Mike, It's a bit different from the SOAP way. If there isn't any reason you can't use the PHP library, I strongly recommend using it. It has the example

Ad Hoc reporting for PHP

2014-02-25 Thread Mike Young
Could you point me in the direction of clear examples of Ad hoc reporting using PHP. Is this the same as using the soap way? I wish to download stats (conversions, cost, impressions etc) for 25 clients every 10 minutes. I need today stats and yesterday statsin one go Is this the best way..