Search code examples
adobe-analytics

Key Metrics report with adobe analytics web service


I am using the adobe analytics web service API to get information from the omniture reporting suite.

Anyway, in order to get a report I need the report ID, which I can't get because it doesn't display that information anywhere. In the main page we have a report called 'Key Metrics' that I need the report ID for. Anyone know how to get the ID?


Solution

  • There isn't a way to pull a specific report directly from the interface, instead you have to build it via Report.Queue with a reportDescription using the same metrics, time frame, etc. as you use in the interface. This will return a report ID that you can then later use to check the status of & get the results from.