Property reference

glide.sg.deeplink.route_to_public_store_if_not_installed

The glide.sg.deeplink.route_to_public_store_if_not_installed property determines whether mobile deep links direct users to a public app store when the app is not installed. Admins should care about this setting to ensure users have a seamless experience accessing the app from links.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property configures mobile deep links to either redirect users to public app stores or use fallback deep links based on the app's installation status.
What area does it affect? Mobile deep linking
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring mobile app access or troubleshooting deep link behavior.

Out of the box property record

Raw metadata from the property record.

Property name glide.sg.deeplink.route_to_public_store_if_not_installed
Sys ID 66cd31c61b836010a6856531604bcbb1
Type boolean
Application Global
Default value true
Description This property controls if a mobile deep link will route to a public store if the app is not installed. - true - it will send users to the public app stores if the native mobile app is not installed when the link is tapped. - false - falls back to use redirect object deep links.
Updated 2024-05-25 03:39:01

Sources

Official references and nearby text excerpts where this property appears.