Deeplink tracking - Android | Community
Skip to main content
June 17, 2020
Solved

Deeplink tracking - Android

  • June 17, 2020
  • 1 reply
  • 1194 views
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?
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 sucagarw

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. 

 

 

1 reply

sucagarw
Adobe Employee
sucagarwAdobe EmployeeAccepted solution
Adobe Employee
June 17, 2020

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.