Difference between revisions of "NATS5 Site Partner"
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{NATS5 Manual | |
− | == | + | |show_sites_admin_section = true |
− | To create a Site Partner, | + | }} |
+ | __TOC__ | ||
+ | |||
+ | Site Partners are an affiliate account type that generally receive an allocated percentage of a site's revenue. They will also see extra statistics in NATS due to their status.<br> | ||
+ | |||
+ | == Setting an Affiliate as a Site Partner == | ||
+ | |||
+ | To create a Site Partner, go to the [[NATS5 Affiliate Management|Affiliate Management]] section of NATS. Find the affiliate you would like to make a site partner and go to their [[NATS5 Affiliate Overview|Affiliate Overview]]. Once on the overview, click on the "Permissions" tab for that affiliate and click the "Update" link next to the account type. A widget will appear where you will then choose the "Site Partner" account type from the drop down menu on the widget. Click "Save Changes" and that affiliate will now be a Site Partner.<br> | ||
[[File:Site-Partner_Select_Account_Type.jpg|border|800px]]<br><br> | [[File:Site-Partner_Select_Account_Type.jpg|border|800px]]<br><br> | ||
+ | |||
== Setting Up a Site Partner == | == Setting Up a Site Partner == | ||
− | + | ||
+ | Once you have at least 1 affiliate with the account level of Site Partner, you can enable the partner with any of your sites. To do so, click on the [[NATS5 Site Management|Site Management]] section within NATS. Find the site in which you would like to add a new site partner and go to their [[NATS5 Site Overview|Site Overview]]. Click on the "Partners" tab and then click the button labeled "Add Site Partner"...<br> | ||
[[File:Site-Partner_Add_New_Partner.jpg|border|600px]]<br><br> | [[File:Site-Partner_Add_New_Partner.jpg|border|600px]]<br><br> | ||
− | + | ||
+ | You will find multiple fields on the Site Partner setup page when setting up you Site Partner. These fields combined will define the payout for each sale in NATS. These fields include: | ||
*'''Affiliate''': Choose which Site Partner you wish to edit. | *'''Affiliate''': Choose which Site Partner you wish to edit. | ||
*'''Start Date''': The date in which you want the revenue sharing program to begin. Here, you can choose a specific date or simply choose "Now" from the drop-down menu. | *'''Start Date''': The date in which you want the revenue sharing program to begin. Here, you can choose a specific date or simply choose "Now" from the drop-down menu. | ||
Line 15: | Line 25: | ||
*'''Flat Adjustment''': Enter a flat amount (in dollars) to add or subtract from the site partner for each transaction. This allows you to do something like paying your partner a flat rate for every member they bring in. | *'''Flat Adjustment''': Enter a flat amount (in dollars) to add or subtract from the site partner for each transaction. This allows you to do something like paying your partner a flat rate for every member they bring in. | ||
*'''Flat Percentage''': Enter a flat percentage to be subtracted from the transaction amount before calculation. | *'''Flat Percentage''': Enter a flat percentage to be subtracted from the transaction amount before calculation. | ||
+ | |||
Once these fields are filled out, click the "Add Partner" button and your changes will take effect. You may repeat these steps to add multiple Site Partners to the site. | Once these fields are filled out, click the "Add Partner" button and your changes will take effect. You may repeat these steps to add multiple Site Partners to the site. | ||
− | |||
=== Example Calculation === | === Example Calculation === | ||
− | Site partner payout is calculated based on this formula | + | Site partner payout is calculated based on this formula:<br> |
'''(((T - F - P - (T * flat_perc)) - (abs(T - F - P - (T * flat_perc)) * exp)) * perc) - flat''' | '''(((T - F - P - (T * flat_perc)) - (abs(T - F - P - (T * flat_perc)) * exp)) * perc) - flat''' | ||
Latest revision as of 21:14, 7 August 2019
Site Partners are an affiliate account type that generally receive an allocated percentage of a site's revenue. They will also see extra statistics in NATS due to their status.
Setting an Affiliate as a Site Partner
To create a Site Partner, go to the Affiliate Management section of NATS. Find the affiliate you would like to make a site partner and go to their Affiliate Overview. Once on the overview, click on the "Permissions" tab for that affiliate and click the "Update" link next to the account type. A widget will appear where you will then choose the "Site Partner" account type from the drop down menu on the widget. Click "Save Changes" and that affiliate will now be a Site Partner.
Setting Up a Site Partner
Once you have at least 1 affiliate with the account level of Site Partner, you can enable the partner with any of your sites. To do so, click on the Site Management section within NATS. Find the site in which you would like to add a new site partner and go to their Site Overview. Click on the "Partners" tab and then click the button labeled "Add Site Partner"...
You will find multiple fields on the Site Partner setup page when setting up you Site Partner. These fields combined will define the payout for each sale in NATS. These fields include:
- Affiliate: Choose which Site Partner you wish to edit.
- Start Date: The date in which you want the revenue sharing program to begin. Here, you can choose a specific date or simply choose "Now" from the drop-down menu.
- End Date: The date in which you want the revenue sharing program to end. You can choose a specific date or simply choose "Never" from the drop-down menu.
- Percentage: Specify what percentage of revenues you will give the Site Partner.
- Expenses: Specify a percentage of income or profit you want to take out before you calculate your partner's payout. This will be taken from you NET transaction amount.
- Income/Profit: You can choose whether you want your Site Partner to be paid from your total income (gross amount), or from your total profit (net amount).
- Flat Adjustment: Enter a flat amount (in dollars) to add or subtract from the site partner for each transaction. This allows you to do something like paying your partner a flat rate for every member they bring in.
- Flat Percentage: Enter a flat percentage to be subtracted from the transaction amount before calculation.
Once these fields are filled out, click the "Add Partner" button and your changes will take effect. You may repeat these steps to add multiple Site Partners to the site.
Example Calculation
Site partner payout is calculated based on this formula:
(((T - F - P - (T * flat_perc)) - (abs(T - F - P - (T * flat_perc)) * 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
flat_perc - flat percentage adjustment
abs - absolute value operand
Example
Transaction amount - $100
Biller Fees - 10%
Affiliate payout - $60
Expenses - 20%
Flat adjustment - $1
Percentage - 50%
Flat percentage - 5%
deduct biller fees after affiliate payout
On Income
(((100 - 10 - 0 - (100 * 0.05)) - (abs(100 - 10 - 0 - (100 * 0.05)) * .2)) * .5) - 1 = $33
On Profit
(((100 - 10 - 60 - (100 * 0.05)) - (abs(100 - 10 - 60 - (100 * 0.05)) * .2)) * .5) - 1 = $9