OptionaldeeplinksOptionalfallbacksOptionaldefaultOptionalctaOptionaldesktopWhether to open the application in new window on desktop environment.
If set to true, opens the application in new window on desktop environment.
OptionaloptionsOptionaliosStoreProductPage?: stringThe ID of the custom product page to open in the Apple App Store
when fallbacks.ios is set to itunes-appstore.
Takes precedence over the ppid parsed from the App Store URL in the app settings.
Ignored when fallbacks.ios is set to anything else, such as a website link.
OptionalandroidStoreListing?: stringThe ID of the custom store listing to open in the Google Play Store
when fallbacks.android is set to google-play.
Takes precedence over the listing parsed from the Google Play URL in the app settings.
Ignored when fallbacks.android is set to anything else, such as a website link or a third-party store link.
Determines the type of opening the deeplink.
If set to
redirect, opens the application directly without the user gesture.If set to
click, opens the application after the user gesture in the click event.