Quick use
Use this page as a decision checklist before opening a partner app. It is built to reduce bad clicks by matching the app to the first action you actually care about.
The public template version is available here: Open analytics JSON.
Store only operational events
Local analytics should record button and route context, not private user content.
- Offer slug
- CTA source
- Page path
- Timestamp
Keep tests user-controlled
The browser can remember a routing hypothesis without forcing hidden defaults.
- Local storage
- Clear reset control
- Visible disclosure
- No payment or chat inputs
Promote only validated signals
Move a test into the server dashboard only after it proves useful locally.
- Export event sample
- Compare downstream clicks
- Retire weak variants
- Document the decision rule