MemberSpace
This guide explains how to integrate Referral Rocket affiliate software with MemberSpace to track member signups and referrals.
Installation
To integrate Referral Rocket with MemberSpace, 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 MemberSpace, it triggers the
MemberSpace.member.info
eventThe event handler captures the new member's email address
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 MemberSpace
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
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
MemberSpace.member.info
event is firing on signup
For additional support, contact our team at support@referralrocket.io
Last updated