Hi, There are the following examples included with the PHP Client Library:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201003/AddKeywordsPerformanceReportDefinition.php http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201003/DownloadReport.php Best, - Eric Koleda, AdWords API Team On Jun 11, 7:50 am, Sebastian Nitzsche <[email protected]> wrote: > Hello, > > i would like to use the new api v201003 with the php library 2.2.0 > I've searched on web by any examples oder codes for the > ReportDefinitionService. > There is no examples. > > Has anybody a link or code snippets for me? > > Thats my ReportDefinitionOperation Object: > > $repDefOp = new ReportDefinitionOperation( > new ReportDefinition( > '', > new Selector( > Array(), > new Predicate('','',''), > new DateRange( '2010-05-01', '2010-05-31') > ), > 'Report FooBar', > 'CAMPAIGN_PERFORMANCE_REPORT', > false, > '', > 'XML' > ), > 'ADD', > '' > ); > $repDefSvc->mutate($repDefOp ); > > Response: > Fault occurred while processing. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
