InMobi enables Deeplinking by default for every DSP.
primaryUrl
: It is a query parameter that ensures a deep linking to another application installed on the device.fallbackUrl
: It is a query parameter that takes the user to a web page when the desired application is not installed on the device.primaryTrackingUrl
: It is a query parameter that hits with an HTTP GET request when the primary URL is open.fallbackTrackingUrl
: It is a query parameter that hits with an HTTP GET request when the fallback URL is open.Our SDK supports deep linking for the following cases (inmobideeplink://
):
inmobideeplink
as the scheme.navigate
.&
separated primaryTrackingUrl
and fallbackTrackingUrl
. SDK fires them all accordingly.Use the following schema to ensure deep linking when you build the creative.
inmobideeplink://navigate?
primaryUrl=myapp%3A%2F%2Flink&
primaryTrackingUrl=http%3A%2F%2Fdsp.com%2Ftrackingurl.php&
fallbackUrl=http%3A%2F%2Fwww.myapp.com&
fallbackTrackingUrl=http%3A%2F%2Fdsp.com%2Ffallbacktrackingurl.php
By installing this SDK update, you agree that your Children Privacy Compliance setting remains accurate or that you will update that setting, whenever there is a change in your app's audience. You may update the app's Children Privacy Compliance settings at https://publisher.inmobi.com/my-inventory/app-and-placements.