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.

Deep Link SDK Implementation Requirements

Avatar

Level 1

For deep linking to work, does the SDK need to be implemented on the page/screen we are linking to, or can it just be installed on the home screen/log in screen/etc.?

1 Reply

Avatar

Employee Advisor

@gregw11194521 You would need to implement with lifecycle metrics while initialing the SDK. The Adobe Mobile SDK can parse key and value pairs of data that is appended to any Deep or Universal Link as long as the link contains a key with the a.deeplink.id label and a corresponding non-null and user-generated value. All key and value pairs of data that are appended to the link will be parsed, attached to a lifecycle hit, and sent to Adobe Analytics as long as the link contains the a.deeplink.id key and value.

 

Here are some of the documentation for your reference on how to implement the same

https://experienceleague.adobe.com/docs/mobile-services/android/acquisition-android/tracking-deep-li...

https://experienceleague.adobe.com/docs/mobile-services/ios/acquisition-ios/tracking-deep-links/trac...

 

Hope this helps