#LinkCodeDOCS
Docs/Routing

Resolution policy

Live

Split traffic. Override by country.

Configure deterministic weighted routing, geographic overrides, route priorities and safe fallback destinations for every LinkCode.

01

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.
02

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 }
]
03

Pre-destination gate

PropertyTypeDescription
enabledbooleanrequired

Whether the intermediate experience is rendered.

labelstring

Short context label.

headlinestring

Primary gate message.

bodystring

Supporting message, maximum 500 characters.

ctaLabelstring

Continue action label.

delaySecondsinteger

Optional enforced delay from 0 to 30 seconds.