Hi Team,
We are in the process of migrating from 1.4 to 2.0 Adobe API.
The endpoints, request, and response structure have all changed in 2.0.
In 1.4 API, we were mainly using the following APIs:
https://api.omniture.com/admin/1.4/rest/?method=Report.Queue
https://api.omniture.com/admin/1.4/rest/?method=Report.Get
So in 2.0, we found https://analytics.adobe.io/api/<coId>/reports/topItems that can be used to get the reports.
However, how can I add segment details to the above request?
And how to get the breakdown details in response.
Please help with this. Earlier in 1.4 API, we could send/get those details.