Key Metrics report with adobe analytics web service

回眸只為那壹抹淺笑 提交于 2021-01-28 19:25:06

问题


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?


回答1:


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.




回答2:


If you have a report in the UI, you can generate the API call to generate that report from the API using the following technique.

https://marketing.adobe.com/developer/blog/quickly-creating-analytics-api-reports-from-a-ui-report (images seem to be missing, the the text describes it clearly enough)

This will get you most of what you need, it is just not the exact same report instance as in the UI, but that should not be an issue.



来源:https://stackoverflow.com/questions/34550102/key-metrics-report-with-adobe-analytics-web-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!