Difference between revisions of "NATS4 Site Partner"
Line 27: | Line 27: | ||
*''Start Date'' - This is the date that this payout starts on. | *''Start Date'' - This is the date that this payout starts on. | ||
*''Percentage'' - This is the percentage of either Income or Profit that the partner can be paid out. | *''Percentage'' - This is the percentage of either Income or Profit that the partner can be paid out. | ||
− | *''Expenses'' - This is the percentage of | + | *''Expenses'' - This is the percentage of the NET transaction amount that will be deducted from the partner payout for miscellaneous expenses. |
− | |||
*''Income/Profit'' - | *''Income/Profit'' - | ||
− | **Income - Will payout | + | **Income - Will payout on the GROSS amount of the transaction. |
− | **Profit - Will payout | + | **Profit - Will payout on the NET amount of the transaction. |
− | *''Flat Adjustment'' - Amount to be added | + | *''Flat Adjustment'' - Amount to be subtracted (or added) from (to) the partner payout for each transaction. |
+ | |||
+ | |||
+ | === Example Calculation === | ||
+ | |||
+ | Site partner payout is calculated based on this formula. | ||
+ | |||
+ | (((T - F - P) - (abs(T - F - P) * exp)) * perc) - flat | ||
+ | |||
+ | T - transaction amount | ||
+ | F - biller fees (if biller fee deduct is set to never, 0) | ||
+ | P - sum of all payouts (affilaite, referral, account rep, byoa, promotional) (if pay on income, 0) | ||
+ | exp - expenses percentage | ||
+ | perc - site partner percentage | ||
+ | flat - flat adjustment | ||
+ | abs - absolute value operand | ||
+ | |||
+ | Example | ||
+ | Transaction amount - $100 | ||
+ | Biller Fees - 10% | ||
+ | Affiliate payout - $60 | ||
+ | Expenses - 20% | ||
+ | Flat adjustment - $1 | ||
+ | Percentage - 50% | ||
+ | deduct biller fees after affiliate payout | ||
+ | |||
+ | On Income | ||
+ | (((100 - 10 - 0) - (abs(100 - 10 - 0) * .2)) * .5) - 1 = $35 | ||
+ | |||
+ | On Profit | ||
+ | (((100 - 10 - 60) - (abs(100 - 10 - 60) * .2)) * .5) - 1 = $11 |
Revision as of 13:02, 22 December 2009
A Site Partner gets extra statistics. You can also give part of a site's revenue to the partner.
To create a Site Partner, go to Affiliates Admin, find the affiliate you want to make a site partner, click their Access Permissions icons, and make them a site partner on the next screen.
To share site revenue with a site partner, go to Sites Admin, and click the Edit Site Partners icon next to the site. On the page that loads, choose the site partner's name, choose when they start as a site partner, and enter their share of the revenue. Click Add. You may repeat these steps to add multiple site partners to this site.
Setup site partners in the Sites Admin. In the Sites Admin, click the Edit Site Partners icon.
Sites Admin - Site Partner
When setting up a site partner in the Sites Admin there are multiple fields to fill out:
- Start Date - This is the date that this payout starts on.
- Percentage - This is the percentage of either Income or Profit that the partner can be paid out.
- Expenses - This is the percentage of the NET transaction amount that will be deducted from the partner payout for miscellaneous expenses.
- Income/Profit -
- Income - Will payout on the GROSS amount of the transaction.
- Profit - Will payout on the NET amount of the transaction.
- Flat Adjustment - Amount to be subtracted (or added) from (to) the partner payout for each transaction.
Example Calculation
Site partner payout is calculated based on this formula.
(((T - F - P) - (abs(T - F - P) * exp)) * perc) - flat
T - transaction amount F - biller fees (if biller fee deduct is set to never, 0) P - sum of all payouts (affilaite, referral, account rep, byoa, promotional) (if pay on income, 0) exp - expenses percentage perc - site partner percentage flat - flat adjustment abs - absolute value operand
Example Transaction amount - $100 Biller Fees - 10% Affiliate payout - $60 Expenses - 20% Flat adjustment - $1 Percentage - 50% deduct biller fees after affiliate payout
On Income (((100 - 10 - 0) - (abs(100 - 10 - 0) * .2)) * .5) - 1 = $35
On Profit (((100 - 10 - 60) - (abs(100 - 10 - 60) * .2)) * .5) - 1 = $11