Hi community,
I am helping our client to plan how to integrate Adobe Analytics to React native environment, I've search across the internet but no much detail found for how to
The official package is already deprecated https://github.com/adobe/react-native-acpanalytics , which in the doc suggest to setup the tracking through mobileSDK, but which is rather track on the app side instead of the react native webview.
I've checked the old community threads, also tried few 3rd party package but no luck as well, and nor found official guide for it. Does anyone have the suggestion (or an example, even better) for integration, or is it impossible to do it now? Any info would be appreciated.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Gloria,
Are you implementing Adobe Analytics with Adobe Tag Manager ?
If so you can Embed the Tag Manager JS in the react native index.html file.
Hi Gloria,
Are you implementing Adobe Analytics with Adobe Tag Manager ?
If so you can Embed the Tag Manager JS in the react native index.html file.
How is this the correct answer? While it is capable of building web projects, most React-Native projects don't have an index.html file.
Views
Replies
Total Likes
These look like fine places to start.
https://developer.adobe.com/client-sdks/home/current-sdk-versions/#react-native
https://github.com/adobe/aepsdk-react-native#requirements
Views
Replies
Total Likes
Or if you're using Expo take a look at
https://github.com/adobe/aepsdk-react-native/blob/main/docs/expo.md
Views
Replies
Total Likes