Apologies if this is covered anywhere, but I can't find anything on it despite searching for ages.
I'm trying to use DownloadDefinedReport.php from v201206. If I understand right, you can only download reports now not define them. Line 40 and 41 of DownloadDefinedReport.php requests the id of a defined report: // Enter parameters required by the code example. $reportDefinitionId = 'INSERT_REPORT_DEFINITION_ID_HERE'; My question is where do you get the report definition id from? I can locate campaign id's from the url fragment when in the adwords interface in a browser, but there's nothing similar in the report interface that I can spot. I have tried to use GetDefinedReports.php to get a list of reports, but get this error despite using the most recent version of the php library (downloaded today): *Fatal error*: Class 'ReportDefinitionSelector' not found in.... Have run out of ideas now. Thanks for any help. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
