Skip to main content
The Encore SDK allows you to track conversions when users from Encore-integrated apps complete offers on your website. When users successfully complete your offers, you’ll be credited for the conversion.

How it works

  1. Users discover your offers in Encore-integrated apps
  2. Users click through to your website with a special tracking token
  3. Your website loads our SDK to activate the tracking session
  4. When users complete your offer, the SDK records the conversion
You’ll need two things: the JavaScript SDK included on your offer pages (frontend integration), and your own completion validation to verify users actually completed your offer before recording 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.).
2

Add conversion tracking to your success pages

Add conversion tracking to your success/confirmation pages where users complete your offer.
  • 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.