Skip to content

LocusVia

Technical documentation

Fallback Policies

Control where visitors go when app handling is unavailable.

Mobile fallback modes#

  • web_redirectredirect to the Link or Fallback Policy web destination.
  • store_redirectredirect to the platform store URL from the Domain + App Platform binding.
  • install_pagerender a branded page with explicit Open App and Store actions.

Desktop behavior#

  • web_redirectredirect to the configured web URL.
  • not_foundreturn 404 for desktop traffic.

Versioned policy rules#

Fallback Policies can match on platform, source, country, SDK App ID, App Platform ID, or named query parameters. Rules support exact equals and not_equals comparisons only.

Warning

Regular expressions, executable expressions, and arbitrary client-supplied redirect destinations are not supported. This prevents open redirects.

Store ownership#

Store URLs belong to the Domain + App Platform binding, not to individual Links. This keeps store identity reusable and consistent. A Link stores behavior, never App Store or Play Store URLs directly.

Was this page helpful?