Issues with integration of Analytics Health Dashboard API | Community
Skip to main content
Level 2
August 23, 2024
Question

Issues with integration of Analytics Health Dashboard API

  • August 23, 2024
  • 1 reply
  • 779 views

Hi team,

 

I am trying to integrate Analytics Health Dashbaord. For that I am following the process as given below but not able to generate tokens:

https://express.adobe.com/page/tnNQGNlfzta3b/

 

To use the Analytics Health Dashboard v3.0+, you need 1) an Experience Cloud login with System Admin OR Developer access, and 2) Adobe I/O OAuth credentials established to connect to the 2.0 Analytics API. Read more about the 2.0 API, and watch this video on how to establish OAuth credentials.

In cases where your browser does not return JWT token when you attempt to authenticate, there is an option to manually generate a JWT Token and use it to run the Analytics Health Dashboard. The steps to do so are as follows:

  1. Obtain the Client ID and Client Secret from console.adobe.io for the project that was setup for your AHD integration.
  2. Navigate to the Adobe OAuth 2.0 Playground
  3. Enter your Client ID and Client Secret. For Scopes, enter: openid,AdobeID,read_organizations,additional_info.job_function,additional_info.projectedProductContext
  4. Click “Generate”, and copy the value for the Access Token on the Tokens tab.

 

After clicking on Generate button not able to see tokens values.

 

Can anyone please suggest any other documentation or method to follow to integrate this dashboard?

 

Really appreciate your help!

 

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

1 reply

Adobe Employee
October 1, 2024

JWT authentication has been deprecated and will stop working on January 27, 2025. I suggest just moving to OAuth server to server as it is much simpler to implement and will be the supported authentication method going forward.