Re: Finding a ReportDefinition

2010-12-28 Thread AdWords API Advisor
Hi Ian, I've filed a feature request with the core engineering team, but I'm not certain if or when this feature will be available. In regards to hidden reports, I have recently discovered that reports are only visible to the user that created them, so if your application uses a different login t

Re: Finding a ReportDefinition

2010-12-22 Thread Ian
The primary use case we are looking at is verifying that a particular reportId has the expected report definition (fields/predicates). I suspect this could be avoided by cross-client reports, but until those are available...We are defining reports for each client. Then since reports are editable v

Re: Finding a ReportDefinition

2010-12-22 Thread AdWords API Advisor
Hi Ian, Unfortunately that functionality doesn't exist in the ReportDefinitionService. Can you give me more information about the use case for this functionality? Best, - Eric Koleda, AdWords API Team On Dec 21, 4:19 pm, Ian wrote: > Is there a direct way to pull a ReportDefinition for a Repor

Finding a ReportDefinition

2010-12-21 Thread Ian
Is there a direct way to pull a ReportDefinition for a ReportID or vice-versa? The only way I've been able to do it is by getting all ReportDefinitions via ReportDefinitionService.get() and looking for the ID. The ReportDefinitionSelector doesn't seem to do anything but page the results. --