How it works
A deep link is a normal URL that encodes the target route inside the widget’s slug-based routing. When the widget opens, the embed loader routes directly to that target rather than the default landing view.What you can link to
- A specific reward card or reward detail.
- A specific challenge (opens the challenge detail inside the widget).
- The wallet view.
- A specific challenge action inside the wizard.
From the host site
The host site is responsible for constructing deep links with the right parameters. The widget itself then honours the incoming route when it boots.Fallback
If a deep link references something that no longer exists (deleted reward, ended challenge), the widget falls back to the default landing view — it doesn’t error.Related
Widget overview
The bigger picture.
Quick actions
Another direct-access pattern.

