Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Deeplink tracking - Android

Avatar

Level 1
We're in the process of setting up deeplink tracking for our Android app. 
 
We're aware that the deeplinking data can be sent with either ADBINTERNAL:Lifecycle or ADBINTERNAL:Adobelink, however we can only get the deeplink data to send with ADBINTERNAL:Adobelink and not the lifecycle event when the session starts from a deeplink.
 
We've followed the documentation and can't seem to send the deep link data with lifecycle. Can anyone offer some advice as to how to set this up for Android?
1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi Georgem,

 

Deeplink parameters can be tracked within lifecycle calls as well, you need to Pass Activity with deep link intent to Adobe SDK by using collectLifecycleData .

 

For detailed information on implementing the same, here link for you reference. 

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 3

Hi Georgem,

 

Deeplink parameters can be tracked within lifecycle calls as well, you need to Pass Activity with deep link intent to Adobe SDK by using collectLifecycleData .

 

For detailed information on implementing the same, here link for you reference.