Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
SOLVED

Display Adobe Analytics report in AEM application

Avatar

Level 8

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/ServerToServerAuthenticatio...

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

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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