Documentation/Flows & Filtering

Destinations & Routing Scenarios

Where the visitor goes after the check and how to avoid routing mistakes.

Destination Types

  • Landing page for visitors who pass the check.
  • Safe page for visitors who do not meet the rules.
  • Fallback link for errors, unavailability, or manual override.
  • Local site page when using PHP integration.
  1. 1

    Open each link in your browser.

  2. 2

    Check HTTPS and domain correctness.

  3. 3

    Ensure the page does not return 404, 403, or an infinite redirect loop.

  4. 4

    Test the mobile version.

  5. 5

    Make a test click through the flow and compare the result.

Typical Mistakes

MistakeWhat to Do
Wrong protocolUse the full address with https://.
Broken redirectOpen the link directly and fix the redirect chain.
Page not intended for that countrySplit campaigns across flows or add geo rules.
Primary and safe links swappedVerify destinations before launch.
Don’t Remove a Working Link Without Replacement

If the flow is active, first add the new link, test it, then disable the old one.