Difference between revisions of "NATS4 Site Partner"

From TMM Wiki
Jump to navigationJump to search
Line 47: Line 47:
 
'''flat''' - flat adjustment<br>
 
'''flat''' - flat adjustment<br>
 
'''abs''' - absolute value operand<br>
 
'''abs''' - absolute value operand<br>
 +
  
 
'''Example'''<br>
 
'''Example'''<br>
Line 56: Line 57:
 
Percentage - 50%<br>
 
Percentage - 50%<br>
 
deduct biller fees after affiliate payout<br>
 
deduct biller fees after affiliate payout<br>
 +
  
 
'''On Income'''<br>
 
'''On Income'''<br>

Revision as of 14:05, 22 December 2009

NATS 4
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 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