コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

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!

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

3 返信

Avatar

Community Advisor and Adobe Champion

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

Avatar

Level 2

Hi Jennifer,

Thanks very much for your answer!

 

Avatar

Community Advisor and Adobe Champion

You're welcome Good luck with your mobile app!