A report detailing the commissions earned through affiliate referrals. For more information, see ourĀ support documentation on the Affiliate Commission Report.
| Name | Type | Description |
|---|---|---|
| Affiliate.account_manager_id | Integer | ID of the network employee who is the account manager for the affiliate that earned this commission. If no account manager exists, defaults to the value "0". This parameter is non-writable |
| Affiliate.company | String | The company name of the affiliate who earned ths commission |
| AffiliateManager.full_name | Nullable String | The name (first and last) of the employee who is the account manager for the affiliate that earned this commission |
| ReferredAffiliate.company | String | The company name of the referred affiliate |
| Stat.affiliate_id | Integer | ID of referred Affiliate object |
| Stat.affiliate_manager_id | Integer | The ID of the employee who is the account manager for the affiliate that earned this commission. If no account manager exists, defaults to the value "0". |
| Stat.amount | Decimal | The amount of the commission |
| Stat.date | Date | The date the commission was earned |
| Stat.rate | Decimal | Holds the commission rate. When "Stat.rate_type" is "flat" this is the flat commission amount. When "Stat.rate_type" is "percentage" this is the percent amount (e.g. 12.00 is 12%) of the commission. |
| Stat.rate_type | String | The calculation method used to determine the commission (flat rate or percentage)Show Supported Values |
| Stat.referral_id | Integer | The ID of the affiliate who earned the commission |
| Stat.var_total | Decimal | Holds the rate multiplier used to calculate the "Stat.amount". For percentage-based commissions this is the total payout, revenue, or profit that the commission is based on. For flat-based commissions this is either 1.00 (referred affiliate is currently active) or 0.00 (referred affiliate is not active). |