Expand my Community achievements bar.

SOLVED

API 1.4 to 2.0 Migration issues

Avatar

Level 1

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.

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

The Reporting APIs documentation provides some guidance on using the /reports and /topitems endpoints, including examples.  There is also additional documentation on breakdowns and migrating from the 1.4 to 2.0 APIs.  You can use the debugger in Analysis Workspace to see how it uses the 2.0 APIs for reporting.

 

 

View solution in original post

2 Replies

Avatar

Community Advisor

You can try a sample response for Reports here: https://developer.adobe.com/analytics-apis/docs/2.0/apis/ to see if you can get segment details.

Avatar

Correct answer by
Employee

The Reporting APIs documentation provides some guidance on using the /reports and /topitems endpoints, including examples.  There is also additional documentation on breakdowns and migrating from the 1.4 to 2.0 APIs.  You can use the debugger in Analysis Workspace to see how it uses the 2.0 APIs for reporting.