Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

How to connect Omniture's Datawarehouse with CIS Studio using REST API Call

Avatar

Level 1

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 !

1 Accepted Solution

Avatar

Correct answer by
Employee

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'.

View solution in original post

2 Replies

Avatar

Employee Advisor

The genesis endpoint is only accessible to exchange partners. Are you a partner or an Analytics user?

Avatar

Correct answer by
Employee

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'.