Option 1: Hosted Solution (No/Low Code)

Referral Rocket Integration: No-Code Referral Tracking

Referral Rocket offers two flexible, no/low code solutions for businesses to launch and track referral programs seamlessly:

a] Using Referral Rocket hosted campaign

b] Embedding Referral Rocket widget into your website

Option A: Using Referral Rocket Hosted Campaign

Ideal for: Businesses seeking a quick, turnkey referral program solution

Key Features

  • Pre-configured referral signup widgets

  • Fully customizable campaign page

  • Unique hosting link

  • Custom domain support

  • Brand-matching design options

Referral Flow Breakdown

  1. Program Promotion

    • Share referral program link via:

      • Website

      • App

      • Marketing channels

      • Social media

    • You can find your unique hosting link on the campaign detail page.

  1. User Redirection

    • Visitors click referral link on the homepage

    • Automatically redirected to Referral Rocket's hosted campaign page. This page shows your referral/affiliate program and user can signup to get their unique link. You can customize this page to match the look and feel of your brand. Note: You can also create a custom domain URL and link to your hosted page. Example - https://yourwebsite/refer-a-friend which points to your unique campaign link.

    • Referral Sharing

      • Users distribute unique link through:

        • Social platforms

        • Messaging apps

        • Email

        • Personal networks

    • New User Journey

      • Friends click shared link

      • See they been referred and the reward they can get

      • Sign up through hosted page

      • Redirected to your configured website/signup page

    • When a new user signs up through your referral link, they are automatically redirected to your designated website or signup page—a destination you configure during campaign creation. At this moment, Referral Rocket comprehensively tracks and records the referral. Note - Depending on your use case, and your reward qualifying event, you may need additional steps to qualify if a user is eligible for a reward. For example, a user is eligible for a reward when their referrals make a purchase, in this case, you would have to configure an integration like stripe or call our API to let Referral Rocket know of such an qualifying event.

Option B: Embedding Referral Rocket widget into your website

Ideal for: Businesses wanting to keep users within their website ecosystem

Implementation Steps

  1. Use the below Referral Rockets script to add Referral Rocket widget into your website.

// 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>

//Add this script in the body
<div class="hype_widget" campaign-id="YOUR-CAMPAIGN-ID"></div>
  1. Program Signup

    • Users join referral program

    • Receive personalized referral link

  1. New User Journey

    • Friends click shared link

    • View invitee widget

    • Sign up through hosted page

    • Redirected to your configured website/signup page

  1. When a new user signs up through your referral link, they are automatically redirected to your designated website or signup page—a destination you configure during campaign creation. At this moment, Referral Rocket comprehensively tracks and records the referral. Note - Depending on your use case, and your reward qualifying event, you may need additional steps to qualify if a user is eligible for a reward. For example, a user is eligible for a reward when their referrals make a purchase, in this case, you would have to configure an integration like stripe or call our API to let Referral Rocket know of such an qualifying event.

Last updated