Hi I am trying to integrate Adobe Analytics with CIS Platform (Data Virtualization Platform by CISCO). The Platform provides option to configure a REST API CALL to Adobe Analytics. How ever I am unable to integrate the same.
I do have username and a shared secret and while using the same to check via Postman I am unable to access the API's .
Are there any dependency or settings that need to be done before I start?
Currently I am trying to access the API via (https://api.omniture.com/genesis/rest/3.1/index.html?method=Partner.GetProducts ) but I am getting the response as below :
{
"errors": [
"You are not authorized to use this API."
]
}
Please Help !
Solved! Go to Solution.
Views
Replies
Total Likes
Are you trying to get data warehouse reports or regular report information from Analytics? If so, you should use the reporting API (https://api.omniture.com/admin/1.4/rest/?method=Report.Queue ). In order to have permissions to access the API, your user must be in a group that has 'Web Service Access'.
Views
Replies
Total Likes
The genesis endpoint is only accessible to exchange partners. Are you a partner or an Analytics user?
Views
Replies
Total Likes
Are you trying to get data warehouse reports or regular report information from Analytics? If so, you should use the reporting API (https://api.omniture.com/admin/1.4/rest/?method=Report.Queue ). In order to have permissions to access the API, your user must be in a group that has 'Web Service Access'.
Views
Replies
Total Likes
Views
Likes
Replies