Do we have step by step installation guide and how to implement adobe mobile sdk using reactNative
Views
Replies
Total Likes
@jaishal See below for the ACP mobile sdk versions
https://developer.adobe.com/client-sdks/previous-versions/documentation/sdk-versions/#react-native
https://github.com/adobe/react-native-acpanalytics
But ACP versions are not the latest SDKs, for the latest versions refer here:
https://developer.adobe.com/client-sdks/home/current-sdk-versions/
Hope this helps!
Also note that, Adobe is no longer supporting ACP iOS SDKs from August 31st 2023.
https://developer.adobe.com/client-sdks/resources/sdks-end-of-support/
Views
Replies
Total Likes
Unfortunately, your options may be limited if you're trying to stay away from AEP. I recently went down this route and decided the best option was indeed to go with the AEP React Native Wrapper (despite the client not using any other part of AEP, or preparing to be on CJA); we had the developers send everything in XDM, then we used data prep to map into the appropriate analytics fields. It worked, though I won't say it was painless.
Views
Replies
Total Likes
Hi @jaishal
ACP is no longer supported, so you probably have no choice but to go with AEP Mobile SDK. But please note that AEP Mobile SDK React Native does not support Analytics extension, i.e. you have to use Edge and Datastream to send data to AA.
If you want to continue with the trackState/Action calls, you can use the Edge Bridge extension. Otherwise you can use the new sendEvent call to send XDM object to AA (this XDM schema just need the standard AA field group and/or eCommerce field group).
Thanks,
John
Views
Replies
Total Likes
Thanks John for the response. Do we have any documentation on Edge Bridge extension or how to implement sendEvent call to send XDM object to AA ? We are very new to Adobe analytics and just want to gather all knowledge before making any steps. Also will it better to use native framework and keep using Adobe Analytics with ACP instead?
Views
Replies
Total Likes
https://developer.adobe.com/client-sdks/solution/adobe-analytics/migrate-to-edge-network/
The above link have detailed information and comparison side-by-side on using sendEvent/XDM and using existing trackState/Action with Edge Bridge.
Don't think using ACP is still an option as it's no longer supported by Adobe.
Views
Replies
Total Likes
Views
Likes
Replies