How it works
- Users discover your offers in Encore-integrated apps
- Users click through to your website with a special tracking token
- Your website loads our SDK to activate the tracking session
- When users complete your offer, the SDK records the conversion
Quick start
1
Add the SDK to your landing pages
Include the Encore SDK on pages where users from Encore-integrated apps will land (your offer pages, sign-up pages, etc.).
- HTML script tag
- React (dynamic loading)
2
Add conversion tracking to your success pages
Add conversion tracking to your success/confirmation pages where users complete your offer.
- HTML script tag
- React (dynamic loading)
- Completion validation: always verify users actually completed your offer before calling
recordCompletion(). - Token detection: the SDK automatically detects Encore users via URL parameters; no additional configuration needed.