Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
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.