Difference between revisions of "Replacement Variables"

From Offerit
Jump to: navigation, search
(Standard Replacement Variables)
Line 86: Line 86:
 
=== Custom Replacement Variables ===
 
=== Custom Replacement Variables ===
 
Offerit allows affiliates to pass custom parameters through their tracking links to your landing pages.  For convenience, we make the data passed through available to them for their Custom Pixels and Postbacks as described here:
 
Offerit allows affiliates to pass custom parameters through their tracking links to your landing pages.  For convenience, we make the data passed through available to them for their Custom Pixels and Postbacks as described here:
http://wiki.offerit.com/index.php/Affiliate_Custom_Pixels#Custom_Conversion_Variables
+
http://wiki.offerit.com/index.php/Affiliate_Custom_Pixels#Custom_Conversion_Variables.  These parameters are also available for replacement in your landing page urls.
 +
 
 +
=== Special Replacement Syntax ===
 +
Offerit supports several special modifiers that you can include in your replacements.
 +
* ''|default:'' - Allows you to specify the value to return if the requested replacment variable is empty.  Without setting this, an empty variable will be replaced with the name of the replacement variable.
 +
** ''email=%%cust_email%%'' will return ''email=cust_email'' if there isn't one.
 +
** ''email=%%cust_email|default:none'' will return ''email=none'' if there isn't one
 +
 
 +
* ''if|replacement=match:output'' - Allows you to display customized output for matching conditions
 +
** ''device=%%device_type_name%% will return ''device=Desktop''
 +
** ''device=%%if|device_type_name=Desktop:1'' will return ''device=1''
 +
 
 +
* ''|transform:''  - Allows you to either md5 or base64 encode the data after replacing it.
 +
** 'publisher=%%aff_username%%'' will return ''publisher=somepub123'' if somepub123 is the username of the affiliate.
 +
** 'publisher=%%aff_username|transform:md5%%'' will return ''publisher=155E3C2B7D2E5950C7E5AA70FA71B577'' if somepub123 is the username of the affiliate.
 +
** 'publisher=%%aff_username|transform:base64%%'' will return ''publisher=c29tZXB1YjEyMw=='' if somepub123 is the username of the affiliate.

Revision as of 18:28, 24 April 2019

Offerit
For Affiliates
Automatic SubIDs
Affiliate Stats Dumps
Linkcode
Link Groups
Affiliate Custom Pixels
Affiliate Host and Post
Offerit 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
Offerit Setup
Creating Admin Accounts
Tracking Domain
Edit Affiliate Text
Edit CSS Colors
Getting Started Admin
Offerit Quick-Start Guide
Tracking in Offerit
Pixel Builder
Offerit 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
Visitor Actions 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 Post URLs
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
Creatives Admin
The Creatives Admin
Add New Creatives
Add New Creative Type
Offeritcode
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
REST API
General
Offerit REST API Overview
GET /service/ping
PATCH /service/set_currency_exchange_rates
Advertiser
PATCH /advertiser/edit_advertiser
POST /advertiser/add_advertiser
Affiliate
GET /affiliate/get_links
GET /affiliate/get_single_link
GET /affiliate/search
GET /affiliate/decode_trackingcode
PATCH /affiliate/edit_affiliate
PATCH /affiliate/payvia
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
Customer
PATCH /customer/set_customer_details
PATCH /customer/lock
PATCH /customer/unlock
PATCH /customer/forget
GET /customer/export
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
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
POST /transaction/approve_pending_transaction
GET /transaction/click_detail
SOAP API (*deprecated*)
API
Add Affiliate
Add Affiliate Sale
Add Offer
Approve Transaction
Creative Types
Decode Offeritcode
Deny Transaction
Disable Affiliate Landing Page
Edit Affiliate Sale
Enable Affiliate Landing Page
Get Affiliate Stats
Get Allowed Affiliates
Get Landing Page Details
Get Offer Details
Get Offer List
Get Profit Loss Report
List Affiliate Details
List Affiliate Subaffiliates
Ping
Set Affiliate Status
Set SubAffiliate Status
Set Member Details
Record Affiliate Click
Misc.
Rules
Freeform Date
Affiliate Custom Signup
Offeritcode
Tracking in Offerit
Offerit Logos
Void Conversions Remotely

Landing Page URL Replacement Tokens

When tracking with Offerit, surfers will go through our tracking links:

http://example.offerit.com/track/<ocode>/

After doing our tracking process, we will send the surfer to the landing page URL defined in the admin for the offer and landingpage we see in the "ocode":

http://example.com/

Offerit Allows you to add replacement tokens to your Offer/Landing Page URL to pass some data along to the landing page. The most common example is to pass our "click_hash" to your landing page so you can use it for reporting transactions and events via postback instead of using iframe/image pixels. Example landing page URL modification to pass this data:

http://example.com/?click_hash=%%click_hash%%

In the example above our "click_hash" data will be passed to the landing page in a paramter called "click_hash". Please note that you can name the URL parameter anything you'd like to meet your system's needs. For examplem if your system expects this information to be sent in "clickid", you can instead make your landing page URL:

http://example.com/?clickid=%%click_hash%%

