Expand my Community achievements bar.

SOLVED

mobile SDK 4 to SDK5 migration

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi @Analyptic ,

 

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Hi @Analyptic ,

 

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

Avatar

Level 1
Hi @Udigupta1, thankyou for the answer it was very helpful.