Analytics Mobile SDKs - general understanding, listvars/props and lifecycle metrics
Hi community,
during the last days I tried to get a better understanding of the “new” Analytics Mobile Tracking (Mobile SDK) since I am only familiar with Adobe Mobile Services. I have a couple of questions and hope you can help me:
General understanding: It took me quite a while to understand that Adobe Launch is not used to map props/eVars/events for Adobe Analytics Mobile tracking (the only website I found this information is this one: https://docs.adobe.com/content/help/en/core-services-learn/implementing-in-mobile-ios-objective-c-apps-with-launch/implement-solutions/analytics.html).
So, I would like to ensure I understood the whole workflow correctly:
- A mobile app implements the Adobe Mobile SDK as mentioned here: https://aep-sdks.gitbook.io/docs/
- Adobe Launch is ONLY used to install extensions (like the Mobile Core, Analytics, Target, etc.) on the App. No variable mapping for Analytics is done in Launch (as it was done in Adobe Mobile Services).
- If Analytics should be used for the App, developers implement AppStates / AppActions / Lifecycle Metrics / Product variable as needed. Is there anything else needed for Analytics?
- In Adobe Analytics variable / event mapping is done by Processing Rules (for the according Report Suite).
If I got the workflow right, I have a few questions:
- listvars / listprops are only defined in the Report Suite settings – no additional adjustment (as it was in Adobe Mobile Services) is needed?
- Where and how can I define lifecycle metrics in Adobe Analytics? Or are they captured automatically in the moment they are set in the application?
- Is there anything I should know if the app is using “https”?
- Is there anything I should know if I want to use the same Report Suite in a project for App & Webtracking?
Thanks a lot!