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). 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
- Gumroad
- 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 28 docs above are pre-written walkthroughs of those two patterns for the most common platforms.