Re: PHP v201109 ReportDefinitionService->mutate()

2012-03-25 Thread Jonathan
Works like a charm, thanks :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 su

Re: PHP v201109 ReportDefinitionService->mutate()

2012-03-22 Thread David Bonner
You don't need to store and manage report definitions any more in v201109. You just send the report definition you want as part of the report download call. On Thursday, 22 March 2012 12:04:53 UTC-4, Jonathan wrote: > > > Hi, > > I'm trying to migrate from the PHP API v201101 to v201109 and I

Re: PHP v201109 ReportDefinitionService->mutate()

2012-03-22 Thread Pete Lavetsky (AdWords API Guru)
This example should help : http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Reporting/DownloadCriteriaReport.php Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

PHP v201109 ReportDefinitionService->mutate()

2012-03-22 Thread Jonathan
Hi, I'm trying to migrate from the PHP API v201101 to v201109 and I realized that the *ReportDefinitionService *no longer has a mutate() method. >From what I understand this should be replace using the *MutateJobService* >class but I'm having trouble understanding how that can be done conside