For the complete documentation index, see llms.txt. This page is also available as Markdown.

Referral Tracking

Referral Rocket provides robust tracking capabilities that allow you to monitor and analyze your referral program's performance in real-time. This guide will walk you through the different ways you can track referrals.

Add Tracking script to the the pages where new users will land

// Add this script in the HEAD tag
<script type="text/javascript" campaign-id="YOUR-CAMPAIGN-ID" defer src="https://app.referralrocket.io/widget/widgetIndex.js"></script>

Ensure that Referral Rocket script is added to any page that the new user would be taken to.

Last updated