Documentation
Everything you need to get started with ReferCommander
Quick Start
5-Minute Setup5 min read
Get started with ReferCommander in just 5 minutes
First Referral Link3 min read
Create your first referral link and start earning
Payment Setup7 min read
Configure your payout methods and preferences
Documentation
User Guides
Getting Started
Complete guide to setting up your account and understanding the platform.
Affiliate Marketing
Best practices for promoting programs and maximizing your earnings.
Program Creation
How to create and manage successful affiliate programs.
Technical Documentation
API Reference
Complete API documentation with examples and authentication details.
Webhooks
Real-time notifications for conversions, payouts, and other events.
Tracking Implementation
How to implement conversion tracking and attribution on your website.
Code Examples
JavaScript Tracking Example
// Initialize ReferCommander tracking
const rc = new ReferCommander({
apiKey: 'your-api-key',
debug: true
});
// Track a conversion
rc.track('conversion', {
orderId: '12345',
amount: 99.99,
currency: 'USD'
});
// Track a referral link click
// eslint-disable-next-line no-console -- Documentation code example
console.log('Referral link:', link.url);Support Resources
Knowledge Base
Comprehensive guides and tutorials
Developer Hub
Technical documentation and SDKs
Community
Connect with other users and experts