Skip to main content
Level 7
February 26, 2024
Solved

Display Adobe Analytics report in AEM application

  • February 26, 2024
  • 1 reply
  • 475 views

Hello Team,

 

As part of my recent task, I am trying to display Adobe Analytics report data in my AEM application.

I am able to generate Access token in my java application. Using this, I am able to get the report using 2.0 API: https://analytics.adobe.io/api/abcdef/reports

Generating access token is part of  Server to Server Authentication. https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/

My query is,  anyone has implemented to: get data from Adobe analytics from AEM application? If yes, I wanted to know the approach to save the access token as part of server to server authentication.

 

cc @leocwlau @jennifer_dungan @yuhuisg  @pablo_childe @vanibhemarasetty @raawimahendru 

Thanks

 

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 Jennifer_Dungan

Unfortunately, this isn't something I've done...  

 

But if you are using the API to get data back, that means you should have raw data available, it's a matter of making it display visually...  I don't know what, if anything, that AEM has out of the box, but you could look into Google Charts, which is a JS and CSS solution to visualize data in a website?

 

https://developers.google.com/chart 

1 reply

Jennifer_Dungan
Jennifer_DunganAccepted solution
Level 2
February 27, 2024

Unfortunately, this isn't something I've done...  

 

But if you are using the API to get data back, that means you should have raw data available, it's a matter of making it display visually...  I don't know what, if anything, that AEM has out of the box, but you could look into Google Charts, which is a JS and CSS solution to visualize data in a website?

 

https://developers.google.com/chart