Affiliate Analytics
Track every click, conversion, and dollar earned across all your campaigns in real-time.
Analytics Dashboard
Go to Analytics > Overview for a summary of your performance:
| Metric | Description |
|---|---|
| Clicks | Total and unique clicks across all links |
| Conversions | Completed actions attributed to you |
| Conversion Rate | Conversions / unique clicks |
| Earnings | Total commissions (pending + approved + paid) |
| EPC | Earnings per click (total earnings / total clicks) |
All metrics support date range selection and comparison to a previous period.
Click Details
Drill into individual clicks under Analytics > Clicks:
| Data Point | Description |
|---|---|
| Timestamp | When the click occurred |
| Link | Which tracking link was clicked |
| UTM Parameters | utm_source, utm_medium, utm_campaign, utm_term, utm_content for traffic source tracking |
| Referrer | The page the visitor came from |
| Device | Desktop, mobile, or tablet |
| Browser | Chrome, Safari, Firefox, etc. |
| Country / City | Visitor geolocation (ISO country code, region, city) |
| Converted | Whether this click led to a conversion |
Conversion Tracking
View conversions under Analytics > Conversions:
- Conversion ID and timestamp.
- Campaign and commission amount.
- Status: pending, approved, rejected, or reversed.
- Click-to-conversion time: how long between the click and the action.
- Order value (for RevShare campaigns).
Reports
Generate detailed reports under Analytics > Reports:
| Report | Description |
|---|---|
| Performance by Campaign | Clicks, conversions, and earnings per campaign |
| Performance by Link | Compare individual links side by side |
| Performance by UTM | Break down results by your utm_source, utm_medium, and utm_campaign |
| Geographic | Conversions by country and region |
| Device & Browser | Performance across device types |
| Time of Day | Identify peak traffic and conversion hours |
Export Data
Export any analytics view:
- CSV for spreadsheets and custom analysis.
- PDF for formatted reports to share with your team.
- Excel for advanced data manipulation.
Click the Export button at the top-right of any analytics page to download your report.
API Access
Access your analytics data programmatically:
- Get Click Summary:
GET /api/affiliate/analytics/clicks - Get Performance Stats:
GET /api/affiliate/analytics/performance - Get Reports:
GET /api/affiliate-reports - Export Reports:
GET /api/affiliate-reports/export?format=csv|pdf|excel
For full API details, see Analytics API.
Tips for Optimization
- Use UTM Parameters to tag traffic sources and compare performance (e.g.,
utm_source=twittervsutm_source=email). - Monitor EPC -- focus your efforts on campaigns with the highest earnings per click.
- Check device splits -- optimize landing pages for the device your audience uses most.
- Review time-of-day data -- schedule social posts and emails when conversions peak.