NATS For Networks Edit Affiliate Text

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

You can easily customize the text seen on the affiliate side of NATS For Networks. All you need to do is find the text you want to change in the Language Template, and add your new desired text to the Language Override Template. This wiki will assist you with finding the right text for the most common changes.

Your template list is located in the Configurations Admin, under "Skins and Templates". Select the "Edit Templates" icon for the skin you wish to affect.

From the template list, you can choose the 'language' section to see all of the language templates.

NFN Languagesection.png

There are two types of templates here:

NFN Languagefile.png

  • The base language templates (eg, language_en) defines all the text available to be translated. This template is for reference and cannot be edited.
  • The language override templates (eg, language_override_en) where you can paste content from the base language template and modify it.

Page Sections

The most commonly edited text from the language files are the page titles and page descriptions at the top of each page in the affiliate area. In the language template you will find a comment to tell you where these fields start.

#
# page specific settings
#

After this comment, you will see small blocks of code headed by a name in brackets. Each of these small blocks is defined for one particular page on the site. For instance, here is the section for the offer portfolio:

[offers]
PageTitle = "Offer Portfolio"
PageDesc = """As an affiliate, you can promote any of the offers here in our portfolio.  Feel free browse through all of the offers, along with their description, available languages, and CPA options.  The options on the left can help you sort through our list of available offers.  Clicking on an offer will bring up even more information, such as the authorized countries and marketing types."""
PageDescInternal = """You can promote any of the offers here in our portfolio.  Feel free to take a look at all of the available offers, along with their description, available languages, and CPA options.  The options on the left can help you sort through our list of offers.  Clicking on an offer will bring up even more information, such as the authorized countries and marketing types."""
Currentoffers = "Current Offers"

Each variable is for a different section of text on this page. When you paste these variables into the override file, make sure you have the appropriate [page identifier] before your variable. This wiki will help you understand which variables change which text.

Editing Templates Directly

The definitions specified in the language templates are loaded on their specified page templates. For instance,

