A report detailing Affiliate Manager commissions. For more information, see: help.tune.com/hasoffers/affiliate-manager-commission-report/.
Name | Type | Description |
---|---|---|
AffiliateManager.full_name | String | The first and last names of the Employee who earned the commission |
Stat.affiliate_manager_id | Integer | The ID of the Employee who earned the commission |
Stat.commission_amount | Nullable Decimal | The amount of the commission |
Stat.commission_base | Nullable Decimal | The base amount used against which the commission is calculated. If "Stat.commission_field" is "leads", this is the total number of conversions. If "Stat.commission_field" is "payout", this is the sum of payouts. If "Stat.commission_field" is "revenue", this is the sum of revenues. If "Stat.commission_field" is "profit", this is the revenues minus payouts. |
Stat.commission_field | Nullable String | The metric used to determine commissions. "leads" is Conversions and the other values are self explanatory.Show Supported Values |
Stat.commission_rate | Nullable Decimal | When "Stat.commission_type" is "flat" this is the flat commission amount that will be multiplied by the "Stat.commission_base" to determine the commission amount. Otherwise this is the percentage (e.g. 12.00 for 12%) which will be multiplied by the "Stat.commission_base" to determine the commission amount. |
Stat.commission_type | Nullable String | The type of commission (either flat rate or a percentage)Show Supported Values |
Stat.date | Date | The date the commission was earned |