Resolution policy
LiveSplit traffic. Override by country.
Configure deterministic weighted routing, geographic overrides, route priorities and safe fallback destinations for every LinkCode.
Route groups
Routes without a country form the required default group. Country-specific routes form an override group for that ISO 3166-1 alpha-2 country.
- ✓Every group must total exactly 100.
- ✓A default group is always required.
- ✓A country group is selected only when at least one active matching route exists.
- ✓Otherwise the resolver falls back to the default group.
- ✓A stable visitor hash keeps weighted selection deterministic when available.
20/80 plus Canada
[
{ "label": "Default A", "kind": "url", "url": "https://a.example", "weight": 20 },
{ "label": "Default B", "kind": "url", "url": "https://b.example", "weight": 80 },
{ "label": "Canada", "kind": "url", "url": "https://ca.example", "country": "CA", "weight": 100 }
]Pre-destination gate
PropertyTypeDescription
enabledbooleanrequiredWhether the intermediate experience is rendered.
labelstringShort context label.
headlinestringPrimary gate message.
bodystringSupporting message, maximum 500 characters.
ctaLabelstringContinue action label.
delaySecondsintegerOptional enforced delay from 0 to 30 seconds.