Install tracking
Pick the platform you bill on. Each install doc covers the exact UI navigation, the specific quirks, and the conversion-fire pattern for that platform.
Rekomi attributes affiliate conversions through one of three paths depending on where your customer's checkout lives. The right install is the one that matches your billing or hosting platform.
Payment platforms
Integrations for SaaS and commerce billing rails. Stripe is the deepest (full OAuth + Connect platform), and you can also manage the whole program from inside the Stripe Dashboard with the Rekomi Marketplace app, a pathway to the same native Stripe tracking, not a separate processor. Paddle is native too: you point a Paddle notification destination straight at Rekomi and paste the signing secret (no relay). Braintree is native for subscriptions: point a Braintree webhook at Rekomi and paste read-only API keys (one-time sales use the S2S API). Shopify is native via the Rekomi app on the Shopify App Store: install it, pick a campaign, and orders are tracked for attribution automatically (no theme edits). Lemon Squeezy is native too: paste one API key and Rekomi creates and verifies the webhook for you, tracking orders, subscription renewals, and refunds automatically. Chargebee is native as well: paste your site name and a Read-Only API key, add the Rekomi webhook in Chargebee, and payments, renewals, and refunds are tracked automatically. Polar is native too: paste one Organization Access Token and Rekomi creates the webhook endpoint in your Polar organization for you, tracking orders, subscription renewals, and refunds automatically. Recurly is native as well: pick your region, paste a read-only API key, add the Rekomi webhook in Recurly, and paid invoices, renewals, and refunds are tracked automatically. Gumroad is native too, with the simplest connect of all: click Connect and approve once, and Rekomi registers the sale, refund, dispute, and membership notifications for you, no relay and nothing to paste. Creem is native as well: add one webhook in Creem's dashboard with all events selected, paste the signing secret and an API key, and sales, subscription renewals, refunds, and chargebacks are tracked automatically. Dodo Payments is native too, with a one-paste connect: paste one full-access API key and Rekomi creates the webhook endpoint at Dodo itself and fetches its signing secret, tracking payments, subscription renewals, refunds, and disputes automatically with nothing to paste back. The rest carry the affiliate slug through their checkout custom-data field and relay conversions via webhook to Rekomi's S2S endpoint.
- Stripe
- Stripe Marketplace app
- Paddle
- Braintree
- Shopify
- Lemon Squeezy
- Chargebee
- Polar
- Recurly
- Gumroad
- Creem
- Dodo Payments
- Memberstack
- Outseta
- Podia
- Teachable
- Thinkific
- Ghost
- Beehiiv
- Kit (ConvertKit)
Site builders
Visual page builders that host your marketing surface. Most route to an external Stripe checkout for the actual sale; the head install captures clicks before the buyer leaves your site.
Frameworks
Code-first installs for custom apps. Vanilla HTML and SPA frameworks use the browser pixel; backend-heavy frameworks (Rails, Django) use server-side S2S for conversion fires.
- Vanilla JavaScript
- Next.js App Router
- Next.js Pages Router
- React (Vite, CRA, Remix)
- Vue
- Rails
- Django
Not on this list?
If your billing platform isn't covered above but supports either a webhook or a JS-pixel injection point, the install pattern is one of the two we use for everything else: server-to-server S2S for webhook-based platforms, or the JavaScript pixel for sites where you can inject a script tag. The 34 docs above are pre-written walkthroughs of those two patterns for the most common platforms.