{
"id": "aff_xxxxxxxxxxxxxx",
"status": "active",
"created_at": "2023-12-01T05:00:00.401Z",
"updated_at": "2023-12-01T05:00:00.401Z",
"total_referrals_count": 42,
"total_referral_earnings_usd": "<string>",
"total_overrides_count": 42,
"customer_retention_rate": "<string>",
"customer_retention_rate_ninety_days": "<string>",
"monthly_recurring_revenue_usd": "<string>",
"total_revenue_usd": "<string>",
"active_members_count": 42,
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "Jane Smith",
"username": "janesmith"
},
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "<string>"
}
}An affiliate tracks a user's referral performance and commission earnings for a company, including retention rates, revenue metrics, and payout configurations.
The unique identifier for the affiliate.
"aff_xxxxxxxxxxxxxx"
The status of the affiliate
active, archived, deleted The datetime the affiliate was created.
"2023-12-01T05:00:00.401Z"
The datetime the affiliate was last updated.
"2023-12-01T05:00:00.401Z"
The total referrals of the affiliate
42
The total commission earnings paid to this affiliate, formatted as a USD currency string
The total count of all overrides for this affiliate
42
The percentage of referred customers who are still active members
The percentage of referred customers who remained active over the last 90 days
The monthly recurring revenue generated by this affiliate's referrals, formatted as a USD currency string
The total revenue generated from this affiliate's referrals, formatted as a USD currency string
The total active members of the affiliate
42
The user attached to this affiliate
Show child attributes
The company attached to this affiliate
Show child attributes
Was this page helpful?