NATS For Networks Affiliate Custom Signup

From TMM Wiki
Jump to navigationJump to search
NATS For Networks
For Affiliates
Automatic SubIDs
Affiliate Stats Dumps
Linkcode
Affiliate Custom Pixels
Affiliate Host and Post
Affiliate Area
Affiliate Account Details
Affiliate Account Change Log
Affiliate Creatives
Affiliate Creatives Search
Affiliate Settings
Affiliate Custom Pixels
Affiliate Linkcodes
Affiliate Linkcode Settings
Affiliate Login History
Affiliate Messages
Affiliate Dashboard
Dashboard Key Statistics
Dashboard Statistics Summary
Affiliate Payment History
Quick Links
Affiliate Referrals Report
Affiliate Referring URL Report
Affiliate Remote Login
Affiliate Signup
Affiliate Statistic Filters
Affiliate Statistic Views
Affiliate SubIDs
NATS For Networks Setup
Creating Admin Accounts
Tracking Domain
Edit Affiliate Text
Edit CSS Colors
Getting Started Admin
Quick Start Guide
Tracking in NATS For Networks
Pixel Builder
Postback Examples
Replacement Variables
Currency Exchange Rates
Admin Dashboard
The Admin Dashboard
Reporting Admin
The Reporting Admin
Track and Strack
  Report Breakdowns
Profit and Loss Report
Subscription Report
Transactions Reports
Affiliate Ratios Report
Affiliate Managers Report
Referral Tier Payouts Report
Referral Signup Payouts Report
Additional Commissions Report
Graphical Affiliate Comparison Report
The Single Day Comparison Report
Actual Affiliate Payments Report
Offers Admin
The Offers Admin
Offers
Offer Setup
Affiliate Referrals
Tracking Domain
Commissions
Commission Changes
Suppression Lists
Pixel Builder
ID Numbers
Offer Partner
Offer/Landing Page Redirection
Setting Rules
Admin Host and Post
Offer Goals
Affiliates Admin
The Affiliates Admin
ID Numbers
Affiliate Managers
Affiliate Referrals
Affiliate Activation
Admin-Only Settings
Affiliate Overrides
Creating Admin Accounts
In-House Accounts
Add Manual Sale
Manual Invoice
Affiliate Documents
Affiliate Enabled Offers
Change Affiliate Status
Account Changes
Advertisers Admin
The Advertisers Admin
Account Changes
Advertiser Invoices
Generate Invoice
Advertiser Approval
Change Advertiser Status
Customers Admin
Customers Admin
Manually Adding a Customer
ID Numbers
Payments Admin
The Payments Admin
Payvia Types
Payout Periods
Payvia Dump Formats
Payment Dump Entry Numbers
Payment Dump Variables
Check Functions
Setting Rules
Payment Methods
Payza
REST API
General
API Overview
GET /service/ping
GET /service/set_currency_exchange_rates
Advertiser
POST /advertiser/add_advertiser
PATCH /advertiser/edit_advertiser
Affiliate
GET /affiliate/get_links
GET /affiliate/get_single_link
GET /affiliate/search
GET /affiliate/decode_trackingcode
PATCH /affiliate/edit_affiliate
POST /affiliate/add_affiliate
POST /affiliate/affiliate_login_ips
Config
GET /config/get_global_void_ips
GET /config/get_global_post_ips
GET /config/get_global_hostnpost_ips
POST /config/add_global_void_ip
POST /config/remove_global_void_ip
POST /config/add_global_post_ip
POST /config/remove_global_post_ip
POST /config/add_global_hostnpost_ip
POST /config/remove_global_hostnpost_ip
Creative
GET /creative/get_creatives
GET /creative/get_creative_fields
GET /creative/get_creative_rules
PATCH /creative/delete_creative
PATCH /creative/edit_creative
PATCH /creative/edit_creative_rules
PATCH /creative/undelete_creative
POST /creative/add_creative
POST /creative/add_creative_rule
POST /creative/delete_creative_rules
Offer
GET /offer/get_conversion_caps
GET /offer/check_orderid_exists
GET /offer/get_commission_changes
GET /offer/get_details
PATCH /offer/activate_offer
PATCH /offer/edit_landing_page
PATCH /offer/edit_offer
PATCH /offer/pause_offer
PATCH /offer/set_commission_change_payouts
PATCH /offer/set_enabled_affiliates
PATCH /offer/set_offer_categories
PATCH /offer/set_offer_countries
PATCH /offer/set_offer_goals
PATCH /offer/set_offer_groups
PATCH /offer/set_offer_marketing_types
PATCH /offer/store_offer_ips
POST /offer/add_commission_change
POST /offer/add_landing_page
POST /offer/add_offer
POST /offer/add_tracking_domain
Reporting
GET /report/profitloss
GET /report/transaction
Customer
PATCH /customer/lock
PATCH /customer/unlock
GET /customer/export
PATCH /customer/forget
Transaction
GET /transaction/transaction_payout_preview
PATCH /transaction/transaction_update_revenue_by_orderid
PATCH /transaction/transaction_update_revenue_by_transaction_hash
POST /transaction/process_void
POST /transaction/process_chargeback
POST /transaction/process_reversal
GET /transaction/click_details
Creatives Admin
The Creatives Admin
Add New Creatives
Add New Creative Type
Tracking Code
Code Builder
Track and Strack
Setting Rules
  Default Creative Types
