Deep Linking

Know Before Implementing Deep linking on InMobi

InMobi enables Deeplinking by default for every DSP.

Descriptions

  • 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.

Prerequisite

Our SDK supports deep linking for the following cases (inmobideeplink://):

  • You must use inmobideeplink as the scheme.
  • You must mention the host path as navigate.
  • As desired, the creative can add as many & separated primaryTrackingUrl and fallbackTrackingUrl. SDK fires them all accordingly.

Implement

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

            
        

이 페이지가 도움이 되었나요?

이 페이지에서

마지막 업데이트 날짜: 14 Apr, 2022