{#PageDesc#}

from the external_offers template will be replaced with the text under:

[offers]
PageDesc = "Whatever page description you want"

If you need to make a change that involves more than just changing the text, you can replace {#PageDesc#} in the template entirely. This will let you hard code the text that you want to display, and skip using the language file entirely for this paragraph. Doing this will mean that the language_override file will no longer change this element.


Page Specific Settings

Here we explain the language_en file sections labeled under:

#
# page specific settings
#

Dashboard

The Dashboard settings effect the text that is visible on the Affiliate Dashboard.

[dashboard]
PageDesc = """ Our goal is to help you achieve success as an affiliate, and we are glad to have you as a part of our team.  We want you to use NATS For Networks to its full potential, tailoring all statistics and displays to your specific needs!  On this page, you can access all of your important information and statistics at a glance, quickly showing you where you need to direct your attention.  All of your information here is divided into separate modules, and you can choose what is displayed in these modules with the Options button in the top-right corner."""
PageTitle = "Dashboard"
WelcomeTo = "Welcome to"
  • PageDesc - Description on the Affiliate Dashboard page, after your Network Name.
  • PageTitle - Title for the Affiliate Dashboard.
  • WelcomeTo - Description on the Affiliate Dashboard page, before your Network Name.
www.MyDomain.natsfornetworks.com/internal.php

NFN DashboardTemplate.png


Index

[index]
ExternalPageDesc = """We are a system affiliates can trust - every visitor hit is accurately tracked, each affiliate conversion is properly credited, and you get paid on time, every time. Use the Signup page to register for an affiliate account, the Offers page to view a list of available offers to promote, and the <i>Contact Us</i> page if you have any questions."""
ExternalPageTitle = "Welcome to"
ExternalSignupBlurb = """Sign up to promote the offers in our portfolio.  With top quality Advertisers and the highest commissions, you won't be disappointed.  Start making money from your traffic today! <a href="/external.php?page=signup">Click Here to Join!</a>"""
  • ExternalPageDesc - Description shown on the external page of your network.
  • ExternalPageTitle - Title for the external page, before your Network Name.
  • ExternalSignupBlurb - Description shown inside the Sign Up box on the main external page.

NFN IndexTemplate.png


Account

[account]
PageDesc = """You can modify the personal information you provided when signing up as an affiliate through the Account Details page. This information is split up into three different sections - <i>Account Details</i>, <i>Payment Details</i>, and <i>Password</i>. Just click <i>Modify</i> in the top-right corner of the section you want to edit, put in your changes, and click <i>Save Changes</i>."""
PageTitle = "My Account"
  • PageDesc - Description of this page, shown just below the title.
  • PageTitle - Title for the page, appearing in large lettering near the top.
http://demo.natsfornetworks.com/internal.php?page=account

NFN AccountTemplate.png


Codes

[codes]
PageDesc = """Linkcodes track referral statistics to give credit for traffic that you send through NATS For Networks. These codes allow NATS For Networks to identify the landing page, offer, campaign, and creative (if any) that you are trying to use with this link. The Linkcode Settings module lets you filter which of the possible codes you wish to see.  Underneath is a list of the matching linkcodes, with the name of the offer and landing page, as well as the linkcode itself. Use the <i>View as:</i> icons to choose between viewing these as a table or as a dump, and use the <i>Actions</i> links to get a direct link for that linkcode and view the details of the selected linkcode."""
PageTitle = "Linkcodes"
  • PageDesc - Description of this page, shown just below the title.
  • PageTitle - Title for the page, appearing in large lettering near the top.
demo.natsfornetworks.com/internal.php?page=codes

NFN CodesTemplate.png


Messages

[messages]
PageDesc = """NATS For Networks contains a built-in messaging system, which you can use to talk to your Network, affiliate managers, referred affiliates, and Admins. Messages will appear in your <i>Inbox</i>, where you can view, respond to, and delete them. You will also notice a <i>System Notifications</i> inbox - this contains automated messages sent to you by NATS For Networks when there is an issue with your account. You can also view messages you've sent in the <i>Sent</i> section, and view deleted messages in <i>Trash</i> - you can recover deleted messages in NATS For Networks by simply clicking the <i>Restore</i> link.  Affiliates can send messages to any affiliates they have referred from the <i>Affiliate Referrals</i> page, or to the Network from the <i>Support Request</i> form."""
PageTitle = "Messages"
  • PageDesc - Description of this page, shown just below the title.
  • PageTitle - Title for the page, appearing in large lettering near the top.
http://demo.natsfornetworks.com/internal.php?page=messages

NFN MessagesTemplate.png


Campaigns

[campaigns]
PageDesc = """Campaigns let you sort your incoming traffic into different groups, or SubIDs, allowing for customized statistics reports. You can create as many new campaigns as you want through the <i>Linkcode Settings</i> box, which can be found whenever you grab a linkcode or creative. The search boxes at the top of the page let you search through your campaigns by name or by notes. The <i>Actions</i> links allow you to edit your campaign, hide that set from your statistics reports, and view the statistics for that campaign."""
PageTitle = "Campaigns"
  • PageDesc - Description of this page, shown just below the title.
  • PageTitle - Title for the page, appearing in large lettering near the top.
http://demo.natsfornetworks.com/internal.php?page=campaigns

NFN CampaignTemplate.png


Payments

[payments]
PageDesc = """This page lets you view any payments that have been built in NATS For Networks - meaning that they are either pending, or have already been paid out. Each payment recorded in NATS For Networks will be listed on this page, along with when the payment was created, sent, and received. You can also see the status, amount, and payment method of each listed payment. You can view breakdowns of individual payments by clicking the <i>Details</i> link in the <i>Actions</i> column. Make sure you click the <i>Mark Received</i> link when you actually receive a payment through NATS For Networks to help keep track of payments you've received."""
PageTitle = "Payment History"
  • PageDesc - Description of this page, shown just below the title.
  • PageTitle - Title for the page, appearing in large lettering near the top.
http://demo.natsfornetworks.com/internal.php?page=payments

NFN PaymentTemplate.png


Statistics

[stats]
PageDesc = """This page contains a detailed breakdown of your affiliate statistics. You can sort your statistics by different date ranges with the <i>Navigation</i> module, and the <i>Statistic Filters</i> module lets you narrow down your statistics by a variety of categories. Use the <i>View as</i>: icons to choose how you want your statistics to be displayed, and click a column title to sort your statistics by that column."""
  • PageDesc - Description of this page, shown just below the title.
http://demo.natsfornetworks.com/internal.php?page=stats

NFN StatsTemplate.png


Adtools

[adtools]
PageTitle = "Creatives"
PageDesc = """Creatives are promotional materials designed to help you generate traffic for the offers you are promoting - including banners, hosted galleries, extra content, interactives, and page advertisements. You can change your default linkcode settings, from what campaign they're promoting to how your linkcodes are displayed on this page. You can also use the offer Selection module to view any of your available creatives in NATS For Networks - just click a highlighted creative category to view all creatives available to you for that offer and category."""
  • PageTitle - Title for the page, appearing in large lettering near the top.
  • PageDesc - Description of this page, shown just below the title.
http://demo.natsfornetworks.com/internal.php?page=adtools

NFN CreativesTemplate.png

News

[news]
PageDesc = """This page lets you view news items created in NATS For Networks by the Network. These news items can include new developments, announcements, noteworthy information for your affiliate account, or anything your Network chooses.  Use the "Latest News Headlines" section on the left-hand side to select a news item to read; the full news item will then be displayed on the right, along with the date that it was posted, in the <i>View News Article</i> module."""
  • PageDesc - Description of this page, shown just below the title.

NFN NewsTemplate.png


Quicklinks

[quicklinks]
PageTitle = "Quicklinks"
PageDesc = """Quick Links work as bookmarks in NATS For Networks, letting you get to your most-used pages with just a single click. This page lets you manage any quick links you've set - you can rearrange your quick links by simply dragging and dropping them, search for a specific quick link, view the page you've linked to, and remove your quick link.<br><Br>To add a quick link, just click the <i>Quick Link This Page</i> button at the top of the page you wish to bookmark. You'll see your quick links displayed on the NATS For Networks dashboard, however, only the top seven pages will be displayed. To set a quick link to be displayed on the dashboard, drag it into the first seven links on this page - when it is highlighted, it will be displayed in the dashboard module."""
  • PageTitle - Title for the page, appearing in large lettering near the top.
  • PageDesc - Description of this page, shown just below the title.

NFN QuickLinksTemplate.png

Pixels

[pixels]
PageTitle = "Custom Offer Pixels"
PageDesc = """Custom Offer Pixels will allow you to set a global pixel in NATS For Networks that will run whenever a conversion happens.  To add a pixel, simply select the Offer you would like, what type of pixel you would like, and the code for the pixel.  Note:  When adding a pixel for a specific campaign, it will override the global one.  This means only the campaign pixel will run.  If you set a pixel for all offers and another for a specific offer, both pixels will be sent out."""
  • PageTitle - Title for the page, appearing in large lettering near the top.
  • PageDesc - Description of this page, shown just below the title.
demo.natsfornetworks.com/internal.php?page=pixels

NFN PixelTemplate.png

Signup

[signup]
PageTitle = "Sign Up"
AffiliatePageDesc = """If you wish to register as an affiliate, please fill out the form provided for you below. The Payment Method drop-down menu lets you pick how you want to be paid for your traffic, and the Minimum Payout drop-down menu lets you pick the amount of payment you have to reach in order to be paid."""
AdvertiserPageDesc = """If you wish to register as an advertiser, please fill out the form below. Once approved, you will be able to add offers to our Network for promotion"""
AdvertiserSignup = "Advertiser Signup"
AffiliateSignup = "Affiliate Signup"
  • PageTitle - The Title shown on the affiliate and advertiser signup page.
  • AffiliatePageDesc - Description of the signup form shown to potential affiliates.
  • AdvertiserPageDesc - Description of the signup form shown to potential advertisers.
  • AdvertiserSignup - The title for the advertiser signup form, after your network name.
  • AffiliateSignup - The title for the affiliate signup form, after your network name.

NFN AffiliateSignupTemplate.png NFN AdvertiserSignupTemplate.png


Signup_Done

[signup_done]
PageTitle = "Signup Complete"
PageDesc = """Thank you for joining our team!  Log in below with your new username and password to get started."""
  • PageTitle - Title for the completed signup page.
  • PageDesc - Message shown when affiliates finished signing up. If you require email verification, message will be different.
demo.natsfornetworks.com/external.php?page=signup_done

NFN SignupDoneTemplate.png


Access

[access]
PageTitle = "Login Information"
PageDesc = """Log in to NATS For Networks..."""
AccessDenied = "Access Denied"
AccessDisabledFromNetwork = "Your access has been disabled from this network"
CookiesRequired = "You must have Cookies enabled in your browser settings."
InvalidVerificationString = "Invalid Verification String"
MissingUsernamePassword = "Missing Username or Password"
NotSignedUpNetwork = "You have not signed up for this network"
YourAccountDisabled = "Your Account has been Disabled"
YourSessionExpired = "Your Session has Expired"
  • PageTitle - The title of this page.
  • PageDesc - Description of this page.
  • AccessDenied - Error message that displays when denying access.
  • AccessDisabledFromNetwork - Error message that displays when access has been disabled.
  • CookiesRequired - Error message that displays when Cookies are not enabled.
  • InvalidVerificationString - Error message that displays on an Invalid Verification String.
  • MissingUsernamePassword - Error message that displays when input is Missing Username or Password.
  • NotSignedUpNetwork - Error message that displays when the user is not signed up for the network.
  • YourAccountDisabled - Error message that displays when the affiliate Account has been Disabled.
  • YourSessionExpired - Error message that displays on Session Expire.
demo.natsfornetworks.com/external.php?page=access


Offers

[offers]
PageTitle = "Offer Portfolio"
PageDesc = """As an affiliate, you can promote any of the offers here in our portfolio.  Feel free browse through all of the offers, along with their description, available languages, and CPA options.  The options on the left can help you sort through our list of available offers.  Clicking on an offer will bring up even more information, such as the authorized countries and marketing types."""
PageDescInternal = """You can promote any of the offers here in our portfolio.  Feel free to take a look at all of the available offers, along with their description, available languages, and CPA options.  The options on the left can help you sort through our list of offers.  Clicking on an offer will bring up even more information, such as the authorized countries and marketing types."""
  • PageTitle - Title for the page, appearing in large lettering near the top.
  • PageDesc - Description of this page, shown just below the title. This is for potential affiliates who are not logged in to your network.
  • PageDescInternal - Description of this page, shown just below the title. This is for affiliates.
demo.natsfornetworks.com/internal.php?page=offers

NFN OfferTemplate.png


Contact

[contact]
PageTitle = "Contact Us"
PageDesc = """If you have any questions or issues concerning NATS For Networks, please feel free to contact our staff. We will be more than happy to help you in any way that we can, and we look forward to speaking with you."""
  • PageDesc - Description of this page, shown just below the title.
  • PageTitle - Title for the page, appearing in large lettering near the top.
demo.natsfornetworks.com/internal.php?page=pixels

NFN ContactTemplate.png


Password

[password]
PageTitle = "Forgot Password"
PageDesc = """Please insert your affiliate username and the email address for your account.  An email will be sent to you with the your new temporary password."""
ResetYourPassword = "Reset Your Password"
  • PageDesc - Description of this page, shown just below the title. In this case, instructions for resetting your password.
  • PageTitle - Title for the page, appearing in large lettering near the top.
  • ResetYourPassword - The lettering in the header for the reset password box.
demo.natsfornetworks.com/external.php?page=password

NFN PasswordTemplate.png