Refgrow

How to Start with Refgrow

A step-by-step guide to setting up and managing your affiliate program

Getting Started

Welcome to Refgrow! This guide will help you set up and manage your affiliate program effectively.

Setting Up Your Referral Program

Follow these steps to set up your first affiliate program

1Log in to your Refgrow dashboard
2Click on "Add New Program" to create your first affiliate program
3Set your referral percentage and other program details
4Configure your payment integration (Stripe, Paddle, LemonSqueezy, etc.)

Integration

Add the affiliate program to your website with a simple code snippet.

With User Authentication

Recommended

If your website has user authentication, dynamically set the user's email:

HTML
<div id="refgrow" data-project-id="YOUR_PROJECT_ID" data-project-email="user@example.com"></div>
<script src="https://scripts.refgrowcdn.com/page.js"></script>

Replace "user@example.com" with the actual user's email when rendering your page.

Without User Authentication

Uses the referral page's built-in authentication system:

HTML
<div id="refgrow" data-project-id="YOUR_PROJECT_ID"></div>
<script src="https://scripts.refgrowcdn.com/page.js"></script>

Conversion Tracking

Track signups and purchases in your application

1. Add Tracking Script

HTML
<script src="https://scripts.refgrowcdn.com/latest.js" data-project-id="YOUR_PROJECT_ID"></script>

2. Track User Signups

JavaScript
Refgrow(0, 'signup', 'user@example.com');

Replace 'user@example.com' with the actual user's email. This step is required regardless of your purchase tracking method.

3. Track Purchases (Manual)

JavaScript
// Add this code after a successful purchase
Refgrow(99.99, 'purchase', 'user@example.com');

Alternatively, connect Stripe or LemonSqueezy for automatic conversion tracking via webhooks.

Frequently Asked Questions

Common questions about using Refgrow

Is there a free trial?
Yes! You can try Refgrow for free to see how it works for your SaaS.
How does the integration work?
Integration is simple -- just add our tracking script and widget code snippet to your website, and you're ready to go. We also provide detailed documentation for more advanced setups.
Can I customize the affiliate program?
Absolutely! You can customize the design, reward structure, and other aspects to match your brand and business goals.
Can I cancel my subscription anytime?
Yes, you can cancel or upgrade your subscription at any time from your dashboard.
Is there a limit on earnings from referrals?
No, there are no limits on how much your affiliates can earn through referrals.
How are payouts handled?
We offer both manual and automatic payout options. Pro, Business, and Enterprise users get automatic bulk payouts through PayPal and Wise. Starter users can still process payouts manually.
Do you support multiple payment integrations?
Yes, we support integrations with Stripe, Paddle, LemonSqueezy, Polar, and Dodo, as well as manual conversion tracking via the JS function.
How does your system handle user authentication for the affiliate program?
Our system is flexible and supports two authentication scenarios. If your website already has user authentication, you can pass the user's email directly. Alternatively, we provide a built-in authentication method specifically for the referral page.
Start Free Trial
How to Start with Refgrow — Step-by-Step Guide