Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Authors - Shiladitya Bose, Somesh Jaiswal, Ashu Malik
What is Universal Link ?
Universal Links are a feature in iOS (introduced in iOS 9) that allows developers to create a seamless connection between a website and a corresponding app. They enable a single URL to open a specific location within an app if it's installed or direct the user to the website if the app is not installed. This provides a smoother user experience compared to traditional deep linking methods.
Customer hosted AASA file snippet
The following is the AASA configuration which will be required to support the integration. Let us suppose we are supporting this integration for www.mybusiness.com & customer has delegated email.mybusiness.com subdomain in AJO. AASA file hosted at
https://www.mybusiness.com/.well-known/apple-app-site-association
will define the URLs which their app(s) support.
Universal Link with Tracking
Let us consider the following universal link (illustrative) that MyBusiness wants to launch in the App –
https://www.mybusiness.com/dashboard/offers/coupons
https://data.email.mybusiness.com/ee/v1/mclick?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params>
On device flow of MyBusiness’s mobile app with mobile app rendered URLs
data.email.mybusiness.com
https://data.email.mybusiness.com/ee/v1/mclick?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params>
https://data.email.mybusiness.com/.well-known/apple-app-site-association
https://data.email.mybusiness.com/.well-known/apple-app-site-association
should look like this:Adobe Hosted AASA
https://data.email.mybusiness.com/ee/v1/mclick?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params>
www.mybusiness.com/dashboard/offers/coupons
Changes Needed
Adobe
Customer
https://data.email.mybusiness.com/ee/v1/mclick?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params>
https://data.email.mybusiness.com/ee/v1/click?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params>
Debe ser un usuario registrado para añadir un comentario aquí. Si ya está registrado, inicie sesión. Si todavía no está registrado, hágalo e inicie sesión.