How to connect Omniture's Datawarehouse with CIS Studio using REST API Call | Community
Skip to main content
New Participant
August 30, 2017
Solved

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

  • August 30, 2017
  • 2 replies
  • 1725 views

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 !

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ChrisSaxey

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

ChrisSaxeyAccepted solution
Employee
August 30, 2017

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

Hyder_Ziaee
Employee
August 30, 2017

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