Expand my Community achievements bar.

Adobe Analytics and Mobile Tracking

Avatar

Level 2

Hi Everybody,

I implemented Adobe in a React Native App and i set this tracking action in the app.

 

david_92_0-1696522220872.png

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

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

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:

  • subscriptionChannel
  • siteName
  • webChannel

Once they have passed some data, should be available in Processing Rules as Context Data:

 

Jennifer_Dungan_0-1696525632473.png