Install the Tracking Pixel
Add the Partnersify pixel to your site so affiliate referral cookies are set on every visit.
The Partnersify pixel sets a first-party cookie when visitors arrive via affiliate links. Install it on every page of your marketing site.
For platform-specific step-by-step guides, see the Integrations section. The snippet below works on any platform that accepts custom <head> code.
The snippet
Replace YOUR_MERCHANT_ID with your company ID from Setup → Install tracking.
<script>
window.partnersify = window.partnersify || function() { (window.partnersify.q = window.partnersify.q || []).push(arguments); };
</script>
<script async src="https://partnersify.com/partner.js" data-partnersify="YOUR_MERCHANT_ID"></script>
Checkout on a different domain
If checkout runs on a different domain from your marketing site (e.g. app.example.com vs example.com), install the same snippet on the checkout domain too. Cookies do not cross domains.
For server-created Checkout Sessions, also pass psfy_partner in session metadata. See Stripe Checkout Sessions.
Updated