Outseta
This guide explains how to integrate Referral Rocket Affiliate Software with Outseta to track member signups and referrals.
Installation
To integrate Referral Rocket with Outseta, you'll need to add two scripts to your website:
First, add the main Referral Rocket script to the
<head>
section of your website:
Then, add the following script to the page where members sign up:
How It Works
When a new member signs up through Outseta, it triggers the
signup
eventThe event handler captures the new member's email address from the Outseta account object
The member is automatically added as a participant in your Referral Rocket campaign
The system checks for any stored referral information in cookies
If a referral is detected, it's automatically associated with the new member
Testing
Verify the integration by completing a test signup through Outseta
You can confirm proper installation by checking
window.Rocket
in your browser consoleNote that referral tracking will only work when your campaign is in live mode
Important Notes
Remember to replace
YOUR-CAMPAIGN-ID
with your actual Referral Rocket campaign IDPublish your site after adding these scripts
The integration automatically handles referral detection through stored cookies
Make sure the Referral Rocket script is loaded before the Outseta integration script
Troubleshooting
If you're not seeing referrals being tracked:
Verify both scripts are properly installed
Check the browser console for any error messages
Ensure your campaign is in live mode
Confirm the Outseta
signup
event is firing correctly
For additional support, contact our team at support@referralrocket.io
Last updated