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.
Link Verification
- 1
Open each link in your browser.
- 2
Check HTTPS and domain correctness.
- 3
Ensure the page does not return 404, 403, or an infinite redirect loop.
- 4
Test the mobile version.
- 5
Make a test click through the flow and compare the result.
Typical Mistakes
| Mistake | What to Do |
|---|---|
| Wrong protocol | Use the full address with https://. |
| Broken redirect | Open the link directly and fix the redirect chain. |
| Page not intended for that country | Split campaigns across flows or add geo rules. |
| Primary and safe links swapped | Verify 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.