Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
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'.

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