Get started with Refgrow in 3 steps
Set up Refgrow affiliate program on your website in minutes to grow your business with affiliates. Here's how to get started:
1. Install tracking script
Add the tracking script to the <head>
section of your website:
<script
src="https://refgrow.com/tracking.js"
data-project-id="YOUR_PROJECT_ID"
async defer>
</script>
YOUR_PROJECT_ID
with your actual project ID from the Refgrow dashboard.
2. Add affiliate dashboard
Embed the affiliate dashboard into your website so affiliates can track their performance and earnings.
Option 1: With user email (Referral Program)
Use this when you know the user's email address (e.g., they're already logged in):
<div id="refgrow"
data-project-id="YOUR_PROJECT_ID"
data-project-email="user@example.com">
</div>
<script src="https://refgrow.com/js/page.js" async defer></script>
Option 2: Without user email (Affiliate Program)
Use this when users need to enter their email to access the dashboard:
<div id="refgrow"
data-project-id="YOUR_PROJECT_ID">
</div>
<script src="https://refgrow.com/js/page.js" async defer></script>
3. Connect payment provider
Choose your payment provider to automatically track purchases and calculate commissions:
Stripe
Most popular payment processor with webhook-based tracking.
- ✓ One-time payments
- ✓ Subscriptions
- ✓ Automatic tracking
LemonSqueezy
Perfect for digital products, services and SaaS businesses.
- ✓ Digital products
- ✓ Subscriptions
- ✓ Built-in tracking
Paddle
Global payment processor with subscription management.
- ✓ Global payments
- ✓ Subscription handling
- ✓ Tax compliance
Polar
Subscription platform for creators and developers.
- ✓ Creator subscriptions
- ✓ GitHub integration
- ✓ Developer-friendly
Next steps
Need help?
If you need help, please contact us at support@refgrow.com
Something missing? Suggest a feature