Implementing Sitecat into a React.js application. | Community
Skip to main content
mcddevelopment
September 30, 2019
Solved

Implementing Sitecat into a React.js application.

  • September 30, 2019
  • 2 replies
  • 3334 views

Has anyone landing on the best method for integrating Analytics within a React application using modern methods like Hooks?  It seems like there are hundreds of methods for Google, Facebook, and other many other analytics provides, but the only thing I can find for AA is some out of date React Native module for mobile.

I would love to see some great example of React for the web and integration with Adobe Analytics.  Anyone care to share?

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 Andrey_Osadchuk

Not sure what exactly you are looking for, but I would advise to consider Adobe Launch for Analytics implementation. It supports custom events and direct calls that you can trigger for sending AA server calls. It is also possible to run an event based data layer and map the tracking logic to its state (updates).

2 replies

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
October 1, 2019

Not sure what exactly you are looking for, but I would advise to consider Adobe Launch for Analytics implementation. It supports custom events and direct calls that you can trigger for sending AA server calls. It is also possible to run an event based data layer and map the tracking logic to its state (updates).

Adobe Employee
October 14, 2019

Have you tried this Document: https://helpx.adobe.com/content/dam/help/en/experience-manager/kt/integration/using/launch-reference-architecture-guides…

This is for React Native based implementation but via Launch. Apart from this, there's no other standard document that it available yet.