mobile SDK 4 to SDK5 migration | Community
Skip to main content
February 8, 2021
Solved

mobile SDK 4 to SDK5 migration

  • February 8, 2021
  • 1 reply
  • 6576 views

Hi All,

I am new to mobile analytics.  We are upgrading from SDK 4 to SDK 5 (Mobile AEP SDK) I havew a couple of questions that I hope someone can help me with?

We already have context variables being sent from the SDK 4, I have created the mobile property, added the necessary mobile extensions including Adobe.  My questions are:

1.  Do I need to create data elements and rules to attach the SDK 5 data or will the data continue to be sent to Adobe analytics, without intereference from me?

2.  Do we still have to use processing rules to map this data to exisiting eVars and props, or could this be done in the attach data event in a rule within Launch?

 

Many thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Uditgupta1

Hi @mut8 ,

 

For new mobile implementation you have to do some necessary changes in App and Analytics:-

 1) You have to change the Config.trackAction/trackState to MobileCore.trackAction/trackState for Android and for iOS it will be ACPCore.trackAction/trackState, refer the document.

https://aep-sdks.gitbook.io/docs/

2) In Analytics, you have to use processing rules to map the evar and prop.

 

Hope this will help you in migration

1 reply

Uditgupta1Accepted solution
Level 3
March 18, 2021

Hi @mut8 ,

 

For new mobile implementation you have to do some necessary changes in App and Analytics:-

 1) You have to change the Config.trackAction/trackState to MobileCore.trackAction/trackState for Android and for iOS it will be ACPCore.trackAction/trackState, refer the document.

https://aep-sdks.gitbook.io/docs/

2) In Analytics, you have to use processing rules to map the evar and prop.

 

Hope this will help you in migration

mut8Author
March 18, 2021
Hi @Udigupta1, thankyou for the answer it was very helpful.