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!

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