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!
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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