Hi Everybody,
I implemented Adobe in a React Native App and i set this tracking action in the app.
I also created the property in Adobe Launch. However, how can I retrieve the values in Launch to forward this information to Adobe Analytics an put it in Evars?
Do I need to utilize Adobe Analytics processing rules for this purpose? If so, how can I access the data from the processing rules?
This the documentation that i used to implement Mobile SDK
https://github.com/adobe/aepsdk-react-native
Thank you in advance for your assistance!
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
You don't need to access the context variables in Launch... they should all be passed as context variables to Adobe, then you need to map them using Processing Rules on your suite.
Launch is really just used to manage Suite Connections and Extensions...
So:
Once they have passed some data, should be available in Processing Rules as Context Data:
Hi Jennifer,
Thanks very much for your answer!
You're welcome