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?
Solved! Go to Solution.
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).
Views
Replies
Total Likes
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).
Views
Replies
Total Likes
Have you tried this Document: https://helpx.adobe.com/content/dam/help/en/experience-manager/kt/integration/using/launch-reference...
This is for React Native based implementation but via Launch. Apart from this, there's no other standard document that it available yet.