Below is the full list of available Replacement Tokens that can be used with your Landing Page URLs:

  • %%click_hash%% - The Click hash generated by Offerit when a surfer clicks our tracking links
  • %%click_hash_nodot%% - The Click hash generated by Offerit when a surfer clicks our tracking links with all dots/periods (".") removed
  • %%offer_id%% - The Offer ID
  • %%aff_id%% - The Affiliate ID
  • %%aff_username%% - The Affiliate Username
  • %%aff_campaign%% - The Affiliate Campaign ID
  • %%aff_subid%% - The Affiliate Campaign Name
  • %%country_code%% - The 2-letter ISO Country code for the surfer
  • %%ip%% - The surfer's IP address in IPv4 format
  • %%ip_long%% - The surfer's IP address converted from IPv4 to a long integer using PHP's "ip2long" function
  • %%aff_phone%% (phone offers only) - The Phone Number for the affiliate phone offer

Affiliate Custom Pixel Replacement Variables

Standard Replacement Variables

Affiliates have the option to add custom pixels or postbacks to inform their systems of sales when they are reported to Offerit. To set these up, use the "My Account" tab in the top navigation while logged in or overridden as them, then click the "Custom Offer Pixels" sub section in the left side navigation:

CustomOfferPixels.png

The following is a list of possible replacement variables that can be used to send information from Offerit to your Affiliate's custom pixel or postback URL.

  • %%aff_id%% - Your affiliate ID.
  • %%offer_id%% - The ID of the offer.
  • %%aff_campaign%% - The ID of the campaign/subid used.
  • %%aff_subid%% - The name of the campaign/subid used.
  • %%ref_url%% - The Referring URL for the event being reported
  • %%transaction_hash%% - The transaction ID of the conversion.
  • %%commission%% - The commission related to the conversion.
  • %%decimal_commission%% - The commission related to the conversion in decimal format.
  • %%aff_approved%% - Your auto-pending status.
  • %%orderid%% - The transaction identifier from the advertiser.
  • %%country_code%% - The 2-letter ISO Country code for the surfer
  • %%cust_custom1%%- Customer Custom1 Field
  • %%cust_custom2%%- Customer Custom2 Field
  • %%cust_custom3%%- Customer Custom3 Field
  • %%cust_custom4%%- Customer Custom4 Field
  • %%cust_custom5%%- Customer Custom5 Field
  • %%cust_username%% - Customer Username
  • %%cust_email%% - Customer Email
  • %%cust_name%% - Customer First and Last Name
  • %%cust_ip%% - The customer record's IP address in IPv4 format
  • %%cust_ip_long%% - The customer record's IP address converted from IPv4 to a long integer using PHP's "ip2long" function
  • %%subaff%% - Subaff Field
  • %%subaff2%% - Subaff2 Field
  • %%subaff3%% - Subaff3 Field
  • %%subaff4%% - Subaff4 Field
  • %%subaff5%% - Subaff5 Field
  • %%device_type_name%% - Device type name
  • %%device_brand_name%% - Device brand name
  • %%device_browser_name%% - Device browser name
  • %%device_carrier_name%% - Device carrier name
  • %%device_model_name%% - Device model name
  • %%device_os_name%% - Device OS name
  • %%device_os_version_name%% - Device OS version
  • %%_ocid%% - The affiliate's external click ID. To use this on postbacks, they must add "&_ocid=<external_clickid>" to their tracking links where <external_clickid> gets replaced with their own click ID.

Network Revenue Replacements

If you need to send your affiliates the amount your network made on an event in addition to the amount they are being paid, we have a configuration that can be enabled to make this data available for their use. In the Configuration Admin, click the "Affiliates" section in the left side navigation. On this page, scroll down to the "Postbacks" sub section and find "Include Network Revenue on Affiliate Postbacks". This will allow your affiliates to use either of the following replacement variables in their custom pixels/postbacks:

  • %%network_revenue%% - The transaction amount for the event.
  • %%decimal_network_revenue%% - The transaction amount for the event in decimal format.

Custom Replacement Variables

Offerit allows affiliates to pass custom parameters through their tracking links to your landing pages. For convenience, we make the data passed through available to them for their Custom Pixels and Postbacks as described here: http://wiki.offerit.com/index.php/Affiliate_Custom_Pixels#Custom_Conversion_Variables. These parameters are also available for replacement in your landing page urls.

Special Replacement Syntax

Offerit supports several special modifiers that you can include in your replacements.

  • |default: - Allows you to specify the value to return if the requested replacment variable is empty. Without setting this, an empty variable will be replaced with the name of the replacement variable.
    • email=%%cust_email%% will return email=cust_email if there isn't one.
    • email=%%cust_email|default:none will return email=none if there isn't one
  • if|replacement=match:output - Allows you to display customized output for matching conditions
    • device=%%device_type_name%% will return device=Desktop
    • device=%%if|device_type_name=Desktop:1 will return device=1
  • |transform: - Allows you to either md5 or base64 encode the data after replacing it.
    • 'publisher=%%aff_username%% will return publisher=somepub123 if somepub123 is the username of the affiliate.
    • 'publisher=%%aff_username|transform:md5%% will return publisher=155E3C2B7D2E5950C7E5AA70FA71B577 if somepub123 is the username of the affiliate.
    • 'publisher=%%aff_username|transform:base64%% will return publisher=c29tZXB1YjEyMw== if somepub123 is the username of the affiliate.