Re: PHP upgrade from 201008 to 201109

2012-03-10 Thread RainElemental
Great, it was kind of easy, thanks so much for your help. I've created an application to views the report of AdWords clients in a clean Tree User Interface. You should check the demo: http://poisonfx.com/adwordsdemo/ login d...@demo.com pw demo I made it with RainFramework

Re: PHP upgrade from 201008 to 201109

2012-03-06 Thread Anash P. Oommen
Thanks Ewan. Here's a code example for quick reference: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Reporting/DownloadCriteriaReport.php Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, 3 March 2012 08:19:00 UTC+5:30, RainElemental wrote: >

Re: PHP upgrade from 201008 to 201109

2012-03-02 Thread ewan
Hi, I think you must me missing a mailing list or two if you haven't seen any notices about this deprecation because I've been inundated was emails about it over the past few months! I suggest that you might want to subscribe to emails from the blog, and check that the email address associated

PHP upgrade from 201008 to 201109

2012-03-02 Thread RainElemental
Hi, I've developed an application in PHP to manage the Adwords users report. The application was made with the SDK PHP v201008 so now I have to upgrade to v201109. The application uses ReportDefinitionOperation() and $reportDefinitionService->mutate(). What should I use in the new API? Here i