Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Adobe Analytics 2.0 API integrate with ReactJS webapp

Avatar

Community Advisor

Hello Team,

I am looking at how to integrate adobe analytics with different application for reporting / graph purpose ? So is there any way where we can connect to analytics from third party web app?  My third party app based in ReactJS / javscript

Do we have any tutorial which shows how can we integrate Adobe analytics with the hep of Adobe analytics API 2.0

1 Accepted Solution

Avatar

Correct answer by
Employee

You can definitely use the 2.0 APIs to build a ReactJS/JavaScript app.  Workspace itself is built on the 2.0 APIs and uses React and JavaScript.

The APIs themselves are documented here: GitHub - AdobeDocs/analytics-2.0-apis: Documentation for the Adobe Analytics 2.0 APIs

There was also an introductory lab on them at Summit, which you can find here:  Adobe Summit 2019 | L751 - Explore the New Adob... | Adobe Community

But there is no specific tutorial or documentation regarding usage of the APIs in React/JavaScript. The APIs are HTTPS/REST APIs and can be called from any programming language so Adobe is unlikely to produce language-specific tutorials or guides.

View solution in original post

2 Replies

Avatar

Community Advisor

Gigazelle

I came across similar question asked someone in forum before. below is the link

Pull Data From Workspace - Javascript?

Can I have your views on same ? Any help really appreciated?

Avatar

Correct answer by
Employee

You can definitely use the 2.0 APIs to build a ReactJS/JavaScript app.  Workspace itself is built on the 2.0 APIs and uses React and JavaScript.

The APIs themselves are documented here: GitHub - AdobeDocs/analytics-2.0-apis: Documentation for the Adobe Analytics 2.0 APIs

There was also an introductory lab on them at Summit, which you can find here:  Adobe Summit 2019 | L751 - Explore the New Adob... | Adobe Community

But there is no specific tutorial or documentation regarding usage of the APIs in React/JavaScript. The APIs are HTTPS/REST APIs and can be called from any programming language so Adobe is unlikely to produce language-specific tutorials or guides.