Creative Types
Image Banners
Flash Banners
Dynamic Text Banners
Feeds
Mailers
Video Download
Video Embed
Page Peels
IM Popups
Footer Ads
Page Ads
Overlays
Communications Admin
The Communications Admin
Add News Item
Sending Messages
Signup Questions
Configuration Admin
The Configuration Admin
Affiliate Signup Postback URL
Edit Affiliate Text
Edit CSS Colors
Misc.
Rules
Freeform Date
Affiliate Custom Signup
Tracking Code
Tracking in NATS For Networks
Void Conversions Remotely

NATS For Networks supports the use of custom signup forms for affiliates to signup to your NATS For Networks install.

Payvia Required Fields

First number is payvia field id
The submit fields have the following format:

payvia[<payvia_field_id>:<required>:<min_char>:<max_char>:::::<payvia_nice_name>]=
  • payvia_field_id - the id of the payvia field being used
  • required - set to 0 if the field is not required, 1 if it is.
  • min_char - the minimum number of characters the field must have to submit.
  • max_char - the maximum number of characters the field must have to submit.
  • payvia_nice_name - an internal name that corresponds to the payvia_field_id.


payvia[1:1:1:64:::::Pay To]=Pay To
payvia[1001:0:0:255:::::Address]=address1
payvia[1002:0:0:255:::::Address 2]=Addr2
payvia[1003:0:0:128:::::City]=City
payvia[1004:0:0:128:::::State]=State
payvia[1005:0:0:64:::::Zip Code]=Zip
payvia[1006:0:0:128:::::Country]=United States


Payvia Types/Fields

The payvia types have their own checks that must be met during signup.

  • required - This field is required to use the specific payvia type.
  • min - The minimum number of characters the field must have to submit.
  • max - The maximum number of characters the field must have to submit.
  • is_unique - The value must be unique for all affilaites.
  • check_function - Will perform a check function on the field's value (more information about check functions are available here: Check Functions).
Check
name payvia_field_id required min max is_unique check_function
Pay To 1 1 1 64 1
Address 1001 0 0 255 0
Address 2 1002 0 0 255 0
City 1003 0 0 128 0
State 1004 0 0 128 0
Zip Code 1005 0 0 64 0
Country 1006 0 0 128 0
Domestic Wire
name payvia_field_id required min max is_unique check_function
Bank Name 4 1 1 64 0
Account Number 5 1 1 64 0 alnum_number_check
Routing Number 6 1 1 64 0 alnum_number_check
Account Name 14 1 1 64 0
International Wire
name payvia_field_id required min max is_unique check_function
Bank Name 7 1 1 64 0
Bank Address 8 1 1 255 0
Bank City 9 1 1 128 0
Bank State 10 1 1 128 0 alnum_letter_space_check
Bank Zip 11 1 1 64 0
Bank Country 12 1 1 128 0 alnum_letter_space_check
Account Number 13 1 1 64 0 alnum_number_check
Account Name 15 1 1 64 0
Account Iban 16 0 0 64 0
Address 17 0 0 255 0
Address 2 18 0 0 255 0
City 19 0 0 128 0
State 20 0 0 128 0
Country 21 0 0 128 0
Zip Code 22 0 0 64 0
Bank Swift 23 0 0 128 0
Other Payvias name payvia_field_id required min max is_unique check_function
Inteca Inteca ID 2 1 1 64 1 alnum_letter_space_check
ePassporte User ID 3 1 1 64 1
EMC2/IPAYOUT User Name 24 1 1 128 1
Paypal accountid 1007 0 1 55 0

Signup Required Fields

The signup variable must be sent as an array in the postback.
The submit fields have the following format:

signup[<signup_field_name>:<required>:<min_char>:<max_char>:<field_checking>::<check_function>]

  • signup_field_name - the field name that is being used
  • required - set to 0 if the field is not required, 1 if it is.
  • min_char - the minimum number of characters the field must have to submit.
  • max_char - the maximum number of characters the field must have to submit.
  • field_checking - will check if two values match (such as a password or email check)
  • check_function - will perform a check function on the field's value (more information about check functions are available here: Check Functions)

General Fields

signup[account_type]=
  • Set this equal to either affiliate or advertiser.
signup[nats]=
  • This is the Tracking code, which is used for referring comissions and account reps
signup[username:1:6:16:::easy_username_check]=Username
signup[company:1:2:64]=
  • Username/Company
signup[mailok]=
  • Set this to 1 if the affiliate would like to receive emails
signup[url:1:2:128]=
  • Main URL for the affiliate

Password Fields

signup[password:1:6:16:::easy_password_check]=
signup[nostore_verify_password:1:6:16:password]=
  • Special nostore_verify variables are used to ensure that the when entering the values twice (email or passwords) that both fields match
signup[email:1:5:64:::email_check]=
signup[nostore_verify_email:1:5:64:email]=
  • Special nostore_verify variables are used to ensure that the when entering the values twice (email or passwords) that both fields match

Instant Messengers

signup[icq:0]=
signup[aim:0]=
signup[msn:0]=

Personal Information (Name, Address)

signup[firstname:1:2:32]=
signup[lastname:1:2:32]=
signup[address1:1:6:128]=
signup[address2:0:0:128]=
signup[city:1:2:64]=
signup[state:0:0:32]=
signup[zip_code:1]=
signup[country]=
signup[tel:0]
signup[dob:0]

Payment Method

signup[payvia]=
  • The chosen payment method based on the Payvia ID within NATS For Networks.

Other Payment Options

signup[minimum_payout:1]=
  • The minimum amount for which to generate a payment for an affiliate, based on the minimum payout options you set up in the Pay Via Types tab of the Payments Admin.
signup[tax_id_or_ssn:0]=
signup[custom1:0] (through 5)
  • Tax ID/SSN number for the affiliate
  • Custom variables 1 through 5 will be stored with the affiliate and can be viewed through the admin.