Difference between revisions of "NATS4 Site Partner"

From TMM Wiki
Jump to navigationJump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{NATS4 Manual
 
{{NATS4 Manual
 +
| show_affiliates_admin_section = true
 
| show_sites_admin_section = true
 
| show_sites_admin_section = true
 
}}
 
}}
  
A Site Partner gets extra statistics. You can also give part of a site's
+
A [[Ct#Site Partner|Site Partner]] is someone who gets extra statistics in [[NATS]] due to their status. Site Partners also generally receive an allocated percentage of a site's revenue, which can also be configured in [[NATS4]].
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.
+
== Creating a Site Partner ==
  
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.
+
To create a Site Partner, go to [[NATS4 Affiliates Admin|Affiliates Admin]], find the [[Ct#Affiliate|affiliate]] you want to make a site partner, click their Access Permissions icon to the left of their username, select the ''Site Partner'' option from the Account Type drop-down menu and save your changes. The [[Ct#Affilaite|affiliate]] will now be designated as a Site Partner. If you want to further edit your new site partner's permissions you can do so by re-opening their Access Permissions and selecting what you want them to be able to see or affect.  
  
Setup site partners in the [[Sites Admin]].
+
[[File:Site_partner.png|450px|Affiliates Admin - Account Access]]
In the Sites Admin, click the Edit Site Partners icon.   
+
 
 +
== Setting Up a Site Partner ==
 +
 
 +
To share your site's revenue with a site partner, go to the [[NATS4 Sites Admin|Sites Admin]], and click the Edit Site Partners icon next to the site you wish to affectOn the Site Partner Setup page, there are multiple fields where you can specify their program details. These include:
 +
 
 +
* ''Affiliate'' - Choose which site partner you wish to edit
 +
* ''Start Date'' - When you want the revenue sharing program to begin. Here you can enter a free-form date or the words NOW or NEVER.
 +
* ''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 your 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.
 +
 
 +
[[File:Active_site_partners.PNG|450px|Editing Active Site Partners]]
 +
 
 +
Once you have filled out all these fields, click Add to make your changes take effect. You may repeat these steps to add multiple [[Ct#Site Partner|site partners]] to the [[Ct#Site|site]].
  
 
<!--
 
<!--
Line 23: Line 37:
 
-->
 
-->
  
=== Sites Admin - Site Partner ===
+
=== Example Calculation ===
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.
 
  
 +
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'''
  
=== Example Calculation ===
+
'''T''' - transaction amount<br>
 +
'''F''' - biller fees (if biller fee deduct is set to never, 0)<br>
 +
'''P''' - sum of all payouts (affilaite, referral, account rep, byoa, promotional) (if pay on income, 0)<br>
 +
'''exp''' - expenses percentage<br>
 +
'''perc''' - site partner percentage<br>
 +
'''flat''' - flat adjustment<br>
 +
'''flat_perc''' - flat percentage adjustment<br>
 +
'''abs''' - absolute value operand<br>
  
Site partner payout is calculated based on this formula.
 
  
(((T - F - P) - (abs(T - F - P) * exp)) * perc) - flat
+
'''Example'''<br>
 +
Transaction amount - $100<br>
 +
Biller Fees - 10%<br>
 +
Affiliate payout - $60<br>
 +
Expenses - 20%<br>
 +
Flat adjustment - $1<br>
 +
Percentage - 50%<br>
 +
Flat percentage - 5%<br>
 +
deduct biller fees after affiliate payout<br>
  
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
+
'''On Income'''<br>
Transaction amount - $100
+
(((100 - 10 - 0 - (100 * 0.05)) - (abs(100 - 10 - 0 - (100 * 0.05)) * .2)) * .5) - 1 = $33<br>
Biller Fees - 10%
 
Affiliate payout - $60
 
Expenses - 20%
 
Flat adjustment - $1
 
Percentage - 50%
 
deduct biller fees after affiliate payout
 
  
On Income
+
'''On Profit'''<br>
(((100 - 10 - 0) - (abs(100 - 10 - 0) * .2)) * .5) - 1 = $35
+
(((100 - 10 - 60 - (100 * 0.05)) - (abs(100 - 10 - 60 - (100 * 0.05)) * .2)) * .5) - 1 = $9<br>
  
On Profit
+
[[Category:NATS4 Affiliates Admin]]
(((100 - 10 - 60) - (abs(100 - 10 - 60) * .2)) * .5) - 1 = $11
+
[[Category:NATS4 Programs]]
 +
[[Category:NATS4 Sites]]

Latest revision as of 15:50, 26 November 2013

NATS 4
Affiliates Admin
The Affiliates Admin
ID Numbers
Account Representatives
Affiliate Referrals
Affiliate Activation
Affiliate Access Permissions
Affiliate Admin Settings
Affiliate Overrides
Creating Admin Accounts
In-House Accounts
Affiliate-Specific Join Options and Payouts
Add Manual Sale
Manual Invoices
Affiliate Groups
Affiliate Documents
Change Affiliate Status
Members Admin
The Members Admin
View Member Details
Add Member
MySQL Auth
Mod Authn DB
Multisite Access
Member Logging
Member Password Retrieval
OpenID Connect
Mod Auth OpenIDC
ID Numbers
Sites Admin
The Sites Admin
Sites
Site Setup
Site Templates
Tour Setup
Join Options
No Cost Registration
Special Pricing Options
Join Option Rules
Post URL Usage
Post URLs in NATS4
Approval/Upgrade/Denial Variables
Approval/Upgrade/Denial Template Variables
Mobile Tours
Token Sites
ID Numbers
Site Partner
Site User Management
Example Postbacks for Site User Management
Configure Redirects
Split A-B Testing
Username Checking
Form Validation
Post-Biller Templates
Send Information To Special Biller
Join Option Box vs Button
Qualified Join Page Hits
Allowed languages
Customize Join Form
Package Plus
Token Plus
Signup Plus
Type-In Traffic
Coupon Codes
Setting Rules
Site Groups
Options Simulator
ATVOD Verification Process

A Site Partner is someone who gets extra statistics in NATS due to their status. Site Partners also generally receive an allocated percentage of a site's revenue, which can also be configured in NATS4.

Creating a Site Partner

To create a Site Partner, go to Affiliates Admin, find the affiliate you want to make a site partner, click their Access Permissions icon to the left of their username, select the Site Partner option from the Account Type drop-down menu and save your changes. The affiliate will now be designated as a Site Partner. If you want to further edit your new site partner's permissions you can do so by re-opening their Access Permissions and selecting what you want them to be able to see or affect.

Affiliates Admin - Account Access

Setting Up a Site Partner

To share your site's revenue with a site partner, go to the Sites Admin, and click the Edit Site Partners icon next to the site you wish to affect. On the Site Partner Setup page, there are multiple fields where you can specify their program details. These include:

  • Affiliate - Choose which site partner you wish to edit
  • Start Date - When you want the revenue sharing program to begin. Here you can enter a free-form date or the words NOW or NEVER.
  • 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 your 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.

Editing Active Site Partners

Once you have filled out all these fields, click Add to make your changes 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