<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.offerit.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Offeritnick</id>
		<title>Offerit - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.offerit.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Offeritnick"/>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Special:Contributions/Offeritnick"/>
		<updated>2026-06-16T16:32:24Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.5</generator>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Replacement_Variables&amp;diff=4104</id>
		<title>Replacement Variables</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Replacement_Variables&amp;diff=4104"/>
				<updated>2023-03-03T17:53:54Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Landing Page URL Replacement Tokens */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit_Manual&lt;br /&gt;
| show_setup_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Landing Page URL Replacement Tokens ==&lt;br /&gt;
When tracking with Offerit, surfers will go through our tracking links:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://example.offerit.com/track/&amp;lt;ocode&amp;gt;/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;ocode&amp;quot;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://example.com/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
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 &amp;quot;click_hash&amp;quot; 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:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://example.com/?click_hash=%%click_hash%%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the example above our &amp;quot;click_hash&amp;quot; data will be passed to the landing page in a paramter called &amp;quot;click_hash&amp;quot;.  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 &amp;quot;clickid&amp;quot;, you can instead make your landing page URL:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
http://example.com/?clickid=%%click_hash%%&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Below is the full list of available Replacement Tokens that can be used with your Landing Page URLs:&lt;br /&gt;
* ''%%click_hash%%'' - The Click hash generated by Offerit when a surfer clicks our tracking links&lt;br /&gt;
* ''%%click_hash_nodot%%'' - The Click hash generated by Offerit when a surfer clicks our tracking links with all dots/periods (&amp;quot;.&amp;quot;) removed&lt;br /&gt;
* ''%%offer_id%%'' - The Offer ID&lt;br /&gt;
* ''%%aff_id%%'' - The Affiliate ID&lt;br /&gt;
* ''%%aff_username%%'' - The Affiliate Username&lt;br /&gt;
* ''%%aff_campaign%%'' - The Affiliate Campaign ID&lt;br /&gt;
* ''%%aff_subid%%'' - The Affiliate Campaign Name&lt;br /&gt;
* ''%%country_code%%'' - The 2-letter ISO Country code for the surfer &lt;br /&gt;
* ''%%ip%%'' - The surfer's IP address in IPv4 format&lt;br /&gt;
* ''%%ip_long%%'' - The surfer's IP address converted from IPv4 to a long integer using PHP's &amp;quot;ip2long&amp;quot; function&lt;br /&gt;
* ''%%aff_phone%% (phone offers only)'' - The Phone Number for the affiliate phone offer&lt;br /&gt;
* ''%%subaff%%'' - Subaff value if included on tracking link&lt;br /&gt;
* ''%%subaff2%%'' - Subaff2 value if included on tracking link&lt;br /&gt;
* ''%%subaff3%%'' - Subaff3 value if included on tracking link&lt;br /&gt;
* ''%%subaff4%%'' - Subaff4 value if included on tracking link&lt;br /&gt;
* ''%%subaff5%%'' - Subaff5 value if included on tracking link&lt;br /&gt;
&lt;br /&gt;
== Affiliate Custom Pixel Replacement Variables ==&lt;br /&gt;
=== Standard Replacement Variables ===&lt;br /&gt;
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 &amp;quot;My Account&amp;quot; tab in the top navigation while logged in or overridden as them, then click the &amp;quot;Custom Offer Pixels&amp;quot; sub section in the left side navigation:&lt;br /&gt;
&lt;br /&gt;
[[File:CustomOfferPixels.png|800px]]&lt;br /&gt;
&lt;br /&gt;
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.  &lt;br /&gt;
* ''%%aff_id%%'' - Your affiliate ID.&lt;br /&gt;
* ''%%offer_id%%'' - The ID of the offer.&lt;br /&gt;
* ''%%aff_campaign%%'' - The ID of the campaign/subid used.&lt;br /&gt;
* ''%%aff_subid%%'' - The name of the campaign/subid used.&lt;br /&gt;
* ''%%ref_url%%'' - The Referring URL for the event being reported&lt;br /&gt;
* ''%%transaction_hash%%'' - The transaction ID of the conversion.&lt;br /&gt;
* ''%%commission%%'' - The commission related to the conversion.&lt;br /&gt;
* ''%%decimal_commission%%'' - The commission related to the conversion in decimal format.&lt;br /&gt;
* ''%%aff_approved%%'' - Your auto-pending status.&lt;br /&gt;
* ''%%orderid%%'' - The transaction identifier from the advertiser.&lt;br /&gt;
* ''%%country_code%%'' - The 2-letter ISO Country code for the surfer&lt;br /&gt;
* ''%%cust_custom1%%''- Customer Custom1 Field&lt;br /&gt;
* ''%%cust_custom2%%''- Customer Custom2 Field&lt;br /&gt;
* ''%%cust_custom3%%''- Customer Custom3 Field&lt;br /&gt;
* ''%%cust_custom4%%''- Customer Custom4 Field&lt;br /&gt;
* ''%%cust_custom5%%''- Customer Custom5 Field&lt;br /&gt;
* ''%%cust_username%%'' - Customer Username&lt;br /&gt;
* ''%%cust_email%%'' - Customer Email&lt;br /&gt;
* ''%%cust_name%%'' - Customer First and Last Name&lt;br /&gt;
* ''%%cust_ip%%'' - The customer record's IP address in IPv4 format&lt;br /&gt;
* ''%%cust_ip_long%%'' - The customer record's IP address converted from IPv4 to a long integer using PHP's &amp;quot;ip2long&amp;quot; function&lt;br /&gt;
* ''%%subaff%%'' - Subaff Field&lt;br /&gt;
* ''%%subaff2%%'' - Subaff2 Field&lt;br /&gt;
* ''%%subaff3%%'' - Subaff3 Field&lt;br /&gt;
* ''%%subaff4%%'' - Subaff4 Field&lt;br /&gt;
* ''%%subaff5%%'' - Subaff5 Field&lt;br /&gt;
* ''%%device_type_name%%'' - Device type name&lt;br /&gt;
* ''%%device_brand_name%%'' - Device brand name&lt;br /&gt;
* ''%%device_browser_name%%'' - Device browser name&lt;br /&gt;
* ''%%device_carrier_name%%'' - Device carrier name&lt;br /&gt;
* ''%%device_model_name%%'' - Device model name&lt;br /&gt;
* ''%%device_os_name%%'' - Device OS name&lt;br /&gt;
* ''%%device_os_version_name%%'' - Device OS version&lt;br /&gt;
* ''%%_ocid%%'' - The affiliate's external click ID.  To use this on postbacks, they must add &amp;quot;&amp;amp;_ocid=&amp;lt;external_clickid&amp;gt;&amp;quot; to their tracking links where &amp;lt;external_clickid&amp;gt; gets replaced with their own click ID.&lt;br /&gt;
&lt;br /&gt;
=== Network Revenue Replacements ===&lt;br /&gt;
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 &amp;quot;Affiliates&amp;quot; section in the left side navigation. On this page, scroll down to the &amp;quot;Postbacks&amp;quot; sub section and find &amp;quot;Include Network Revenue on Affiliate Postbacks&amp;quot;.  This will allow your affiliates to use either of the following replacement variables in their custom pixels/postbacks:&lt;br /&gt;
* ''%%network_revenue%%'' - The transaction amount for the event.&lt;br /&gt;
* ''%%decimal_network_revenue%%'' - The transaction amount for the event in decimal format.&lt;br /&gt;
&lt;br /&gt;
=== Custom Replacement Variables ===&lt;br /&gt;
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:&lt;br /&gt;
http://wiki.offerit.com/index.php/Affiliate_Custom_Pixels#Custom_Conversion_Variables.  These parameters are also available for replacement in your landing page urls.&lt;br /&gt;
&lt;br /&gt;
=== Special Replacement Syntax ===&lt;br /&gt;
Offerit supports several special modifiers that you can include in your replacements.&lt;br /&gt;
* ''|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.&lt;br /&gt;
** ''email=%%cust_email%%'' will return ''email=cust_email'' if there isn't one.&lt;br /&gt;
** ''email=%%cust_email|default:none'' will return ''email=none'' if there isn't one&lt;br /&gt;
&lt;br /&gt;
* ''if|replacement=match:output'' - Allows you to display customized output for matching conditions&lt;br /&gt;
** ''device=%%device_type_name%% will return ''device=Desktop''&lt;br /&gt;
** ''device=%%if|device_type_name=Desktop:1'' will return ''device=1''&lt;br /&gt;
&lt;br /&gt;
* ''|transform:''  - Allows you to either md5 or base64 encode the data after replacing it.&lt;br /&gt;
** ''publisher=%%aff_username%%'' will return ''publisher=somepub123'' if somepub123 is the username of the affiliate.&lt;br /&gt;
** ''publisher=%%aff_username|transform:md5%%'' will return ''publisher=155E3C2B7D2E5950C7E5AA70FA71B577'' if somepub123 is the username of the affiliate.&lt;br /&gt;
** ''publisher=%%aff_username|transform:base64%%'' will return ''publisher=c29tZXB1YjEyMw=='' if somepub123 is the username of the affiliate.&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4103</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4103"/>
				<updated>2022-09-13T19:04:31Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Currency Exchange Rates|Currency Exchange Rates]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Currency Exchange Rates|PATCH /service/set_currency_exchange_rates]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Config&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Global Void Ips |GET /config/get_global_void_ips]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Global Post Ips |GET /config/get_global_post_ips]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Global Host and Post Ips |GET /config/get_global_hostnpost_ips]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Global Void Ip |POST /config/add_global_void_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Remove Global Void Ip |POST /config/remove_global_void_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Global Post Ip |POST /config/add_global_post_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Remove Global Post Ip |POST /config/remove_global_post_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Global Host and Post Ips |POST /config/add_global_hostnpost_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Remove Global Host and Post Ips |POST /config/remove_global_hostnpost_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Offer Get Details|GET /offer/get_details]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4102</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4102"/>
				<updated>2022-09-13T19:04:01Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Currency Exchange Rates|Currency Exchange Rates]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Currency Exchange Rates|PATCH /service/set_currency_exchange_rates]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]]&lt;br /&gt;
&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Config&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Global Void Ips |GET /config/get_global_void_ips]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Global Post Ips |GET /config/get_global_post_ips]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Global Host and Post Ips |GET /config/get_global_hostnpost_ips]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Global Void Ip |POST /config/add_global_void_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Remove Global Void Ip |POST /config/remove_global_void_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Global Post Ip |POST /config/add_global_post_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Remove Global Post Ip |POST /config/remove_global_post_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Global Host and Post Ips |POST /config/add_global_hostnpost_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Remove Global Host and Post Ips |POST /config/remove_global_hostnpost_ip]]&lt;br /&gt;
    |-&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Offer Get Details|GET /offer/get_details]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Affiliate&amp;diff=4101</id>
		<title>Offerit REST API Add Affiliate</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Affiliate&amp;diff=4101"/>
				<updated>2022-09-13T18:52:08Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /affiliate/addaffiliate''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*To add an affiliate through the [[Offerit]] API, you can make a call to this api endpoint. &lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/addaffiliate&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''Paremeters must be sent with the request body. The examples below show the parameters sent as x-www-form-urlencoded'''&lt;br /&gt;
&lt;br /&gt;
*username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*password&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*payvia&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*payvia_info&lt;br /&gt;
**'''''type: array'''''&lt;br /&gt;
**'''''an array containing field/value pair arrays of payvia information to set for the affiliate'''''&lt;br /&gt;
**'''''Must send &amp;quot;payvia&amp;quot; parameter to indicate which payvia type payvia_info is for.'''''&lt;br /&gt;
*email&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*firstname&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*lastname&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*company&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*tel&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*icq&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*aim&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*msn&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*skype&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*address1&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*address2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*city&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*state&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*country&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*zip_code&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*tax_id_or_ssn&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*ref&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*minimum_payout&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*join_ip&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*custom1&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*status&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''Possible values: 0 - Active, 1 - Disabled, 2 - Banned, 3 - Wait on Verify, 4 - Pending, 5 - Denied'''&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
http://domain/api/affiliate/add_affiliate&lt;br /&gt;
username = hello&lt;br /&gt;
password = apitest&lt;br /&gt;
firstname = hello&lt;br /&gt;
lastname = test&lt;br /&gt;
email = hello@offerit.com&lt;br /&gt;
company = Offerit&lt;br /&gt;
url = offerit.com&lt;br /&gt;
tel = 666-666-6666&lt;br /&gt;
icq = 666666666&lt;br /&gt;
aim = sixsixsix&lt;br /&gt;
msn = sixsixtysix&lt;br /&gt;
address1 = 666 666 st&lt;br /&gt;
address2 = &lt;br /&gt;
city = My City&lt;br /&gt;
state = My State&lt;br /&gt;
country = USA&lt;br /&gt;
zip_code = 12345&lt;br /&gt;
tax_id_or_ssn = 54-1233245&lt;br /&gt;
ref = asdasd&lt;br /&gt;
minimum_payout = 50&lt;br /&gt;
join_ip = 192.168.1.1&lt;br /&gt;
payvia=1&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
    {&lt;br /&gt;
        &amp;quot;result&amp;quot;: true,&lt;br /&gt;
        &amp;quot;loginid&amp;quot;: &amp;quot;10&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = array(&lt;br /&gt;
    'username' =&amp;gt; 'hello',&lt;br /&gt;
    'password' =&amp;gt; 'apitest',&lt;br /&gt;
    'firstname' =&amp;gt; 'hello',&lt;br /&gt;
    'lastname' =&amp;gt; 'test',&lt;br /&gt;
    'email' =&amp;gt; 'hello@offerit.com',&lt;br /&gt;
    'company' =&amp;gt; 'Offerit',&lt;br /&gt;
    'url' =&amp;gt; 'offerit.com',&lt;br /&gt;
    'tel' =&amp;gt; '666-666-6666',&lt;br /&gt;
    'icq' =&amp;gt; '666666666',&lt;br /&gt;
    'aim' =&amp;gt; 'sixsixsix',&lt;br /&gt;
    'msn' =&amp;gt; 'sixsixtysix',&lt;br /&gt;
    'address1' =&amp;gt; '666 666 st',&lt;br /&gt;
    'address2' =&amp;gt; '',&lt;br /&gt;
    'city' =&amp;gt; 'My City',&lt;br /&gt;
    'state' =&amp;gt; 'My State',&lt;br /&gt;
    'country' =&amp;gt; 'USA',&lt;br /&gt;
    'zip_code' =&amp;gt; '12345',&lt;br /&gt;
    'tax_id_or_ssn' =&amp;gt; '54-1233245',&lt;br /&gt;
    'ref' =&amp;gt; 'asdasd',&lt;br /&gt;
    'minimum_payout' =&amp;gt; 50,&lt;br /&gt;
    'join_ip' =&amp;gt; '192.168.1.1',&lt;br /&gt;
    'payvia' =&amp;gt; '1', // Check payvia type&lt;br /&gt;
    // notice the structure is an array of sub-arrays that have field/value pairs&lt;br /&gt;
    'payvia_info' =&amp;gt; Array(&lt;br /&gt;
        Array(&lt;br /&gt;
            'field' =&amp;gt; 'Pay To',&lt;br /&gt;
            'value' =&amp;gt; 'Affiliate PayTo Name',&lt;br /&gt;
        ),&lt;br /&gt;
        Array(&lt;br /&gt;
            'field' =&amp;gt; 'Address',&lt;br /&gt;
            'value' =&amp;gt; 'Affiliate Address',&lt;br /&gt;
        ),&lt;br /&gt;
    ),&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$url = 'http://domain/api/affiliate/addaffiliate';&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POST, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Affiliate&amp;diff=4100</id>
		<title>Offerit REST API Add Affiliate</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Affiliate&amp;diff=4100"/>
				<updated>2022-09-13T18:51:46Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /affiliate/addaffiliate''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*To add an affiliate through the [[Offerit]] API, you can make a call to this api endpoint. &lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/addaffiliate&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''Paremeters must be sent with the request body. The examples below show the parameters sent as x-www-form-urlencoded'''&lt;br /&gt;
&lt;br /&gt;
*username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*password&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*payvia&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*payvia_info&lt;br /&gt;
**'''''type: array'''''&lt;br /&gt;
**'''''an array containing field/value pair arrays of payvia information to set for the affiliate'''''&lt;br /&gt;
**'''''Must send &amp;quot;payvia&amp;quot; parameter to indicate which payvia type payvia_info is for.'''''&lt;br /&gt;
*email&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*firstname&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*lastname&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*company&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*tel&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*icq&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*aim&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*msn&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*skype&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*address1&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*address2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*city&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*state&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*country&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*zip_code&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*tax_id_or_ssn&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*ref&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*minimum_payout&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*join_ip&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*custom1&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*status&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''Possible values: 0,1,2,3,4,5'''&lt;br /&gt;
**'''''Value meanings: 0 - Active, 1 - Disabled, 2 - Banned, 3 - Wait on Verify, 4 - Pending, 5 - Denied'''&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
http://domain/api/affiliate/add_affiliate&lt;br /&gt;
username = hello&lt;br /&gt;
password = apitest&lt;br /&gt;
firstname = hello&lt;br /&gt;
lastname = test&lt;br /&gt;
email = hello@offerit.com&lt;br /&gt;
company = Offerit&lt;br /&gt;
url = offerit.com&lt;br /&gt;
tel = 666-666-6666&lt;br /&gt;
icq = 666666666&lt;br /&gt;
aim = sixsixsix&lt;br /&gt;
msn = sixsixtysix&lt;br /&gt;
address1 = 666 666 st&lt;br /&gt;
address2 = &lt;br /&gt;
city = My City&lt;br /&gt;
state = My State&lt;br /&gt;
country = USA&lt;br /&gt;
zip_code = 12345&lt;br /&gt;
tax_id_or_ssn = 54-1233245&lt;br /&gt;
ref = asdasd&lt;br /&gt;
minimum_payout = 50&lt;br /&gt;
join_ip = 192.168.1.1&lt;br /&gt;
payvia=1&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
    {&lt;br /&gt;
        &amp;quot;result&amp;quot;: true,&lt;br /&gt;
        &amp;quot;loginid&amp;quot;: &amp;quot;10&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = array(&lt;br /&gt;
    'username' =&amp;gt; 'hello',&lt;br /&gt;
    'password' =&amp;gt; 'apitest',&lt;br /&gt;
    'firstname' =&amp;gt; 'hello',&lt;br /&gt;
    'lastname' =&amp;gt; 'test',&lt;br /&gt;
    'email' =&amp;gt; 'hello@offerit.com',&lt;br /&gt;
    'company' =&amp;gt; 'Offerit',&lt;br /&gt;
    'url' =&amp;gt; 'offerit.com',&lt;br /&gt;
    'tel' =&amp;gt; '666-666-6666',&lt;br /&gt;
    'icq' =&amp;gt; '666666666',&lt;br /&gt;
    'aim' =&amp;gt; 'sixsixsix',&lt;br /&gt;
    'msn' =&amp;gt; 'sixsixtysix',&lt;br /&gt;
    'address1' =&amp;gt; '666 666 st',&lt;br /&gt;
    'address2' =&amp;gt; '',&lt;br /&gt;
    'city' =&amp;gt; 'My City',&lt;br /&gt;
    'state' =&amp;gt; 'My State',&lt;br /&gt;
    'country' =&amp;gt; 'USA',&lt;br /&gt;
    'zip_code' =&amp;gt; '12345',&lt;br /&gt;
    'tax_id_or_ssn' =&amp;gt; '54-1233245',&lt;br /&gt;
    'ref' =&amp;gt; 'asdasd',&lt;br /&gt;
    'minimum_payout' =&amp;gt; 50,&lt;br /&gt;
    'join_ip' =&amp;gt; '192.168.1.1',&lt;br /&gt;
    'payvia' =&amp;gt; '1', // Check payvia type&lt;br /&gt;
    // notice the structure is an array of sub-arrays that have field/value pairs&lt;br /&gt;
    'payvia_info' =&amp;gt; Array(&lt;br /&gt;
        Array(&lt;br /&gt;
            'field' =&amp;gt; 'Pay To',&lt;br /&gt;
            'value' =&amp;gt; 'Affiliate PayTo Name',&lt;br /&gt;
        ),&lt;br /&gt;
        Array(&lt;br /&gt;
            'field' =&amp;gt; 'Address',&lt;br /&gt;
            'value' =&amp;gt; 'Affiliate Address',&lt;br /&gt;
        ),&lt;br /&gt;
    ),&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$url = 'http://domain/api/affiliate/addaffiliate';&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POST, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Remove_Global_Post_Ip&amp;diff=4099</id>
		<title>Offerit REST API Remove Global Post Ip</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Remove_Global_Post_Ip&amp;diff=4099"/>
				<updated>2022-08-26T19:48:19Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* POST /config/remove_global_post_ip */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /config/remove_global_post_ip''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*The api/config/remove_global_post_ip action removes a provided ip from the Config -&amp;gt; Security, Global Postback Allowed IPs&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;https://domain/api/config/remove_global_post_ip&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
'''Parameters must be sent with the request body. The examples below show the parameters sent as x-www-form-urlencoded'''&lt;br /&gt;
&lt;br /&gt;
*ip&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''required'''&lt;br /&gt;
**ipv4 or ipv6 format&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://domain/api/config/remove_global_post_ip&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;result&amp;quot;: &amp;quot;success&amp;quot;,&lt;br /&gt;
    &amp;quot;data&amp;quot;: &amp;quot;Ip removed /  not in list / list not set&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;result&amp;quot;: &amp;quot;error&amp;quot;,&lt;br /&gt;
    &amp;quot;data&amp;quot;: &amp;quot;Invalid ip&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = array(&lt;br /&gt;
    'ip' =&amp;gt; '73.279.112.30',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$url = 'https://domain/api/config/remove_global_post_ip';&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: offerit_admin'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, &amp;quot;POST&amp;quot;);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json&lt;br /&gt;
var_dump(json_decode($resp, true));&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Creative_Rule&amp;diff=4098</id>
		<title>Offerit REST API Add Creative Rule</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Creative_Rule&amp;diff=4098"/>
				<updated>2022-08-26T17:00:47Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* POST /creative/add_creative_rule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /creative/add_creative_rule''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*add_creative_rule adds a new creative rule&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/creative/add_creative_rule&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*creativeids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**either creativeids for which you are adding rules.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*rule_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**SHOW, HIDE, or IGNORE&lt;br /&gt;
&lt;br /&gt;
*offerids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**offer ids that this rule applies to.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*landing_pageids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**landing page ids that this rule applies to.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*loginids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**affiliate login ids that this rule applies to.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*start_time&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''&lt;br /&gt;
**we will run stringtotime on this. Default Now&lt;br /&gt;
*end_time&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''&lt;br /&gt;
**we will run stringtotime on this. Default Never&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://domain/api/creative/add_creative_rule?creativeids=1&amp;amp;offerids=1&amp;amp;rule_type=HIDE&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;successes&amp;quot;: &lt;br /&gt;
   {&amp;quot;13&amp;quot;:    &lt;br /&gt;
   	{&lt;br /&gt;
      &amp;quot;creativeid&amp;quot;: &amp;quot;13&amp;quot;,&lt;br /&gt;
      &amp;quot;ruleid&amp;quot;: &amp;quot;57c9b48dee963&amp;quot;&lt;br /&gt;
   	}&lt;br /&gt;
   },&lt;br /&gt;
   &amp;quot;failures&amp;quot;: [],&lt;br /&gt;
   &amp;quot;total_successes&amp;quot;: 1&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/creative/add_creative_rule'&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
curl_setopt($curl, CURLOPT_POST, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'creativeids' =&amp;gt; 1,&lt;br /&gt;
	'start_time' =&amp;gt; 'January 1, 2016',&lt;br /&gt;
	'offerids' =&amp;gt; '1,2,3',&lt;br /&gt;
	'rule_type' =&amp;gt; 'SHOW',&lt;br /&gt;
);                                                   &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Edit_Creative_Rules&amp;diff=4097</id>
		<title>Offerit REST API Edit Creative Rules</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Edit_Creative_Rules&amp;diff=4097"/>
				<updated>2022-08-26T16:37:23Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* PATCH /creative/_creative_rule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''PATCH /creative/edit_creative_rule''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*edit_creative_rule expires an existing creative rule and creates a new one.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/creative/edit_creative_rule&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*PATCH&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*creativeids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**either creativeids for which you are editing rules.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*ruleid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**the ruleid that you are editing.&lt;br /&gt;
*rule_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**SHOW, HIDE, or IGNORE&lt;br /&gt;
&lt;br /&gt;
*offerids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**offer ids that this rule applies to.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*landing_pageids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**landing page ids that this rule applies to.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*loginids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**affiliate login ids that this rule applies to.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*start_time&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''&lt;br /&gt;
**we will run stringtotime on this. Default Now&lt;br /&gt;
*end_time&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''&lt;br /&gt;
**we will run stringtotime on this. Default Never&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''PATCH'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://domain/api/creative/edit_creative_rule?creativeids=1&amp;amp;ruleid=57c737f693a89&amp;amp;offerids=1&amp;amp;rule_type=HIDE&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;successes&amp;quot;: &lt;br /&gt;
   {&amp;quot;13&amp;quot;:    &lt;br /&gt;
   	{&lt;br /&gt;
      &amp;quot;creativeid&amp;quot;: &amp;quot;13&amp;quot;,&lt;br /&gt;
      &amp;quot;original_ruleid&amp;quot;: &amp;quot;57c737f693a89&amp;quot;,&lt;br /&gt;
      &amp;quot;new_ruleid&amp;quot;: &amp;quot;57c9b48dee963&amp;quot;&lt;br /&gt;
   	}&lt;br /&gt;
   },&lt;br /&gt;
   &amp;quot;failures&amp;quot;: [],&lt;br /&gt;
   &amp;quot;total_successes&amp;quot;: 1&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/creative/edit_creative_rule'&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, &amp;quot;PATCH&amp;quot;);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'creativeids' =&amp;gt; 1,&lt;br /&gt;
	'ruleid' =&amp;gt; '57c737f693a89',&lt;br /&gt;
	'start_time' =&amp;gt; 'January 1, 2016',&lt;br /&gt;
	'offerids' =&amp;gt; '1,2,3',&lt;br /&gt;
	'rule_type' =&amp;gt; 'SHOW',&lt;br /&gt;
);                                                   &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Delete_Creative_Rules&amp;diff=4096</id>
		<title>Offerit REST API Delete Creative Rules</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Delete_Creative_Rules&amp;diff=4096"/>
				<updated>2022-08-26T16:37:06Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* POST /creative/delete_creative_rule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /creative/delete_creative_rule''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*delete_creative_rule deletes creative rules&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/creative/delete_creative_rule&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*creativeids&lt;br /&gt;
**'''''type: integer,string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**creativeids for which you are deleting rules.  accepts int, comma separated list of ints, array of ints.&lt;br /&gt;
*ruleids&lt;br /&gt;
**'''''type: string,array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**ruleids to delete.  accepts string, comma separated list of strings, array of strings.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://domain/api/creative/delete_creative_rule?creativeids=1&amp;amp;ruleids=57c738de72d59&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;successes&amp;quot;: [   &lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;creativeid&amp;quot;: &amp;quot;13&amp;quot;,&lt;br /&gt;
      &amp;quot;ruleid&amp;quot;: &amp;quot;57c738de72d59&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
   ],&lt;br /&gt;
   &amp;quot;failures&amp;quot;: [],&lt;br /&gt;
   &amp;quot;total_successes&amp;quot;: 1&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/creative/delete_creative_rule'&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
curl_setopt($curl, CURLOPT_POST, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
  'creativeids' =&amp;gt; 1,&lt;br /&gt;
  'ruleids' =&amp;gt; '57c738de72d59'&lt;br /&gt;
);                                                   &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Affiliate&amp;diff=4095</id>
		<title>Offerit REST API Add Affiliate</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Affiliate&amp;diff=4095"/>
				<updated>2022-08-18T17:27:16Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /affiliate/addaffiliate''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*To add an affiliate through the [[Offerit]] API, you can make a call to this api endpoint. &lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/addaffiliate&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''Paremeters must be sent with the request body. The examples below show the parameters sent as x-www-form-urlencoded'''&lt;br /&gt;
&lt;br /&gt;
*username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*password&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*payvia&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*payvia_info&lt;br /&gt;
**'''''type: array'''''&lt;br /&gt;
**'''''an array containing field/value pair arrays of payvia information to set for the affiliate'''''&lt;br /&gt;
**'''''Must send &amp;quot;payvia&amp;quot; parameter to indicate which payvia type payvia_info is for.'''''&lt;br /&gt;
*email&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
*firstname&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*lastname&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*company&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*tel&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*icq&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*aim&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*msn&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*skype&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*address1&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*address2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*city&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*state&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*country&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*zip_code&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*tax_id_or_ssn&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*ref&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*minimum_payout&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*join_ip&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*custom1&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
*custom5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''max 255 characters'''&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
*status&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''Possible values: 0,1,2,3,4,5'''&lt;br /&gt;
**'''''Value meanings: 0 - Active, 1 - Disabled, 2 - Banned, 3 - Wait on Verify, 4 - Pending, 5 - Denied'''&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
http://domain/api/affiliate/add_affiliate&lt;br /&gt;
username = hello&lt;br /&gt;
password = apitest&lt;br /&gt;
firstname = hello&lt;br /&gt;
lastname = test&lt;br /&gt;
email = hello@offerit.com&lt;br /&gt;
company = Offerit&lt;br /&gt;
url = offerit.com&lt;br /&gt;
tel = 666-666-6666&lt;br /&gt;
icq = 666666666&lt;br /&gt;
aim = sixsixsix&lt;br /&gt;
msn = sixsixtysix&lt;br /&gt;
address1 = 666 666 st&lt;br /&gt;
address2 = &lt;br /&gt;
city = My City&lt;br /&gt;
state = My State&lt;br /&gt;
country = USA&lt;br /&gt;
zip_code = 12345&lt;br /&gt;
tax_id_or_ssn = 54-1233245&lt;br /&gt;
ref = asdasd&lt;br /&gt;
minimum_payout = 50&lt;br /&gt;
join_ip = 192.168.1.1&lt;br /&gt;
payvia=1&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
    {&lt;br /&gt;
        &amp;quot;result&amp;quot;: true,&lt;br /&gt;
        &amp;quot;loginid&amp;quot;: &amp;quot;10&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = array(&lt;br /&gt;
    'username' =&amp;gt; 'hello',&lt;br /&gt;
    'password' =&amp;gt; 'apitest',&lt;br /&gt;
    'firstname' =&amp;gt; 'hello',&lt;br /&gt;
    'lastname' =&amp;gt; 'test',&lt;br /&gt;
    'email' =&amp;gt; 'hello@offerit.com',&lt;br /&gt;
    'company' =&amp;gt; 'Offerit',&lt;br /&gt;
    'url' =&amp;gt; 'offerit.com',&lt;br /&gt;
    'tel' =&amp;gt; '666-666-6666',&lt;br /&gt;
    'icq' =&amp;gt; '666666666',&lt;br /&gt;
    'aim' =&amp;gt; 'sixsixsix',&lt;br /&gt;
    'msn' =&amp;gt; 'sixsixtysix',&lt;br /&gt;
    'address1' =&amp;gt; '666 666 st',&lt;br /&gt;
    'address2' =&amp;gt; '',&lt;br /&gt;
    'city' =&amp;gt; 'My City',&lt;br /&gt;
    'state' =&amp;gt; 'My State',&lt;br /&gt;
    'country' =&amp;gt; 'USA',&lt;br /&gt;
    'zip_code' =&amp;gt; '12345',&lt;br /&gt;
    'tax_id_or_ssn' =&amp;gt; '54-1233245',&lt;br /&gt;
    'ref' =&amp;gt; 'asdasd',&lt;br /&gt;
    'minimum_payout' =&amp;gt; 50,&lt;br /&gt;
    'join_ip' =&amp;gt; '192.168.1.1',&lt;br /&gt;
    'payvia' =&amp;gt; '1', // Check payvia type&lt;br /&gt;
    // notice the structure is an array of sub-arrays that have field/value pairs&lt;br /&gt;
    'payvia_info' =&amp;gt; Array(&lt;br /&gt;
        Array(&lt;br /&gt;
            'field' =&amp;gt; 'Pay To',&lt;br /&gt;
            'value' =&amp;gt; 'Affiliate PayTo Name',&lt;br /&gt;
        ),&lt;br /&gt;
        Array(&lt;br /&gt;
            'field' =&amp;gt; 'Address',&lt;br /&gt;
            'value' =&amp;gt; 'Affiliate Address',&lt;br /&gt;
        ),&lt;br /&gt;
    ),&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$url = 'http://domain/api/affiliate/addaffiliate';&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POST, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=4072</id>
		<title>Offerit Currency Exchange Rates</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=4072"/>
				<updated>2021-08-25T16:14:41Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Automatic Updates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual|show_setup_section=true}}&lt;br /&gt;
&lt;br /&gt;
Ideally, the amounts reported back to Offerit should be a converted amount to your base currency.  However, offerit can be used for converting amounts instead.  When sending a postback to offerit for a different currency, we will use the exchange rate configured in your Offerit install at the time we receive the postback/pixel call for a transaction.  With these details in mind, here are a few potential issues that can occur when using Offerit for converting currencies:&lt;br /&gt;
* The exchange rate used by the processor for the transaction does not match up with the exchange rate configured in offerit when the postback/pixel is received&lt;br /&gt;
* The exchange rate our source is reporting does not match the rate you want or expect&lt;br /&gt;
* The source api fails to return the latest rates&lt;br /&gt;
&lt;br /&gt;
= Automatic Updates =&lt;br /&gt;
By default Offerit updates conversion rates once a day from https://exchangerate.host.  We have options to decrease this frequency to weekly if you choose.  If you would like to update more frequently than this, you can turn OFF the automatic update configuration and use our [[Offerit_REST_API_Set_Currency_Exchange_Rates|Set Currency Exchange Rates API]] to send exchange rate updates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Automatic Update Configurations ==&lt;br /&gt;
* Automatic Exchange Rate Updates - Turn automatic updates for currency exchange rates on or off.&lt;br /&gt;
* Automatic Update Currency List - You can use a comma separated list if you only want to opt-in to automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Exclude Currency List - You can use a comma separated list if you want to opt-out of automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Schedule - Daily is our default, but you can choose weekly updates on a specific day of the week as well.&lt;br /&gt;
* Exchange Rate Source - The source API you would like to receive automatic updates from.&lt;br /&gt;
* Open Exchange Rates App ID - If you choose &amp;quot;Open Exchange Rates&amp;quot; as your Exchange Rate Soruce, you can use this to set a personal &amp;quot;App ID&amp;quot; for making the API calls to their system.&lt;br /&gt;
* Exchange Rates API Access Key - If you choose &amp;quot;Exchange Rates API&amp;quot; as your Exchange Rate Source, you can use this to set a personal Access Key for making calls to their system&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Edit_Affiliate&amp;diff=4071</id>
		<title>Offerit REST API Edit Affiliate</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Edit_Affiliate&amp;diff=4071"/>
				<updated>2021-03-25T16:07:48Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''PATCH /affiliate/edit_affiliate    ''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*edit_affiliate edits an existing affiliate account&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/edit_affiliate&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*PATCH&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''Parameters must be sent with the request body. The examples below show the parameters sent as x-www-form-urlencoded'''&lt;br /&gt;
*loginid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''''&lt;br /&gt;
**Id of affiliate to edit&lt;br /&gt;
*password&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Affiliate Password&lt;br /&gt;
*payvia&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Payvia type id of the payvia type to use with this affiliate&lt;br /&gt;
*email&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''unique'''''&lt;br /&gt;
**Email address for this affiliate&lt;br /&gt;
*status&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**ID of the account status for this affiliate (0 - Active, 1 - Disabled, 2 - Banned, 3 - Wait on Verify, 4 - Pending, 5 - Denied)&lt;br /&gt;
*firstname&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*lastname&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*company&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*tel&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*icq&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*aim&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*msn&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*address1&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*address2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*city&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*state&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*country&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*zip_code&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*tax_id_or_ssn&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*ref&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Tracking code to identifier who referred this affiliate.&lt;br /&gt;
*minimum_payout&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Threshold for generating affiliate payouts. Affiliate will not be paid until they earn at least this much.&lt;br /&gt;
*join_ip&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
*custom1&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**An additional custom value to store with this affiliate. (255 max)&lt;br /&gt;
*custom2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**An additional custom value to store with this affiliate. (255 max)&lt;br /&gt;
*custom3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**An additional custom value to store with this affiliate. (255 max)&lt;br /&gt;
*custom4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**An additional custom value to store with this affiliate. (255 max)&lt;br /&gt;
*custom5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**An additional custom value to store with this affiliate. (255 max)&lt;br /&gt;
*affiliate_manager_loginid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**loginid of the Affiliate Manager to assign to the affiliate being edited. If a manager is already set for the affiliate, this new manager will be set in addition to the existing one, not replace it.&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''PATCH'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
http://domain/api/affiliate/edit_affiliate&lt;br /&gt;
loginid = 4002&lt;br /&gt;
password = apitest&lt;br /&gt;
firstname = hello&lt;br /&gt;
lastname = test&lt;br /&gt;
email = hello@offerit.com&lt;br /&gt;
company = Offerit&lt;br /&gt;
url = offerit.com&lt;br /&gt;
tel = 666-666-6666&lt;br /&gt;
icq = 666666666&lt;br /&gt;
aim = sixsixsix&lt;br /&gt;
msn = sixsixtysix&lt;br /&gt;
address1 = 666 666 st&lt;br /&gt;
address2 = &lt;br /&gt;
city = My City&lt;br /&gt;
state = My State&lt;br /&gt;
country = USA&lt;br /&gt;
zip_code = 12345&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&lt;br /&gt;
    {&lt;br /&gt;
        &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$url = 'http://domain/api/affiliate/edit_affiliate';&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data = array(&lt;br /&gt;
    'loginid' =&amp;gt; 4002,&lt;br /&gt;
    'password' =&amp;gt; 'apitest',&lt;br /&gt;
    'firstname' =&amp;gt; 'hello',&lt;br /&gt;
    'lastname' =&amp;gt; 'test',&lt;br /&gt;
    'email' =&amp;gt; 'hello3@offerit.com',&lt;br /&gt;
    'company' =&amp;gt; 'Offerit',&lt;br /&gt;
    'url' =&amp;gt; 'offerit.com',&lt;br /&gt;
    'tel' =&amp;gt; '666-666-6666',&lt;br /&gt;
    'icq' =&amp;gt; '666666666',&lt;br /&gt;
    'aim' =&amp;gt; 'sixsixsix',&lt;br /&gt;
    'msn' =&amp;gt; 'sixsixtysix',&lt;br /&gt;
    'address1' =&amp;gt; '666 666 st',&lt;br /&gt;
    'address2' =&amp;gt; '',&lt;br /&gt;
    'city' =&amp;gt; 'My City',&lt;br /&gt;
    'state' =&amp;gt; 'My State',&lt;br /&gt;
    'country' =&amp;gt; 'USA',&lt;br /&gt;
    'zip_code' =&amp;gt; '12345',&lt;br /&gt;
    'join_ip' =&amp;gt; '192.168.1.1',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, &amp;quot;PATCH&amp;quot;);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));    &lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Offer&amp;diff=4062</id>
		<title>Offerit REST API Add Offer</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Offer&amp;diff=4062"/>
				<updated>2020-09-08T19:19:12Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Offer Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /offer/add_offer''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*add_offer adds a new offer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/add_offer&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
=== '''Offer Parameters''' ===&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**Offer Name&lt;br /&gt;
*offer_description&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Description to display to affiliates&lt;br /&gt;
*hidden&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**0 or 1.  If set to 1, offer does not show up in the affiliate offer list.&lt;br /&gt;
*date_live&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Time when offer should become available to affiliates.  String to time on the string provided. Default is empty.&lt;br /&gt;
*date_expire&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Time when offer should stop being available to affiliates.  String to time on the string provided. Default is empty.&lt;br /&gt;
*featured&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Flags this as a featured offer. Default FALSE.&lt;br /&gt;
*expire_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**External URL to redirect traffic to if the offer is expired.&lt;br /&gt;
*expire_landing_pageid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**ID of landing page to redirect traffic to if the offer is expired.&lt;br /&gt;
*no_personal_member_info&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Prevent name and address information from being stored in the customer record&lt;br /&gt;
*subject_lines&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of recommended subject lines for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled&lt;br /&gt;
*from_addresses&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of recommended from addresses for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled&lt;br /&gt;
*ip_lookup&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Set cookieless tracking to match on only IP instead of IP+Browser Details. Default FALSE.&lt;br /&gt;
*ip_uniqueness_seconds&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Set the number of seconds before a repeat visit by the same visitor will trigger the 'unique' offer redirect contition. This does not affect them showing as unique in stats.  Default is unset on the offer level and inheriting from the &amp;quot;Unique Visitor Time&amp;quot; configuration setting.  &lt;br /&gt;
*offer_groups&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing offer group id, comma separated list of group ids, or array of group ids to associate with this offer.&lt;br /&gt;
*marketing_types&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing  marketing type id, comma separated list of marketing type ids, or array of marketing type ids to associate with this offer.&lt;br /&gt;
*categories&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing category id or category name, comma separated list of ids/names, or array of ids/names to associate with this offer. Creates new categories if a category name is passed that does not exist.&lt;br /&gt;
*authorized&lt;br /&gt;
**'''''type: string,array'''''&lt;br /&gt;
**Accepts a comma separated list or array of 2 letter country codes where traffic is authorized to use this offer. Defaults to the 'Default Authorized Countries' configuration setting.&lt;br /&gt;
*unauthorized&lt;br /&gt;
**'''''type: string,array'''''&lt;br /&gt;
**Accepts a comma separated list or array of 2 letter country codes where traffic is not authorized to use this offer. Defaults to the 'Default Unauthorized Countries' configuration setting.&lt;br /&gt;
If no authorized or unauthorized countries are set even after checking the network configurations, the offer is authorized for all countries by default.&lt;br /&gt;
*remove_ocode&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Remove ocode when sending surfer to landing page. Default FALSE to pass along.&lt;br /&gt;
&lt;br /&gt;
==='''Advertiser Parameters'''===&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Loginid of advertiser account associated with this offer. Default none.&lt;br /&gt;
*advertiser_cost_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options:'''''&lt;br /&gt;
***conversion:flat amount per conversion&lt;br /&gt;
***dynamic_conversion:uses the revenue passed with the conversion&lt;br /&gt;
***sale:calculate a percentage of the gross sale amount reported by the advertiser&lt;br /&gt;
***click:a flat amount per click&lt;br /&gt;
***unique:a flat amount per unique click&lt;br /&gt;
**If there is an advertiser associated with this offer, how is offer revenue calculated. Default none.&lt;br /&gt;
*advertiser_cost_flat&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Flat cost to advertisers. used with 'conversion','click','unique'&lt;br /&gt;
*advertiser_cost_perc&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Percentage cost to advertiser used with 'sale'&lt;br /&gt;
&lt;br /&gt;
==='''Fraud Prevention Parameters'''===&lt;br /&gt;
*ip_conversion_limit_flag&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0: Inherit from Network Configuration&lt;br /&gt;
***1: No Limit on this offer&lt;br /&gt;
***2: Specify Limimt on this offer&lt;br /&gt;
**Comma separated list of recommended from addresses for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled. Default 0.&lt;br /&gt;
*ip_conversion_limit&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Number of conversions allowed per IP to this offer in any 24 hour time period. Only checked if ip_conversion_limit_flag=2. Default 0.&lt;br /&gt;
*ip_conversion_group&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0: This offer only&lt;br /&gt;
***x: Group id of any offer group.&lt;br /&gt;
**Controls the scope of ip_conversion_limit.  Default is 0, this offer only.  Specifying a group id will count all conversion for offers in that group&lt;br /&gt;
*prevent_cookie_dupes&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
**Checks a cookie to block surfers that have already converted on this offer during the cookie lifetime. Default FALSE.&lt;br /&gt;
*pending_approval_lockout&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Minimum number of seconds that must pass between a click and a conversion for that conversion to be automatically approved.  While this setting is in effect, all conversions on this offer are treated as pending. If the lockout period has been reached, the system will record both a pending conversion and an approved conversion automatically. Default 0 to disable.&lt;br /&gt;
&lt;br /&gt;
==='''Revenue Parameters'''===&lt;br /&gt;
*conversion_default&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Amount used if none is specified in the conversion. Default none.&lt;br /&gt;
*conversion_default_type&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***1:Revenue&lt;br /&gt;
***2:Gross&lt;br /&gt;
** Specify if the amount specified in conversion_default is revenue or gross. Default 1 for revenue&lt;br /&gt;
*continuity_default&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Amount used if none is specified in the continuity. Default none.&lt;br /&gt;
*continuity_default_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***1:Revenue&lt;br /&gt;
***2:Gross&lt;br /&gt;
** Specify if the amount specified in continuity_default is revenue or gross. Default 1 for revenue&lt;br /&gt;
&lt;br /&gt;
==='''Commission Parameters'''===&lt;br /&gt;
*percentage_commission_source&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0:Revenue&lt;br /&gt;
***1:Gross&lt;br /&gt;
** Specify whether revenue or gross should be used as the base when affiliate are paid a percentage. Default 0 for revenue&lt;br /&gt;
*hide_payout_string &lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**Hide the automatically generated commission description and use the description in 'commission_description' instead.&lt;br /&gt;
*commission_description&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**Custom description displayed to affiliates to explain how commissions are calculated for this offer.&lt;br /&gt;
*commission_type&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***cpa:Flat per CPA.  Works with flat_amount_per_conversion and flat_amount_per_continuity&lt;br /&gt;
***cps:Percentage of Sale. Works with percentage_of_customer_conversion and percentage_of_customer_continuity&lt;br /&gt;
***click:Flat per Click. Works with flat_amount_per_click and flat_amount_per_visitor&lt;br /&gt;
***hybrid:Hybrid. Works with all fields.&lt;br /&gt;
**Specify what type of commission this offer will pay.&lt;br /&gt;
*flat_amount_per_click&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every raw click. Works with click or hybrid&lt;br /&gt;
*flat_amount_per_visitor&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every unique click. Works with click or hybrid&lt;br /&gt;
*flat_amount_per_conversion&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every conversion. Works with cpa or hybrid&lt;br /&gt;
*flat_amount_per_continuity&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every continuity. Works with cpa or hybrid&lt;br /&gt;
*percentage_of_customer_conversion&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Percentage of conversion revenue to pay as commission. Works with cps or hybrid&lt;br /&gt;
*percentage_of_customer_continuity&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Percentage of continuity revenue to pay as commission. Works with cps or hybrid&lt;br /&gt;
*retro_payout&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*All transactions for a customer will use the commission settings in place at the time of the first transaction.&lt;br /&gt;
*hide_deductions&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show voids / chargebacks in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*hide_continuities&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show continuities  in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*hide_conversions&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show conversions  in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*deduct_voids&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**When enabled, voids will reverse the commission paid to the affiliate on the original transaction that is being voided&lt;br /&gt;
*deduct_chargebacks&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**When enabled, chargebacks will reverse the commission paid to the affiliate on the original transaction that is being charged back&lt;br /&gt;
*min_deduct_date&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**Date for stringtotime.  Transactions before this date will never have their commissions removed by a void or chargeback.&lt;br /&gt;
*deduct_window&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**If a void or chargeback is reported more than this many days after the original transaction, the affiliate will not have their commission removed even if deduct_voids or deduct_chargebacks is enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Landing Page Parameters''' ===&lt;br /&gt;
*url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**Landing Page url&lt;br /&gt;
*preview_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Clean url to display to affiliates&lt;br /&gt;
*tracking_domain&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**One of your already defined tracking domains&lt;br /&gt;
*thumb_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Url of offer thumbnail image.&lt;br /&gt;
*force_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Url to screenshot for thumbnail.&lt;br /&gt;
*language&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**id of one of your defined languages from the offers admin.&lt;br /&gt;
*conversion_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: iframe,post,image'''''&lt;br /&gt;
**Type of conversion to use for this offer&lt;br /&gt;
*postback_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post conversions to this offer. Default is no restriction&lt;br /&gt;
*hostnpost_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post hostandpost conversions to this offer. Default is no restriction&lt;br /&gt;
*void_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post voids to this offer. Default is deny all.&lt;br /&gt;
*private&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**TRUE means the default landing page for the new offer will be private.  Default is FALSE.&lt;br /&gt;
*requestable&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**TRUE means the default landing page for the new offer will be requestable if it is also private.  Default is FALSE.&lt;br /&gt;
*internal_desc&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Landing page description for the new offer that is only in the admin interface. Default is empty.&lt;br /&gt;
*redirect_hash&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Matching field for identifying what landing page to use when geo redirecting within an offer group. Default is empty.&lt;br /&gt;
*disable_url_sanitization&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Uses landing page url exactly as provided without encoding any invalid url characters. Default is false, encoding invalid url characters in the landing page.&lt;br /&gt;
*disable_deep_linking&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Discards any extra path and variables specified by the affilaite on the tracking link. Default is false, allowing the affiliate to affect the landing page url.&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
http://domain/api/offer/add_offer&lt;br /&gt;
name=API TEST OFFER&lt;br /&gt;
url=http://example.com/?id=%%click_hash%%&lt;br /&gt;
preview_url=http://example.com/&lt;br /&gt;
authorized=DE,ES&lt;br /&gt;
advertiserid=1&lt;br /&gt;
advertiser_cost_type=conversion&lt;br /&gt;
advertiser_cost_flat=20&lt;br /&gt;
commission_type=201&lt;br /&gt;
flat_amount_per_conversion=15&lt;br /&gt;
flat_amount_per_continuity=5&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
    &amp;quot;message&amp;quot;:{&lt;br /&gt;
      &amp;quot;landing_pageid&amp;quot;:&amp;quot;432&amp;quot;,&lt;br /&gt;
      &amp;quot;offerid&amp;quot;:&amp;quot;400&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/offer/add_offer';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
 $data = Array(&lt;br /&gt;
    'name' =&amp;gt; 'API TEST Offer',&lt;br /&gt;
    'url' =&amp;gt; 'http://example.com/?id=%%click_hash%%',&lt;br /&gt;
    'preview_url' =&amp;gt; 'http://example.com/',&lt;br /&gt;
    'authorized' =&amp;gt; 'DE,ES',&lt;br /&gt;
    'advertiserid' =&amp;gt; 1,&lt;br /&gt;
    'advertiser_cost_type' =&amp;gt; 'conversion',&lt;br /&gt;
    'advertiser_cost_flat'=&amp;gt; 20,&lt;br /&gt;
    'commission_type' =&amp;gt; 201,&lt;br /&gt;
    'flat_amount_per_conversion' =&amp;gt; 15,&lt;br /&gt;
    'flat_amount_per_continuity' =&amp;gt; 5,&lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, &amp;quot;POST&amp;quot;);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
                                                  &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4061</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4061"/>
				<updated>2020-07-28T17:48:21Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* GET /offer/get_details ***COMING SOON*** */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, name_like, advertiserid, or advertiser_username.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup.  If name and advertiserid are supplied, only name will be used to do the lookup)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Advertiserid to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*advertiser_username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Username of advertiser to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer. &amp;quot;offerid&amp;quot; will always be included in the data for each offer.  If no return columns are specified, all details will be returned.&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4060</id>
		<title>Offerit REST API Get Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4060"/>
				<updated>2020-07-28T17:47:23Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''GET /affiliate/get_links''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*Gets all tracking links for an affiliate.  Optionally lets you limit to a specific offer or landing page.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*loginid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** affiliate to get link for&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional offer to get link for&lt;br /&gt;
*landing_pageid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional landing page to get link for.  Defaults to default lander for the offer.&lt;br /&gt;
*style&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: encoded,ids,shortnames,tiny'''''&lt;br /&gt;
** Optional link style. Defaults to encoded.&lt;br /&gt;
*subaff&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff value. Defaults to none.&lt;br /&gt;
*subaff2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff2 value. Defaults to none.&lt;br /&gt;
*subaff3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff3 value. Defaults to none.&lt;br /&gt;
*subaff4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff4 value. Defaults to none.&lt;br /&gt;
*subaff5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff5 value. Defaults to none.&lt;br /&gt;
*subids&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional comma separated list of subids. Defaults to none.&lt;br /&gt;
*_ocid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional click id value. Defaults to none.&lt;br /&gt;
*code_only&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - returns only the code from the tracking link. Defaults to full url.&lt;br /&gt;
*get_countries&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the authorized and unauthorized countries for each link.&lt;br /&gt;
*get_commission&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the commission string for each link.&lt;br /&gt;
*get_hidden&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return landing pages that are not hidden, 1 only hidden landing pages, 2 all.  If not sent, will behave as if you passed 0 for only landing pages that are not hidden.&lt;br /&gt;
*get_hidden_offers&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return offers that are not hidden, 1 only hidden offers, 2 all offers.  If not sent, will behave as if you passed 2 for all offers.&lt;br /&gt;
*get_advertiser&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the advertiser id and username for each link&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''GET'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links?loginid=2&amp;amp;offerid=1&amp;amp;subaff=test&amp;amp;_ocid={token}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
  &amp;quot;message&amp;quot;:[&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:425,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;lp333&amp;quot;, &lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjQyNS4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:304,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;offerit offer&amp;quot;,&lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjMwNC4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/affiliate/get_links';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
  'loginid' =&amp;gt; 2,&lt;br /&gt;
  'offerid' =&amp;gt; 1,&lt;br /&gt;
  'subaff' =&amp;gt; 'test',&lt;br /&gt;
  '_ocid' =&amp;gt; '{token}'&lt;br /&gt;
);                                                   &lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url .= '?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_GET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
                                                &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Multi_Factor_Authentication&amp;diff=4059</id>
		<title>Multi Factor Authentication</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Multi_Factor_Authentication&amp;diff=4059"/>
				<updated>2020-07-18T21:58:00Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual}}&lt;br /&gt;
[[Category:Offerit Affiliate Information]]&lt;br /&gt;
Multi factor authentication (Two factor authentication)  a feature in [[Offerit]] that gives users the option to protect access to their account with Google Authenticator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
There are two configuration options you can set for Multi Factor Authentication.&lt;br /&gt;
* Drift Window (Configation-&amp;gt;Security-&amp;gt;Two Factor Authentication): accounts for desynchronized clocks, letting tokens that are slightly older or newer than expected work.&lt;br /&gt;
 &amp;lt;br&amp;gt;[[File:MFA_Drift.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Affiliate Login Form MFA (Configation-&amp;gt;Display-&amp;gt;External Page): adds the MFA field to our default affiliate login templates.&lt;br /&gt;
 &amp;lt;br&amp;gt;[[File:MFA_Display.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enabling ==&lt;br /&gt;
&lt;br /&gt;
There is an 'Two Factor Authentication' action in the affiliates admin.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:MFA_Admin.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you can generate a new qr code.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:MFA_Generate.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
== Validating == &lt;br /&gt;
&lt;br /&gt;
Use your app to scan the qr code or generate a new one and type in the token, then click 'Enable Two Factor'.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:MFA_Admin_validate.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Enabled status will change to Active.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Logging In == &lt;br /&gt;
If you added MFA field to the default login process, you will see it in the template all the time.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:MFA_Login.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
If not, you will be prompted to verify your information a second time, or can directly load &lt;br /&gt;
(/external.php?page=access&amp;amp;code=12), &lt;br /&gt;
&lt;br /&gt;
If you use a customized  template or external login form, you will need to add a field with name='twofactor' to pass the token in.&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Multi_Factor_Authentication&amp;diff=4058</id>
		<title>Multi Factor Authentication</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Multi_Factor_Authentication&amp;diff=4058"/>
				<updated>2020-07-18T21:57:47Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual}}&lt;br /&gt;
[[Category:Offerit Affiliate Information]]&lt;br /&gt;
Multi factor authentication (Two factor authentication)  a feature in [[Offerit]] that gives users the option to protect access to their account with Google Authenticator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
There are two configuration options you can set for Multi Factor Authentication.&lt;br /&gt;
* Drift Window (Configation-&amp;gt;Security-&amp;gt;Two Factor Authentication&lt;br /&gt;
): accounts for desynchronized clocks, letting tokens that are slightly older or newer than expected work.&lt;br /&gt;
 &amp;lt;br&amp;gt;[[File:MFA_Drift.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Affiliate Login Form MFA (Configation-&amp;gt;Display-&amp;gt;External Page): adds the MFA field to our default affiliate login templates.&lt;br /&gt;
 &amp;lt;br&amp;gt;[[File:MFA_Display.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enabling ==&lt;br /&gt;
&lt;br /&gt;
There is an 'Two Factor Authentication' action in the affiliates admin.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:MFA_Admin.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then you can generate a new qr code.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:MFA_Generate.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
== Validating == &lt;br /&gt;
&lt;br /&gt;
Use your app to scan the qr code or generate a new one and type in the token, then click 'Enable Two Factor'.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:MFA_Admin_validate.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
Enabled status will change to Active.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Logging In == &lt;br /&gt;
If you added MFA field to the default login process, you will see it in the template all the time.&lt;br /&gt;
&amp;lt;br&amp;gt;[[File:MFA_Login.png|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
If not, you will be prompted to verify your information a second time, or can directly load &lt;br /&gt;
(/external.php?page=access&amp;amp;code=12), &lt;br /&gt;
&lt;br /&gt;
If you use a customized  template or external login form, you will need to add a field with name='twofactor' to pass the token in.&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4054</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4054"/>
				<updated>2020-06-24T17:10:15Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;***COMING SOON***&amp;lt;/font&amp;gt; ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, name_like, advertiserid, or advertiser_username.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup.  If name and advertiserid are supplied, only name will be used to do the lookup)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Advertiserid to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*advertiser_username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Username of advertiser to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer. &amp;quot;offerid&amp;quot; will always be included in the data for each offer.  If no return columns are specified, all details will be returned.&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4044</id>
		<title>Offerit REST API Get Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4044"/>
				<updated>2020-06-22T22:11:19Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''GET /affiliate/get_links''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*Gets all tracking links for an affiliate.  Optionally lets you limit to a specific offer or landing page.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*loginid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** affiliate to get link for&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional offer to get link for&lt;br /&gt;
*landing_pageid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional landing page to get link for.  Defaults to default lander for the offer.&lt;br /&gt;
*style&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: encoded,ids,shortnames,tiny'''''&lt;br /&gt;
** Optional link style. Defaults to encoded.&lt;br /&gt;
*subaff&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff value. Defaults to none.&lt;br /&gt;
*subaff2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff2 value. Defaults to none.&lt;br /&gt;
*subaff3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff3 value. Defaults to none.&lt;br /&gt;
*subaff4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff4 value. Defaults to none.&lt;br /&gt;
*subaff5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff5 value. Defaults to none.&lt;br /&gt;
*subids&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional comma separated list of subids. Defaults to none.&lt;br /&gt;
*_ocid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional click id value. Defaults to none.&lt;br /&gt;
*code_only&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - returns only the code from the tracking link. Defaults to full url.&lt;br /&gt;
*get_countries&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the authorized and unauthorized countries for each link.&lt;br /&gt;
*get_commission&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the commission string for each link.&lt;br /&gt;
*get_hidden&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return landing pages that are not hidden, 1 only hidden landing pages, 2 all.  If not sent, will behave as if you passed 0 for only landing pages that are not hidden.&lt;br /&gt;
*get_hidden_offers&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return offers that are not hidden, 1 only hidden offers, 2 all offers.  If not sent, will behave as if you passed 2 for all offers.&lt;br /&gt;
*get_advertiser &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;*COMING SOON*&amp;lt;/font&amp;gt;&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the advertiser id and username for each link&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''GET'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links?loginid=2&amp;amp;offerid=1&amp;amp;subaff=test&amp;amp;_ocid={token}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
  &amp;quot;message&amp;quot;:[&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:425,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;lp333&amp;quot;, &lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjQyNS4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:304,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;offerit offer&amp;quot;,&lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjMwNC4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/affiliate/get_links';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
  'loginid' =&amp;gt; 2,&lt;br /&gt;
  'offerid' =&amp;gt; 1,&lt;br /&gt;
  'subaff' =&amp;gt; 'test',&lt;br /&gt;
  '_ocid' =&amp;gt; '{token}'&lt;br /&gt;
);                                                   &lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url .= '?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_GET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
                                                &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4043</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4043"/>
				<updated>2020-06-22T21:31:21Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;***COMING SOON***&amp;lt;/font&amp;gt; ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, name_like, advertiserid, or advertiser_username.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup.  If name and advertiserid are supplied, only name will be used to do the lookup)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Advertiserid to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*advertiser_username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Username of advertiser to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer.  If not specified, all details will be returned&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4042</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4042"/>
				<updated>2020-06-22T21:30:03Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;***COMING SOON***&amp;lt;/font&amp;gt; ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, name_like, advertiserid, or advertiser_username.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup.  If name and advertiserid are supplied)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Advertiserid to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*advertiser_username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Username of advertiser to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer.  If not specified, all details will be returned&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4041</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4041"/>
				<updated>2020-06-22T21:03:42Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;***COMING SOON***&amp;lt;/font&amp;gt; ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, name_like, advertiserid, or advertiser_username.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Advertiserid to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*advertiser_username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Username of advertiser to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer.  If not specified, all details will be returned&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4040</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4040"/>
				<updated>2020-06-22T21:03:32Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;***COMING SOON***&amp;lt;/font&amp;gt; ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, name_like, advertiserid, or advertiser_username.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Advertiserid to get offers and details for&lt;br /&gt;
&lt;br /&gt;
*advertiser_username&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Username of advertiser to get offers and details for&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer.  If not specified, all details will be returned&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4039</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4039"/>
				<updated>2020-06-22T18:09:52Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Currency Exchange Rates|Currency Exchange Rates]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Currency Exchange Rates|PATCH /service/set_currency_exchange_rates]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Offer Get Details|GET /offer/get_details]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4038</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4038"/>
				<updated>2020-06-22T18:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* GET /offer/get_details ***COMING SOON*** */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;***COMING SOON***&amp;lt;/font&amp;gt; ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, or name_like.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer.  If not specified, all details will be returned&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4037</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4037"/>
				<updated>2020-06-22T18:06:43Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* GET /offer/get_details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;***COMING SOON***&amp;lt;/font&amp;gt; ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, or name_like.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer.  If not specified, all details will be returned&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4036</id>
		<title>Offerit REST API Offer Get Details</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Offer_Get_Details&amp;diff=4036"/>
				<updated>2020-06-22T18:06:11Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: Created page with &amp;quot;{{Offerit Manual | show_rest_api_section = true }}  == '''GET /offer/get_details''' == '''Description'''  *API resource to get offer details   '''Resource URL''' *&amp;lt;nowiki&amp;gt;http...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /offer/get_details''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*API resource to get offer details&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/get_details&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
'''''This API requires either offerid, name, or name_like.  If none are supplied, no results will be returned.  If multiple are supplied, only one will be prioritized and used based on the order listed. (ex: if both offerid and name are supplied, only offerid will be used to do the lookup)''.'''&lt;br /&gt;
&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Offerid or comma separated list of offerids to get details for&lt;br /&gt;
&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Exact name of the offer to get details for&lt;br /&gt;
&lt;br /&gt;
*name_like&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Name fragment of the offer(s) to get details for&lt;br /&gt;
&lt;br /&gt;
*return_columns&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''allowed values:''''' active, admin_threshold_email, adv_cpm_click, advertiser_username, advertiserid, affiliate_payout, allow_s2s_ip, allowed_hours, allowed_states, approved, authorized_countries, authorized_countries_iso, categories, commission, commission_description, conversion, conversion_cap, conversion_trans_type, continuity, conversion_type, cookie_duration, cost_flat, cost_perc, cost_type, created_by, date_added, date_expire, date_live, deduct_full_customer_commission, deduct_window, deleted, expire_offer, expire_program, expire_url, featured, geoip_group_redirect, groups, hidden, hide_payout_string, ip_conversion_group, ip_conversion_limit, ip_conversion_limit_flag, ip_lookup, ip_uniqueness_seconds, landing_pages, marketing_types, min_deduct_date, mobile_landing_page, '''name''', no_personal_member_info, offer, '''offer_description''', offer_group, offer_limit, offer_limit_addition, offer_limit_deduction, offer_note, offer_quantity, '''offerid''', pending_approval_lockout, prevent_cookie_dupes, remove_ocode, reuse_active, revenue_amount, revenue_click, revenue_conversion, revenue_impression, revenue_sale, revenue_type, status, subject_lines, suppress_continuity_pixels, suppress_conversion_pixels, thumb_last_modified, thumbnail_url, timezone, type, unauthorized_countries, unauthorized_countries_iso, unique_duration&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
**Comma separated list of data columns to return for each offer.  If not specified, all details will be returned&lt;br /&gt;
&lt;br /&gt;
*start&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to start at specific section of the result set.&lt;br /&gt;
&lt;br /&gt;
*count&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''optional'''''&lt;br /&gt;
** If the result set is large, you can use this to limit how many offers are returned in the result set.&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'offerid' =&amp;gt; '136',&lt;br /&gt;
	//'name_like' =&amp;gt; 'Offer',&lt;br /&gt;
	//'name' =&amp;gt; 'API TEST Offer 123',&lt;br /&gt;
	'return_columns' =&amp;gt; 'name, cost_type, advertiser, advertiser_username, conversion, continuity',&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/offer/get_details?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPGET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Offer Found&lt;br /&gt;
    [offer_count] =&amp;gt; 1&lt;br /&gt;
    [offer_details] =&amp;gt; Array&lt;br /&gt;
        (&lt;br /&gt;
            [136] =&amp;gt; Array&lt;br /&gt;
                (&lt;br /&gt;
                    [advertiser_username] =&amp;gt; advertiser1&lt;br /&gt;
                    [advertiserid] =&amp;gt; 6&lt;br /&gt;
                    [continuity] =&amp;gt; 10.00&lt;br /&gt;
                    [conversion] =&amp;gt; 10.00&lt;br /&gt;
                    [cost_type] =&amp;gt; Per Conversion (dynamic from url)&lt;br /&gt;
                    [name] =&amp;gt; advertiser1Offer2&lt;br /&gt;
                    [offerid] =&amp;gt; 136&lt;br /&gt;
                )&lt;br /&gt;
&lt;br /&gt;
        )&lt;br /&gt;
&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Offer&amp;diff=4018</id>
		<title>Offerit REST API Add Offer</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Offer&amp;diff=4018"/>
				<updated>2020-04-30T21:02:34Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Offer Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /offer/add_offer''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*add_offer adds a new offer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/add_offer&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
=== '''Offer Parameters''' ===&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**Offer Name&lt;br /&gt;
*offer_description&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Description to display to affiliates&lt;br /&gt;
*hidden&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**0 or 1.  If set to 1, offer does not show up in the affiliate offer list.&lt;br /&gt;
*date_live&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Time when offer should become available to affiliates.  String to time on the string provided. Default is empty.&lt;br /&gt;
*date_expire&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Time when offer should stop being available to affiliates.  String to time on the string provided. Default is empty.&lt;br /&gt;
*featured&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Flags this as a featured offer. Default FALSE.&lt;br /&gt;
*expire_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**External URL to redirect traffic to if the offer is expired.&lt;br /&gt;
*expire_landing_pageid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**ID of landing page to redirect traffic to if the offer is expired.&lt;br /&gt;
*no_personal_member_info&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Prevent name and address information from being stored in the customer record&lt;br /&gt;
*subject_lines&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of recommended subject lines for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled&lt;br /&gt;
*from_addresses&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of recommended from addresses for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled&lt;br /&gt;
*ip_lookup&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Set cookieless tracking to match on only IP instead of IP+Browser Details. Default FALSE.&lt;br /&gt;
*ip_uniqueness_seconds&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Set the number of seconds before a repeat visit by the same visitor will trigger the 'unique' offer redirect contition. This does not affect them showing as unique in stats.  Default is unset on the offer level and inheriting from the &amp;quot;Unique Visitor Time&amp;quot; configuration setting.  &lt;br /&gt;
*offer_groups&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing offer group id, comma separated list of group ids, or array of group ids to associate with this offer.&lt;br /&gt;
*marketing_types&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing  marketing type id, comma separated list of marketing type ids, or array of marketing type ids to associate with this offer.&lt;br /&gt;
*categories&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing category id or category name, comma separated list of ids/names, or array of ids/names to associate with this offer. Creates new categories if a category name is passed that does not exist.&lt;br /&gt;
*authorized&lt;br /&gt;
**'''''type: string,array'''''&lt;br /&gt;
**Accepts a comma separated list or array of 2 letter country codes where traffic is authorized to use this offer. Defaults to the 'Default Authorized Countries' configuration setting.&lt;br /&gt;
*unauthorized&lt;br /&gt;
**'''''type: string,array'''''&lt;br /&gt;
**Accepts a comma separated list or array of 2 letter country codes where traffic is not authorized to use this offer. Defaults to the 'Default Unauthorized Countries' configuration setting.&lt;br /&gt;
If no authorized or unauthorized countries are set even after checking the network configurations, the offer is authorized for all countries by default.&lt;br /&gt;
&lt;br /&gt;
==='''Advertiser Parameters'''===&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Loginid of advertiser account associated with this offer. Default none.&lt;br /&gt;
*advertiser_cost_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options:'''''&lt;br /&gt;
***conversion:flat amount per conversion&lt;br /&gt;
***dynamic_conversion:uses the revenue passed with the conversion&lt;br /&gt;
***sale:calculate a percentage of the gross sale amount reported by the advertiser&lt;br /&gt;
***click:a flat amount per click&lt;br /&gt;
***unique:a flat amount per unique click&lt;br /&gt;
**If there is an advertiser associated with this offer, how is offer revenue calculated. Default none.&lt;br /&gt;
*advertiser_cost_flat&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Flat cost to advertisers. used with 'conversion','click','unique'&lt;br /&gt;
*advertiser_cost_perc&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Percentage cost to advertiser used with 'sale'&lt;br /&gt;
&lt;br /&gt;
==='''Fraud Prevention Parameters'''===&lt;br /&gt;
*ip_conversion_limit_flag&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0: Inherit from Network Configuration&lt;br /&gt;
***1: No Limit on this offer&lt;br /&gt;
***2: Specify Limimt on this offer&lt;br /&gt;
**Comma separated list of recommended from addresses for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled. Default 0.&lt;br /&gt;
*ip_conversion_limit&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Number of conversions allowed per IP to this offer in any 24 hour time period. Only checked if ip_conversion_limit_flag=2. Default 0.&lt;br /&gt;
*ip_conversion_group&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0: This offer only&lt;br /&gt;
***x: Group id of any offer group.&lt;br /&gt;
**Controls the scope of ip_conversion_limit.  Default is 0, this offer only.  Specifying a group id will count all conversion for offers in that group&lt;br /&gt;
*prevent_cookie_dupes&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
**Checks a cookie to block surfers that have already converted on this offer during the cookie lifetime. Default FALSE.&lt;br /&gt;
*pending_approval_lockout&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Minimum number of seconds that must pass between a click and a conversion for that conversion to be automatically approved.  While this setting is in effect, all conversions on this offer are treated as pending. If the lockout period has been reached, the system will record both a pending conversion and an approved conversion automatically. Default 0 to disable.&lt;br /&gt;
&lt;br /&gt;
==='''Revenue Parameters'''===&lt;br /&gt;
*conversion_default&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Amount used if none is specified in the conversion. Default none.&lt;br /&gt;
*conversion_default_type&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***1:Revenue&lt;br /&gt;
***2:Gross&lt;br /&gt;
** Specify if the amount specified in conversion_default is revenue or gross. Default 1 for revenue&lt;br /&gt;
*continuity_default&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Amount used if none is specified in the continuity. Default none.&lt;br /&gt;
*continuity_default_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***1:Revenue&lt;br /&gt;
***2:Gross&lt;br /&gt;
** Specify if the amount specified in continuity_default is revenue or gross. Default 1 for revenue&lt;br /&gt;
&lt;br /&gt;
==='''Commission Parameters'''===&lt;br /&gt;
*percentage_commission_source&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0:Revenue&lt;br /&gt;
***1:Gross&lt;br /&gt;
** Specify whether revenue or gross should be used as the base when affiliate are paid a percentage. Default 0 for revenue&lt;br /&gt;
*hide_payout_string &lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**Hide the automatically generated commission description and use the description in 'commission_description' instead.&lt;br /&gt;
*commission_description&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**Custom description displayed to affiliates to explain how commissions are calculated for this offer.&lt;br /&gt;
*commission_type&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***cpa:Flat per CPA.  Works with flat_amount_per_conversion and flat_amount_per_continuity&lt;br /&gt;
***cps:Percentage of Sale. Works with percentage_of_customer_conversion and percentage_of_customer_continuity&lt;br /&gt;
***click:Flat per Click. Works with flat_amount_per_click and flat_amount_per_visitor&lt;br /&gt;
***hybrid:Hybrid. Works with all fields.&lt;br /&gt;
**Specify what type of commission this offer will pay.&lt;br /&gt;
*flat_amount_per_click&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every raw click. Works with click or hybrid&lt;br /&gt;
*flat_amount_per_visitor&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every unique click. Works with click or hybrid&lt;br /&gt;
*flat_amount_per_conversion&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every conversion. Works with cpa or hybrid&lt;br /&gt;
*flat_amount_per_continuity&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every continuity. Works with cpa or hybrid&lt;br /&gt;
*percentage_of_customer_conversion&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Percentage of conversion revenue to pay as commission. Works with cps or hybrid&lt;br /&gt;
*percentage_of_customer_continuity&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Percentage of continuity revenue to pay as commission. Works with cps or hybrid&lt;br /&gt;
*retro_payout&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*All transactions for a customer will use the commission settings in place at the time of the first transaction.&lt;br /&gt;
*hide_deductions&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show voids / chargebacks in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*hide_continuities&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show continuities  in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*hide_conversions&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show conversions  in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*deduct_voids&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**When enabled, voids will reverse the commission paid to the affiliate on the original transaction that is being voided&lt;br /&gt;
*deduct_chargebacks&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**When enabled, chargebacks will reverse the commission paid to the affiliate on the original transaction that is being charged back&lt;br /&gt;
*min_deduct_date&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**Date for stringtotime.  Transactions before this date will never have their commissions removed by a void or chargeback.&lt;br /&gt;
*deduct_window&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**If a void or chargeback is reported more than this many days after the original transaction, the affiliate will not have their commission removed even if deduct_voids or deduct_chargebacks is enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Landing Page Parameters''' ===&lt;br /&gt;
*url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**Landing Page url&lt;br /&gt;
*preview_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Clean url to display to affiliates&lt;br /&gt;
*tracking_domain&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**One of your already defined tracking domains&lt;br /&gt;
*thumb_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Url of offer thumbnail image.&lt;br /&gt;
*force_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Url to screenshot for thumbnail.&lt;br /&gt;
*language&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**id of one of your defined languages from the offers admin.&lt;br /&gt;
*conversion_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: iframe,post,image'''''&lt;br /&gt;
**Type of conversion to use for this offer&lt;br /&gt;
*postback_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post conversions to this offer. Default is no restriction&lt;br /&gt;
*hostnpost_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post hostandpost conversions to this offer. Default is no restriction&lt;br /&gt;
*void_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post voids to this offer. Default is deny all.&lt;br /&gt;
*private&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**TRUE means the default landing page for the new offer will be private.  Default is FALSE.&lt;br /&gt;
*requestable&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**TRUE means the default landing page for the new offer will be requestable if it is also private.  Default is FALSE.&lt;br /&gt;
*internal_desc&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Landing page description for the new offer that is only in the admin interface. Default is empty.&lt;br /&gt;
*redirect_hash&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Matching field for identifying what landing page to use when geo redirecting within an offer group. Default is empty.&lt;br /&gt;
*disable_url_sanitization&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Uses landing page url exactly as provided without encoding any invalid url characters. Default is false, encoding invalid url characters in the landing page.&lt;br /&gt;
*disable_deep_linking&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Discards any extra path and variables specified by the affilaite on the tracking link. Default is false, allowing the affiliate to affect the landing page url.&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
http://domain/api/offer/add_offer&lt;br /&gt;
name=API TEST OFFER&lt;br /&gt;
url=http://example.com/?id=%%click_hash%%&lt;br /&gt;
preview_url=http://example.com/&lt;br /&gt;
authorized=DE,ES&lt;br /&gt;
advertiserid=1&lt;br /&gt;
advertiser_cost_type=conversion&lt;br /&gt;
advertiser_cost_flat=20&lt;br /&gt;
commission_type=201&lt;br /&gt;
flat_amount_per_conversion=15&lt;br /&gt;
flat_amount_per_continuity=5&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
    &amp;quot;message&amp;quot;:{&lt;br /&gt;
      &amp;quot;landing_pageid&amp;quot;:&amp;quot;432&amp;quot;,&lt;br /&gt;
      &amp;quot;offerid&amp;quot;:&amp;quot;400&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/offer/add_offer';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
 $data = Array(&lt;br /&gt;
    'name' =&amp;gt; 'API TEST Offer',&lt;br /&gt;
    'url' =&amp;gt; 'http://example.com/?id=%%click_hash%%',&lt;br /&gt;
    'preview_url' =&amp;gt; 'http://example.com/',&lt;br /&gt;
    'authorized' =&amp;gt; 'DE,ES',&lt;br /&gt;
    'advertiserid' =&amp;gt; 1,&lt;br /&gt;
    'advertiser_cost_type' =&amp;gt; 'conversion',&lt;br /&gt;
    'advertiser_cost_flat'=&amp;gt; 20,&lt;br /&gt;
    'commission_type' =&amp;gt; 201,&lt;br /&gt;
    'flat_amount_per_conversion' =&amp;gt; 15,&lt;br /&gt;
    'flat_amount_per_continuity' =&amp;gt; 5,&lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, &amp;quot;POST&amp;quot;);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
                                                  &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4017</id>
		<title>Offerit REST API Get Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4017"/>
				<updated>2020-04-21T18:11:48Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''GET /affiliate/get_links''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*Gets all tracking links for an affiliate.  Optionally lets you limit to a specific offer or landing page.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*loginid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** affiliate to get link for&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional offer to get link for&lt;br /&gt;
*landing_pageid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional landing page to get link for.  Defaults to default lander for the offer.&lt;br /&gt;
*style&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: encoded,ids,shortnames,tiny'''''&lt;br /&gt;
** Optional link style. Defaults to encoded.&lt;br /&gt;
*subaff&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff value. Defaults to none.&lt;br /&gt;
*subaff2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff2 value. Defaults to none.&lt;br /&gt;
*subaff3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff3 value. Defaults to none.&lt;br /&gt;
*subaff4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff4 value. Defaults to none.&lt;br /&gt;
*subaff5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff5 value. Defaults to none.&lt;br /&gt;
*subids&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional comma separated list of subids. Defaults to none.&lt;br /&gt;
*_ocid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional click id value. Defaults to none.&lt;br /&gt;
*code_only&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - returns only the code from the tracking link. Defaults to full url.&lt;br /&gt;
*get_countries&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the authorized and unauthorized countries for each link.&lt;br /&gt;
*get_commission&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the commission string for each link.&lt;br /&gt;
*get_hidden&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return landing pages that are not hidden, 1 only hidden landing pages, 2 all.  If not sent, will behave as if you passed 0 for only landing pages that are not hidden.&lt;br /&gt;
*get_hidden_offers&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return offers that are not hidden, 1 only hidden offers, 2 all offers.  If not sent, will behave as if you passed 2 for all offers.&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''GET'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links?loginid=2&amp;amp;offerid=1&amp;amp;subaff=test&amp;amp;_ocid={token}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
  &amp;quot;message&amp;quot;:[&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:425,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;lp333&amp;quot;, &lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjQyNS4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:304,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;offerit offer&amp;quot;,&lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjMwNC4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/affiliate/get_links';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
  'loginid' =&amp;gt; 2,&lt;br /&gt;
  'offerid' =&amp;gt; 1,&lt;br /&gt;
  'subaff' =&amp;gt; 'test',&lt;br /&gt;
  '_ocid' =&amp;gt; '{token}'&lt;br /&gt;
);                                                   &lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url .= '?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_GET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
                                                &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4016</id>
		<title>Offerit REST API Get Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4016"/>
				<updated>2020-04-20T23:01:25Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''GET /affiliate/get_links''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*Gets all tracking links for an affiliate.  Optionally lets you limit to a specific offer or landing page.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*loginid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** affiliate to get link for&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional offer to get link for&lt;br /&gt;
*landing_pageid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional landing page to get link for.  Defaults to default lander for the offer.&lt;br /&gt;
*style&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: encoded,ids,shortnames,tiny'''''&lt;br /&gt;
** Optional link style. Defaults to encoded.&lt;br /&gt;
*subaff&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff value. Defaults to none.&lt;br /&gt;
*subaff2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff2 value. Defaults to none.&lt;br /&gt;
*subaff3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff3 value. Defaults to none.&lt;br /&gt;
*subaff4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff4 value. Defaults to none.&lt;br /&gt;
*subaff5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff5 value. Defaults to none.&lt;br /&gt;
*subids&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional comma separated list of subids. Defaults to none.&lt;br /&gt;
*_ocid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional click id value. Defaults to none.&lt;br /&gt;
*code_only&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - returns only the code from the tracking link. Defaults to full url.&lt;br /&gt;
*get_countries&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the authorized and unauthorized countries for each link.&lt;br /&gt;
*get_commission&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the commission string for each link.&lt;br /&gt;
*get_hidden&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return landing pages that are not hidden, 1 only hidden landing pages, 2 all.  If not sent, will behave as if you passed 0 for only landing pages that are not hidden.&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;*COMING SOON*&amp;lt;/font&amp;gt;&lt;br /&gt;
*get_hidden_offers&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return offers that are not hidden, 1 only hidden offers, 2 all offers.  If not sent, will behave as if you passed 2 for all offers.&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''GET'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links?loginid=2&amp;amp;offerid=1&amp;amp;subaff=test&amp;amp;_ocid={token}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
  &amp;quot;message&amp;quot;:[&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:425,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;lp333&amp;quot;, &lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjQyNS4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:304,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;offerit offer&amp;quot;,&lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjMwNC4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/affiliate/get_links';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
  'loginid' =&amp;gt; 2,&lt;br /&gt;
  'offerid' =&amp;gt; 1,&lt;br /&gt;
  'subaff' =&amp;gt; 'test',&lt;br /&gt;
  '_ocid' =&amp;gt; '{token}'&lt;br /&gt;
);                                                   &lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url .= '?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_GET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
                                                &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=4015</id>
		<title>Offerit Currency Exchange Rates</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=4015"/>
				<updated>2020-04-20T18:40:25Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Automatic Updates *COMING SOON* */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual|show_setup_section=true}}&lt;br /&gt;
&lt;br /&gt;
Ideally, the amounts reported back to Offerit should be a converted amount to your base currency.  However, offerit can be used for converting amounts instead.  When sending a postback to offerit for a different currency, we will use the exchange rate configured in your Offerit install at the time we receive the postback/pixel call for a transaction.  With these details in mind, here are a few potential issues that can occur when using Offerit for converting currencies:&lt;br /&gt;
* The exchange rate used by the processor for the transaction does not match up with the exchange rate configured in offerit when the postback/pixel is received&lt;br /&gt;
* The exchange rate our source is reporting does not match the rate you want or expect&lt;br /&gt;
* The source api fails to return the latest rates&lt;br /&gt;
&lt;br /&gt;
= Automatic Updates =&lt;br /&gt;
By default Offerit updates conversion rates once a day from https://exchangeratesapi.io/.  We have options to decrease this frequency to weekly if you choose.  If you would like to update more frequently than this, you can turn OFF the automatic update configuration and use our [[Offerit_REST_API_Set_Currency_Exchange_Rates|Set Currency Exchange Rates API]] to send exchange rate updates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Automatic Update Configurations ==&lt;br /&gt;
* Automatic Exchange Rate Updates - Turn automatic updates for currency exchange rates on or off.&lt;br /&gt;
* Automatic Update Currency List - You can use a comma separated list if you only want to opt-in to automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Exclude Currency List - You can use a comma separated list if you want to opt-out of automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Schedule - Daily is our default, but you can choose weekly updates on a specific day of the week as well.&lt;br /&gt;
* Exchange Rate Source - The source API you would like to receive automatic updates from.&lt;br /&gt;
* Open Exchange Rates App ID - If you choose &amp;quot;Open Exchange Rates&amp;quot; as your Exchange Rate Soruce, you can use this to set a personal &amp;quot;App ID&amp;quot; for making the API calls to their system.&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4014</id>
		<title>Offerit REST API Get Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4014"/>
				<updated>2020-04-20T18:39:44Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''GET /affiliate/get_links''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*Gets all tracking links for an affiliate.  Optionally lets you limit to a specific offer or landing page.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*loginid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** affiliate to get link for&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional offer to get link for&lt;br /&gt;
*landing_pageid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional landing page to get link for.  Defaults to default lander for the offer.&lt;br /&gt;
*style&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: encoded,ids,shortnames,tiny'''''&lt;br /&gt;
** Optional link style. Defaults to encoded.&lt;br /&gt;
*subaff&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff value. Defaults to none.&lt;br /&gt;
*subaff2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff2 value. Defaults to none.&lt;br /&gt;
*subaff3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff3 value. Defaults to none.&lt;br /&gt;
*subaff4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff4 value. Defaults to none.&lt;br /&gt;
*subaff5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff5 value. Defaults to none.&lt;br /&gt;
*subids&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional comma separated list of subids. Defaults to none.&lt;br /&gt;
*_ocid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional click id value. Defaults to none.&lt;br /&gt;
*code_only&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - returns only the code from the tracking link. Defaults to full url.&lt;br /&gt;
*get_countries&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the authorized and unauthorized countries for each link.&lt;br /&gt;
*get_commission&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the commission string for each link.&lt;br /&gt;
*get_hidden&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return not hidden lps, 1 only hidden lps, 2 all lps&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''GET'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links?loginid=2&amp;amp;offerid=1&amp;amp;subaff=test&amp;amp;_ocid={token}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
  &amp;quot;message&amp;quot;:[&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:425,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;lp333&amp;quot;, &lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjQyNS4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:304,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;offerit offer&amp;quot;,&lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjMwNC4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/affiliate/get_links';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
  'loginid' =&amp;gt; 2,&lt;br /&gt;
  'offerid' =&amp;gt; 1,&lt;br /&gt;
  'subaff' =&amp;gt; 'test',&lt;br /&gt;
  '_ocid' =&amp;gt; '{token}'&lt;br /&gt;
);                                                   &lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url .= '?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_GET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
                                                &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Postback_Examples&amp;diff=4012</id>
		<title>Offerit Postback Examples</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Postback_Examples&amp;diff=4012"/>
				<updated>2020-04-01T22:10:41Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Optional Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual|show_setup_section=true}}&lt;br /&gt;
= Event Postbacks =&lt;br /&gt;
Offerit uses the 'process_pixel.php' script to record events. Below are the examples of different events you may need to send postbacks for, and what parameters are required to record each event type in Offerit.&lt;br /&gt;
&lt;br /&gt;
== Conversion Postback ==&lt;br /&gt;
The first transaction for a customer is considered a &amp;quot;conversion&amp;quot;.  For conversions, the only required field is the 'click_hash' which was generated for a surfer when they went through one of our tracking links:&lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?click_hash={CLICK_HASH}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Although sending just click_hash will work for recording a conversion event, here are some optional parameters that are commonly sent:'''&lt;br /&gt;
*'' subscription_id ''- the Subscription ID is generally a unique customer identifier from your system.  Sending a subscription_id allows you to tie future events to the same cusotmer record&lt;br /&gt;
*'' amount ''- This parameter is the amount of revenue your network made for the event.  It will override the &amp;quot;Conversion Amount&amp;quot; defined on the offer.  This allows you to record transactions for any amount rather than just the default amount for the offer. This value should be sent in the base currency for your network.  The default is USD, but you can check your network's default in the Config Admin -&amp;gt; Currency - All page.  This value should also be in decimal format. For example, if a transaction amount is $9.95, the amount should be sent as &amp;quot;&amp;amp;amount=9.95&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Continuity Postback ==&lt;br /&gt;
Any transaction for a customer after the initial conversion is considered a &amp;quot;continuity&amp;quot;. (Ex: Recurring Subscriptions may have periodic continuity transactions sent) &lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?subscription_id={USER_ID}&amp;amp;orderid={TRANSACTION_ID}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For continuities, you must send at minimum the subscription_id (same as from conversion postback), and the orderid:&lt;br /&gt;
*'' subscription_id ''- the Subscription ID is generally a unique customer identifier from your system.  Sending a subscription_id allows you to tie future events to the same cusotmer record&lt;br /&gt;
*'' orderid ''- The Order ID is generally a unique identifier for the transaction from your system.  Sending us an identifier for your transactions helps us to ensure that if you accidentally send the same transaction postback multiple times, we will only record it once.  It also helps with advertiser communication to find and reference transactions if disputes arise.  &lt;br /&gt;
&lt;br /&gt;
== Goal Postback ==&lt;br /&gt;
For flexibility, Offerit allows you to define your own custom events called &amp;quot;Goals&amp;quot;.  A common example that is added as a goal is a free registration or signup.  When setting up a new Goal, you will be asked to define a &amp;quot;Goal Slug&amp;quot; (ex: freereg).  This is slug is what you add to your postbacks to indicate that it is not a normal conversion event, but rather a custom event:&lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?click_hash={CLICK_HASH}&amp;amp;subscription_id={USER_ID}&amp;amp;goal_slug={GOAL_SLUG}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Goal postbacks require the following fields:&lt;br /&gt;
*'' click_hash '' - This is the same click_hash generated for a surfer when they go through our tracking links.  This field is only required if this is the first postback being sent for the customer (before conversion)&lt;br /&gt;
*'' subscription_id '' - If this is the first post for the customer, this field will set the customer's ID from your system in Offerit so it can be used for future postbacks instead of click_hash.  If this is a follow up post, this will be used to look up the existing customer to insert the Goal transaction in the same customer record.  &lt;br /&gt;
*'' goal_slug '' - This is the &amp;quot;Goal Slug&amp;quot; defined when adding a new Goal.  You can look up your existing goal slugs from the Offers Admin -&amp;gt; Manage Goals page.  This indicates what type of transaction you are trying to report.&lt;br /&gt;
*'' orderid '' - This field is only required if this is NOT the first postback being sent for the customer (no click_hash).  The Order ID is generally a unique identifier for the transaction from your system.  Sending us an identifier for your transactions helps us to ensure that if you accidentally send the same transaction postback multiple times, we will only record it once.  It also helps with advertiser communication to find and reference transactions if disputes arise. &lt;br /&gt;
&lt;br /&gt;
You can optionally ask us to enable a setting which will require &amp;quot;orderid&amp;quot; for cases where the goal postback is the first postback for a customer.  &lt;br /&gt;
&lt;br /&gt;
= Optional Parameters =&lt;br /&gt;
The following paremeters can also be sent in your postbacks to be recorded with the customer record:&lt;br /&gt;
*'' amount ''- This parameter is the amount of revenue your network made for the event. If the amount for a transaction doesn't match what's defined as the default amount for the event on the offer, you can send this parameter to set the proper transaction amount to be recorded. This value should be sent in the base currency for your network.  The default is USD, but you can check your network's default in the Config Admin -&amp;gt; Currency - All page.  This value should also be in decimal format. For example, if a transaction amount is $9.95, the amount should be sent as &amp;quot;&amp;amp;amount=9.95&amp;quot;. If you have default amounts set on the offer, and you want a $0 transaction, you must pass amount as &amp;quot;zero&amp;quot;.  &lt;br /&gt;
*'' currency ''- This paremeter defines the currency that the &amp;quot;amount&amp;quot; parameter is sent in.  The possible 3 letter currency values are listed on the Config Admin -&amp;gt; Currency - All page.  This page is also where you would need to manually maintain conversion rates for your install.  When Offerit receives a transaction in a currency that is not your base currency, it will automatically convert the amount to the equivalent amount in your base currency for reporting.  &lt;br /&gt;
*'' username ''&lt;br /&gt;
*'' password ''&lt;br /&gt;
*'' email ''&lt;br /&gt;
*'' ip ''&lt;br /&gt;
*'' firstname ''&lt;br /&gt;
*'' lastname ''&lt;br /&gt;
*'' address1 ''&lt;br /&gt;
*'' address2 ''&lt;br /&gt;
*'' zip ''&lt;br /&gt;
*'' city ''&lt;br /&gt;
*'' state ''&lt;br /&gt;
*'' country ''&lt;br /&gt;
*'' shipping_firstname ''&lt;br /&gt;
*'' shipping_lastname ''&lt;br /&gt;
*'' shipping_address1 ''&lt;br /&gt;
*'' shipping_address2 ''&lt;br /&gt;
*'' shipping_zip ''&lt;br /&gt;
*'' shipping_city ''&lt;br /&gt;
*'' shipping_state ''&lt;br /&gt;
*'' shipping_country ''&lt;br /&gt;
*'' phone ''&lt;br /&gt;
*'' custom1 '' - custom value to record with a customer&lt;br /&gt;
*'' custom2 ''&lt;br /&gt;
*'' custom3 ''&lt;br /&gt;
*'' custom4 ''&lt;br /&gt;
*'' custom5 ''&lt;br /&gt;
'''&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;*COMING SOON*&amp;lt;/font&amp;gt;'''&lt;br /&gt;
*'' trans_custom1 '' - custom value to record with a transaction.  -1 is a reserved value and should not be used.&lt;br /&gt;
*'' trans_custom2 ''&lt;br /&gt;
*'' trans_custom3 ''&lt;br /&gt;
*'' trans_custom4 ''&lt;br /&gt;
*'' trans_custom5 ''&lt;br /&gt;
''' If you send postbacks with different personal data for the same customer, Offerit will take the latest information sent and update the customer record in question. '''&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4011</id>
		<title>Offerit REST API Get Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4011"/>
				<updated>2020-03-26T16:01:23Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''GET /affiliate/get_links''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*Gets all tracking links for an affiliate.  Optionally lets you limit to a specific offer or landing page.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*loginid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** affiliate to get link for&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional offer to get link for&lt;br /&gt;
*landing_pageid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional landing page to get link for.  Defaults to default lander for the offer.&lt;br /&gt;
*style&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: encoded,ids,shortnames,tiny'''''&lt;br /&gt;
** Optional link style. Defaults to encoded.&lt;br /&gt;
*subaff&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff value. Defaults to none.&lt;br /&gt;
*subaff2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff2 value. Defaults to none.&lt;br /&gt;
*subaff3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff3 value. Defaults to none.&lt;br /&gt;
*subaff4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff4 value. Defaults to none.&lt;br /&gt;
*subaff5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff5 value. Defaults to none.&lt;br /&gt;
*subids&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional comma separated list of subids. Defaults to none.&lt;br /&gt;
*_ocid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional click id value. Defaults to none.&lt;br /&gt;
*code_only&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - returns only the code from the tracking link. Defaults to full url.&lt;br /&gt;
*get_countries&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the authorized and unauthorized countries for each link.&lt;br /&gt;
&amp;lt;font color=red&amp;gt;* COMING SOON *&amp;lt;/font&amp;gt;&lt;br /&gt;
*get_commission&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the commission string for each link.&lt;br /&gt;
*get_hidden&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return not hidden lps, 1 only hidden lps, 2 all lps&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''GET'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links?loginid=2&amp;amp;offerid=1&amp;amp;subaff=test&amp;amp;_ocid={token}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
  &amp;quot;message&amp;quot;:[&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:425,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;lp333&amp;quot;, &lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjQyNS4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:304,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;offerit offer&amp;quot;,&lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjMwNC4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/affiliate/get_links';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
  'loginid' =&amp;gt; 2,&lt;br /&gt;
  'offerid' =&amp;gt; 1,&lt;br /&gt;
  'subaff' =&amp;gt; 'test',&lt;br /&gt;
  '_ocid' =&amp;gt; '{token}'&lt;br /&gt;
);                                                   &lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url .= '?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_GET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
                                                &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4010</id>
		<title>Offerit REST API Get Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Links&amp;diff=4010"/>
				<updated>2020-03-26T14:44:26Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''GET /affiliate/get_links''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*Gets all tracking links for an affiliate.  Optionally lets you limit to a specific offer or landing page.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*loginid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** affiliate to get link for&lt;br /&gt;
*offerid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional offer to get link for&lt;br /&gt;
*landing_pageid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
** Optional landing page to get link for.  Defaults to default lander for the offer.&lt;br /&gt;
*style&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: encoded,ids,shortnames,tiny'''''&lt;br /&gt;
** Optional link style. Defaults to encoded.&lt;br /&gt;
*subaff&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff value. Defaults to none.&lt;br /&gt;
*subaff2&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff2 value. Defaults to none.&lt;br /&gt;
*subaff3&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff3 value. Defaults to none.&lt;br /&gt;
*subaff4&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff4 value. Defaults to none.&lt;br /&gt;
*subaff5&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional subaff5 value. Defaults to none.&lt;br /&gt;
*subids&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional comma separated list of subids. Defaults to none.&lt;br /&gt;
*_ocid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
** Optional click id value. Defaults to none.&lt;br /&gt;
*code_only&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - returns only the code from the tracking link. Defaults to full url.&lt;br /&gt;
*get_countries&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the authorized and unauthorized countries for each link.&lt;br /&gt;
*get_commission&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Optional - return the commission string for each link.&lt;br /&gt;
*get_hidden&lt;br /&gt;
**'''''type: Int'''''&lt;br /&gt;
** Optional - 0 to return not hidden lps, 1 only hidden lps, 2 all lps&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''GET'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;http://domain/api/affiliate/get_links?loginid=2&amp;amp;offerid=1&amp;amp;subaff=test&amp;amp;_ocid={token}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
  &amp;quot;message&amp;quot;:[&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:425,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;lp333&amp;quot;, &lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjQyNS4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    },&lt;br /&gt;
    {&lt;br /&gt;
      &amp;quot;Offer Id&amp;quot;:277,&lt;br /&gt;
      &amp;quot;Offer Name&amp;quot;:&amp;quot;01dave&amp;quot;,&lt;br /&gt;
      &amp;quot;Landing Page Id&amp;quot;:304,&lt;br /&gt;
      &amp;quot;Landing Page Name&amp;quot;:&amp;quot;offerit offer&amp;quot;,&lt;br /&gt;
      &amp;quot;Code&amp;quot;:&amp;quot;http:\/\/example.com\/track\/Mi4yNjguMjc3LjMwNC4wLjAuMC4wLjAuNjIuMC4w?subaff=test&amp;amp;_ocid={token}&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
  ]&lt;br /&gt;
}  &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/affiliate/get_links';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
  'loginid' =&amp;gt; 2,&lt;br /&gt;
  'offerid' =&amp;gt; 1,&lt;br /&gt;
  'subaff' =&amp;gt; 'test',&lt;br /&gt;
  '_ocid' =&amp;gt; '{token}'&lt;br /&gt;
);                                                   &lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url .= '?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_GET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
                                                &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Offer&amp;diff=4009</id>
		<title>Offerit REST API Add Offer</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Add_Offer&amp;diff=4009"/>
				<updated>2020-02-13T19:43:59Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
== '''POST /offer/add_offer''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*add_offer adds a new offer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/offer/add_offer&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the Offerit domain&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*POST&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
=== '''Offer Parameters''' ===&lt;br /&gt;
*name&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**Offer Name&lt;br /&gt;
*description&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Description to display to affiliates&lt;br /&gt;
*hidden&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**0 or 1.  If set to 1, offer does not show up in the affiliate offer list.&lt;br /&gt;
*date_live&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Time when offer should become available to affiliates.  String to time on the string provided. Default is empty.&lt;br /&gt;
*date_expire&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Time when offer should stop being available to affiliates.  String to time on the string provided. Default is empty.&lt;br /&gt;
*featured&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Flags this as a featured offer. Default FALSE.&lt;br /&gt;
*expire_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**External URL to redirect traffic to if the offer is expired.&lt;br /&gt;
*expire_landing_pageid&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**ID of landing page to redirect traffic to if the offer is expired.&lt;br /&gt;
*no_personal_member_info&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Prevent name and address information from being stored in the customer record&lt;br /&gt;
*subject_lines&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of recommended subject lines for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled&lt;br /&gt;
*from_addresses&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of recommended from addresses for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled&lt;br /&gt;
*ip_lookup&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
** Set cookieless tracking to match on only IP instead of IP+Browser Details. Default FALSE.&lt;br /&gt;
*ip_uniqueness_seconds&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Set the number of seconds before a repeat visit by the same visitor will trigger the 'unique' offer redirect contition. This does not affect them showing as unique in stats.  Default is unset on the offer level and inheriting from the &amp;quot;Unique Visitor Time&amp;quot; configuration setting.  &lt;br /&gt;
*offer_groups&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing offer group id, comma separated list of group ids, or array of group ids to associate with this offer.&lt;br /&gt;
*marketing_types&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing  marketing type id, comma separated list of marketing type ids, or array of marketing type ids to associate with this offer.&lt;br /&gt;
*categories&lt;br /&gt;
**'''''type: int,string,array'''''&lt;br /&gt;
**Accepts an existing category id or category name, comma separated list of ids/names, or array of ids/names to associate with this offer. Creates new categories if a category name is passed that does not exist.&lt;br /&gt;
*authorized&lt;br /&gt;
**'''''type: string,array'''''&lt;br /&gt;
**Accepts a comma separated list or array of 2 letter country codes where traffic is authorized to use this offer. Defaults to the 'Default Authorized Countries' configuration setting.&lt;br /&gt;
*unauthorized&lt;br /&gt;
**'''''type: string,array'''''&lt;br /&gt;
**Accepts a comma separated list or array of 2 letter country codes where traffic is not authorized to use this offer. Defaults to the 'Default Unauthorized Countries' configuration setting.&lt;br /&gt;
If no authorized or unauthorized countries are set even after checking the network configurations, the offer is authorized for all countries by default.&lt;br /&gt;
&lt;br /&gt;
==='''Advertiser Parameters'''===&lt;br /&gt;
*advertiserid&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Loginid of advertiser account associated with this offer. Default none.&lt;br /&gt;
*advertiser_cost_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options:'''''&lt;br /&gt;
***conversion:flat amount per conversion&lt;br /&gt;
***dynamic_conversion:uses the revenue passed with the conversion&lt;br /&gt;
***sale:calculate a percentage of the gross sale amount reported by the advertiser&lt;br /&gt;
***click:a flat amount per click&lt;br /&gt;
***unique:a flat amount per unique click&lt;br /&gt;
**If there is an advertiser associated with this offer, how is offer revenue calculated. Default none.&lt;br /&gt;
*advertiser_cost_flat&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Flat cost to advertisers. used with 'conversion','click','unique'&lt;br /&gt;
*advertiser_cost_perc&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Percentage cost to advertiser used with 'sale'&lt;br /&gt;
&lt;br /&gt;
==='''Fraud Prevention Parameters'''===&lt;br /&gt;
*ip_conversion_limit_flag&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0: Inherit from Network Configuration&lt;br /&gt;
***1: No Limit on this offer&lt;br /&gt;
***2: Specify Limimt on this offer&lt;br /&gt;
**Comma separated list of recommended from addresses for affiliates promoting via email.  Only displayed when &amp;quot;Display Offer Email Fields&amp;quot; is enabled. Default 0.&lt;br /&gt;
*ip_conversion_limit&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Number of conversions allowed per IP to this offer in any 24 hour time period. Only checked if ip_conversion_limit_flag=2. Default 0.&lt;br /&gt;
*ip_conversion_group&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0: This offer only&lt;br /&gt;
***x: Group id of any offer group.&lt;br /&gt;
**Controls the scope of ip_conversion_limit.  Default is 0, this offer only.  Specifying a group id will count all conversion for offers in that group&lt;br /&gt;
*prevent_cookie_dupes&lt;br /&gt;
**'''''type: Bool'''''&lt;br /&gt;
**Checks a cookie to block surfers that have already converted on this offer during the cookie lifetime. Default FALSE.&lt;br /&gt;
*pending_approval_lockout&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Minimum number of seconds that must pass between a click and a conversion for that conversion to be automatically approved.  While this setting is in effect, all conversions on this offer are treated as pending. If the lockout period has been reached, the system will record both a pending conversion and an approved conversion automatically. Default 0 to disable.&lt;br /&gt;
&lt;br /&gt;
==='''Revenue Parameters'''===&lt;br /&gt;
*conversion_default&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Amount used if none is specified in the conversion. Default none.&lt;br /&gt;
*conversion_default_type&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***1:Revenue&lt;br /&gt;
***2:Gross&lt;br /&gt;
** Specify if the amount specified in conversion_default is revenue or gross. Default 1 for revenue&lt;br /&gt;
*continuity_default&lt;br /&gt;
**'''''type: int'''''&lt;br /&gt;
**Amount used if none is specified in the continuity. Default none.&lt;br /&gt;
*continuity_default_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***1:Revenue&lt;br /&gt;
***2:Gross&lt;br /&gt;
** Specify if the amount specified in continuity_default is revenue or gross. Default 1 for revenue&lt;br /&gt;
&lt;br /&gt;
==='''Commission Parameters'''===&lt;br /&gt;
*percentage_commission_source&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***0:Revenue&lt;br /&gt;
***1:Gross&lt;br /&gt;
** Specify whether revenue or gross should be used as the base when affiliate are paid a percentage. Default 0 for revenue&lt;br /&gt;
*hide_payout_string &lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**Hide the automatically generated commission description and use the description in 'commission_description' instead.&lt;br /&gt;
*commission_description&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**Custom description displayed to affiliates to explain how commissions are calculated for this offer.&lt;br /&gt;
*commission_type&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**'''''options'''''&lt;br /&gt;
***cpa:Flat per CPA.  Works with flat_amount_per_conversion and flat_amount_per_continuity&lt;br /&gt;
***cps:Percentage of Sale. Works with percentage_of_customer_conversion and percentage_of_customer_continuity&lt;br /&gt;
***click:Flat per Click. Works with flat_amount_per_click and flat_amount_per_visitor&lt;br /&gt;
***hybrid:Hybrid. Works with all fields.&lt;br /&gt;
**Specify what type of commission this offer will pay.&lt;br /&gt;
*flat_amount_per_click&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every raw click. Works with click or hybrid&lt;br /&gt;
*flat_amount_per_visitor&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every unique click. Works with click or hybrid&lt;br /&gt;
*flat_amount_per_conversion&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every conversion. Works with cpa or hybrid&lt;br /&gt;
*flat_amount_per_continuity&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Flat commission paid for every continuity. Works with cpa or hybrid&lt;br /&gt;
*percentage_of_customer_conversion&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Percentage of conversion revenue to pay as commission. Works with cps or hybrid&lt;br /&gt;
*percentage_of_customer_continuity&lt;br /&gt;
**'''''type: decimal''''&lt;br /&gt;
** Percentage of continuity revenue to pay as commission. Works with cps or hybrid&lt;br /&gt;
*retro_payout&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*All transactions for a customer will use the commission settings in place at the time of the first transaction.&lt;br /&gt;
*hide_deductions&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show voids / chargebacks in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*hide_continuities&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show continuities  in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*hide_conversions&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
*Only show conversions  in affiliate statistics if they affected affiliate commissions.&lt;br /&gt;
*deduct_voids&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**When enabled, voids will reverse the commission paid to the affiliate on the original transaction that is being voided&lt;br /&gt;
*deduct_chargebacks&lt;br /&gt;
**'''''type: bool''''&lt;br /&gt;
**When enabled, chargebacks will reverse the commission paid to the affiliate on the original transaction that is being charged back&lt;br /&gt;
*min_deduct_date&lt;br /&gt;
**'''''type: string''''&lt;br /&gt;
**Date for stringtotime.  Transactions before this date will never have their commissions removed by a void or chargeback.&lt;br /&gt;
*deduct_window&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**If a void or chargeback is reported more than this many days after the original transaction, the affiliate will not have their commission removed even if deduct_voids or deduct_chargebacks is enabled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== '''Landing Page Parameters''' ===&lt;br /&gt;
*url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
**Landing Page url&lt;br /&gt;
*preview_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Clean url to display to affiliates&lt;br /&gt;
*tracking_domain&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**One of your already defined tracking domains&lt;br /&gt;
*thumb_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Url of offer thumbnail image.&lt;br /&gt;
*force_url&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Url to screenshot for thumbnail.&lt;br /&gt;
*language&lt;br /&gt;
**'''''type: int''''&lt;br /&gt;
**id of one of your defined languages from the offers admin.&lt;br /&gt;
*conversion_type&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''options: iframe,post,image'''''&lt;br /&gt;
**Type of conversion to use for this offer&lt;br /&gt;
*postback_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post conversions to this offer. Default is no restriction&lt;br /&gt;
*hostnpost_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post hostandpost conversions to this offer. Default is no restriction&lt;br /&gt;
*void_ips&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Comma separated list of ips that are allowed to post voids to this offer. Default is deny all.&lt;br /&gt;
*private&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**TRUE means the default landing page for the new offer will be private.  Default is FALSE.&lt;br /&gt;
*requestable&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**TRUE means the default landing page for the new offer will be requestable if it is also private.  Default is FALSE.&lt;br /&gt;
*internal_desc&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Landing page description for the new offer that is only in the admin interface. Default is empty.&lt;br /&gt;
*redirect_hash&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**Matching field for identifying what landing page to use when geo redirecting within an offer group. Default is empty.&lt;br /&gt;
*disable_url_sanitization&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Uses landing page url exactly as provided without encoding any invalid url characters. Default is false, encoding invalid url characters in the landing page.&lt;br /&gt;
*disable_deep_linking&lt;br /&gt;
**'''''type: bool'''''&lt;br /&gt;
**Discards any extra path and variables specified by the affilaite on the tracking link. Default is false, allowing the affiliate to affect the landing page url.&lt;br /&gt;
&lt;br /&gt;
== '''Example Request''' ==&lt;br /&gt;
&lt;br /&gt;
'''POST'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
http://domain/api/offer/add_offer&lt;br /&gt;
name=API TEST OFFER&lt;br /&gt;
url=http://example.com/?id=%%click_hash%%&lt;br /&gt;
preview_url=http://example.com/&lt;br /&gt;
authorized=DE,ES&lt;br /&gt;
advertiserid=1&lt;br /&gt;
advertiser_cost_type=conversion&lt;br /&gt;
advertiser_cost_flat=20&lt;br /&gt;
commission_type=201&lt;br /&gt;
flat_amount_per_conversion=15&lt;br /&gt;
flat_amount_per_continuity=5&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Response: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;result&amp;quot;:&amp;quot;Success&amp;quot;,&lt;br /&gt;
    &amp;quot;message&amp;quot;:{&lt;br /&gt;
      &amp;quot;landing_pageid&amp;quot;:&amp;quot;432&amp;quot;,&lt;br /&gt;
      &amp;quot;offerid&amp;quot;:&amp;quot;400&amp;quot;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/offer/add_offer';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
    'api-username: productsupport' &lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
 $data = Array(&lt;br /&gt;
    'name' =&amp;gt; 'API TEST Offer',&lt;br /&gt;
    'url' =&amp;gt; 'http://example.com/?id=%%click_hash%%',&lt;br /&gt;
    'preview_url' =&amp;gt; 'http://example.com/',&lt;br /&gt;
    'authorized' =&amp;gt; 'DE,ES',&lt;br /&gt;
    'advertiserid' =&amp;gt; 1,&lt;br /&gt;
    'advertiser_cost_type' =&amp;gt; 'conversion',&lt;br /&gt;
    'advertiser_cost_flat'=&amp;gt; 20,&lt;br /&gt;
    'commission_type' =&amp;gt; 201,&lt;br /&gt;
    'flat_amount_per_conversion' =&amp;gt; 15,&lt;br /&gt;
    'flat_amount_per_continuity' =&amp;gt; 5,&lt;br /&gt;
); &lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, &amp;quot;POST&amp;quot;);&lt;br /&gt;
curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data));&lt;br /&gt;
                                                  &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Postback_Examples&amp;diff=4008</id>
		<title>Offerit Postback Examples</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Postback_Examples&amp;diff=4008"/>
				<updated>2019-12-12T22:39:47Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual|show_setup_section=true}}&lt;br /&gt;
= Event Postbacks =&lt;br /&gt;
Offerit uses the 'process_pixel.php' script to record events. Below are the examples of different events you may need to send postbacks for, and what parameters are required to record each event type in Offerit.&lt;br /&gt;
&lt;br /&gt;
== Conversion Postback ==&lt;br /&gt;
The first transaction for a customer is considered a &amp;quot;conversion&amp;quot;.  For conversions, the only required field is the 'click_hash' which was generated for a surfer when they went through one of our tracking links:&lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?click_hash={CLICK_HASH}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Although sending just click_hash will work for recording a conversion event, here are some optional parameters that are commonly sent:'''&lt;br /&gt;
*'' subscription_id ''- the Subscription ID is generally a unique customer identifier from your system.  Sending a subscription_id allows you to tie future events to the same cusotmer record&lt;br /&gt;
*'' amount ''- This parameter is the amount of revenue your network made for the event.  It will override the &amp;quot;Conversion Amount&amp;quot; defined on the offer.  This allows you to record transactions for any amount rather than just the default amount for the offer. This value should be sent in the base currency for your network.  The default is USD, but you can check your network's default in the Config Admin -&amp;gt; Currency - All page.  This value should also be in decimal format. For example, if a transaction amount is $9.95, the amount should be sent as &amp;quot;&amp;amp;amount=9.95&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Continuity Postback ==&lt;br /&gt;
Any transaction for a customer after the initial conversion is considered a &amp;quot;continuity&amp;quot;. (Ex: Recurring Subscriptions may have periodic continuity transactions sent) &lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?subscription_id={USER_ID}&amp;amp;orderid={TRANSACTION_ID}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For continuities, you must send at minimum the subscription_id (same as from conversion postback), and the orderid:&lt;br /&gt;
*'' subscription_id ''- the Subscription ID is generally a unique customer identifier from your system.  Sending a subscription_id allows you to tie future events to the same cusotmer record&lt;br /&gt;
*'' orderid ''- The Order ID is generally a unique identifier for the transaction from your system.  Sending us an identifier for your transactions helps us to ensure that if you accidentally send the same transaction postback multiple times, we will only record it once.  It also helps with advertiser communication to find and reference transactions if disputes arise.  &lt;br /&gt;
&lt;br /&gt;
== Goal Postback ==&lt;br /&gt;
For flexibility, Offerit allows you to define your own custom events called &amp;quot;Goals&amp;quot;.  A common example that is added as a goal is a free registration or signup.  When setting up a new Goal, you will be asked to define a &amp;quot;Goal Slug&amp;quot; (ex: freereg).  This is slug is what you add to your postbacks to indicate that it is not a normal conversion event, but rather a custom event:&lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?click_hash={CLICK_HASH}&amp;amp;subscription_id={USER_ID}&amp;amp;goal_slug={GOAL_SLUG}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Goal postbacks require the following fields:&lt;br /&gt;
*'' click_hash '' - This is the same click_hash generated for a surfer when they go through our tracking links.  This field is only required if this is the first postback being sent for the customer (before conversion)&lt;br /&gt;
*'' subscription_id '' - If this is the first post for the customer, this field will set the customer's ID from your system in Offerit so it can be used for future postbacks instead of click_hash.  If this is a follow up post, this will be used to look up the existing customer to insert the Goal transaction in the same customer record.  &lt;br /&gt;
*'' goal_slug '' - This is the &amp;quot;Goal Slug&amp;quot; defined when adding a new Goal.  You can look up your existing goal slugs from the Offers Admin -&amp;gt; Manage Goals page.  This indicates what type of transaction you are trying to report.&lt;br /&gt;
*'' orderid '' - This field is only required if this is NOT the first postback being sent for the customer (no click_hash).  The Order ID is generally a unique identifier for the transaction from your system.  Sending us an identifier for your transactions helps us to ensure that if you accidentally send the same transaction postback multiple times, we will only record it once.  It also helps with advertiser communication to find and reference transactions if disputes arise. &lt;br /&gt;
&lt;br /&gt;
You can optionally ask us to enable a setting which will require &amp;quot;orderid&amp;quot; for cases where the goal postback is the first postback for a customer.  &lt;br /&gt;
&lt;br /&gt;
= Optional Parameters =&lt;br /&gt;
The following paremeters can also be sent in your postbacks to be recorded with the customer record:&lt;br /&gt;
*'' amount ''- This parameter is the amount of revenue your network made for the event. If the amount for a transaction doesn't match what's defined as the default amount for the event on the offer, you can send this parameter to set the proper transaction amount to be recorded. This value should be sent in the base currency for your network.  The default is USD, but you can check your network's default in the Config Admin -&amp;gt; Currency - All page.  This value should also be in decimal format. For example, if a transaction amount is $9.95, the amount should be sent as &amp;quot;&amp;amp;amount=9.95&amp;quot;. If you have default amounts set on the offer, and you want a $0 transaction, you must pass amount as &amp;quot;zero&amp;quot;.  &lt;br /&gt;
*'' currency ''- This paremeter defines the currency that the &amp;quot;amount&amp;quot; parameter is sent in.  The possible 3 letter currency values are listed on the Config Admin -&amp;gt; Currency - All page.  This page is also where you would need to manually maintain conversion rates for your install.  When Offerit receives a transaction in a currency that is not your base currency, it will automatically convert the amount to the equivalent amount in your base currency for reporting.  &lt;br /&gt;
*'' username ''&lt;br /&gt;
*'' password ''&lt;br /&gt;
*'' email ''&lt;br /&gt;
*'' ip ''&lt;br /&gt;
*'' firstname ''&lt;br /&gt;
*'' lastname ''&lt;br /&gt;
*'' address1 ''&lt;br /&gt;
*'' address2 ''&lt;br /&gt;
*'' zip ''&lt;br /&gt;
*'' city ''&lt;br /&gt;
*'' state ''&lt;br /&gt;
*'' country ''&lt;br /&gt;
*'' shipping_firstname ''&lt;br /&gt;
*'' shipping_lastname ''&lt;br /&gt;
*'' shipping_address1 ''&lt;br /&gt;
*'' shipping_address2 ''&lt;br /&gt;
*'' shipping_zip ''&lt;br /&gt;
*'' shipping_city ''&lt;br /&gt;
*'' shipping_state ''&lt;br /&gt;
*'' shipping_country ''&lt;br /&gt;
*'' phone ''&lt;br /&gt;
*'' custom1 ''&lt;br /&gt;
*'' custom2 ''&lt;br /&gt;
*'' custom3 ''&lt;br /&gt;
*'' custom4 ''&lt;br /&gt;
*'' custom5 ''&lt;br /&gt;
'''&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;*COMING SOON*&amp;lt;/font&amp;gt;'''&lt;br /&gt;
*'' trans_custom1 '' - custom value to record with a transaction.  -1 is a reserved value and should not be used.&lt;br /&gt;
*'' trans_custom2 ''&lt;br /&gt;
*'' trans_custom3 ''&lt;br /&gt;
*'' trans_custom4 ''&lt;br /&gt;
*'' trans_custom5 ''&lt;br /&gt;
''' If you send postbacks with different personal data for the same customer, Offerit will take the latest information sent and update the customer record in question. '''&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Transaction_Report&amp;diff=4007</id>
		<title>Offerit REST API Get Transaction Report</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Get_Transaction_Report&amp;diff=4007"/>
				<updated>2019-12-10T14:15:16Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== '''GET /report/transaction''' ==&lt;br /&gt;
'''Description''' &lt;br /&gt;
*Offerit supports an API resource to grab all the stats used within the Offerit transactions report.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/report/transaction&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*Replace domain with the offerit domain&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*GET&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
&lt;br /&gt;
** '''period''' - Which period of time to select data for. See below for more information regarding the periods within Offerit. &lt;br /&gt;
** '''start''' - start date for the stats. Used when period is not sent or set to 8&lt;br /&gt;
** '''end''' -  end date for the stats. Used when period is not sent or set to 8&lt;br /&gt;
** '''filter_affiliate''' - Only see stats for specific affiliate &lt;br /&gt;
** '''filter_loginid''' - Only see stats for the specifc login ID passed in.&lt;br /&gt;
** '''filter_campaignid''' - Only see stats for the specific campaign ID for the affiliate. (Can only be used if filter_loginid is passed in)&lt;br /&gt;
** '''filter_offerid''' - Only see stats for the specific site ID passed in.&lt;br /&gt;
** '''filter_landingpageid''' - Only see stats for the specific tour ID passed in. &lt;br /&gt;
** '''filter_adtoolid''' - Only see stats for the specific adtool ID passed in. &lt;br /&gt;
** '''filter_programid''' - Only see stats for the specific program ID passed in. &lt;br /&gt;
** '''filter_countryid''' - Only see stats for the specific Country ID passed in. &lt;br /&gt;
** '''no_inhouse''' - 0 for all affiliates, 1 to exclude inhouse.&lt;br /&gt;
** '''trans_type''' - Type of transactions to return. Default is all.&lt;br /&gt;
** '''filter_external_clickid''' - search for a specific affiliate _ocid.&lt;br /&gt;
** '''filter_transaction_hash''' - search for an internal click_hash.&lt;br /&gt;
** '''filter_orderid''' - search for a transaction with a specific orderid.&lt;br /&gt;
** '''trans_start''' - Number of transactions to offset default 0.&lt;br /&gt;
** '''trans_count''' - Number of transactions to return default 100.&lt;br /&gt;
&lt;br /&gt;
== Periods == &lt;br /&gt;
{| class=&amp;quot;tmplfunc&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! # || Name || Argument Description&lt;br /&gt;
|-&lt;br /&gt;
| 0 || current || Current Period&lt;br /&gt;
|-&lt;br /&gt;
| 1 || last || Last Period&lt;br /&gt;
|-&lt;br /&gt;
| 2 || today || Today&lt;br /&gt;
|-&lt;br /&gt;
| 3 || yesterday || Yesterday&lt;br /&gt;
|-&lt;br /&gt;
| 4 || week || This Week&lt;br /&gt;
|-&lt;br /&gt;
| 5 || month || This Month&lt;br /&gt;
|-&lt;br /&gt;
| 6 || year || This Year&lt;br /&gt;
|-&lt;br /&gt;
| 7 || all || All Time&lt;br /&gt;
|-&lt;br /&gt;
| 8 || free || Freeform (See also the ''start'' and ''end'' parameters above)&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
|-&lt;br /&gt;
| 10 || lastweek || Last Week&lt;br /&gt;
|-&lt;br /&gt;
| 11 || lastmonth || Last Month&lt;br /&gt;
|-&lt;br /&gt;
| 12 || past60 || Past 60 Days&lt;br /&gt;
|-&lt;br /&gt;
| 13 || past90 || Past 90 Days&lt;br /&gt;
|-&lt;br /&gt;
| 14 || lastyear || Last Year&lt;br /&gt;
|-&lt;br /&gt;
| 15 || past7 || Past 7 Days&lt;br /&gt;
|-&lt;br /&gt;
| 16 || past180 || Past 180 Days&lt;br /&gt;
|-&lt;br /&gt;
| 17 || past30 || Past 30 Days&lt;br /&gt;
|-&lt;br /&gt;
| 28 || past15 || Past 15 Days&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$curl = curl_init();&lt;br /&gt;
&lt;br /&gt;
$data = array(&lt;br /&gt;
    'period' =&amp;gt; 2,&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url = 'http://domain/api/report/transaction?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
$headers = array(&lt;br /&gt;
    'api-key: 44b5498dbcb481a0d00b404c0169af62',&lt;br /&gt;
    'api-username: productsupport'&lt;br /&gt;
);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);&lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);&lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url);&lt;br /&gt;
&lt;br /&gt;
$resp = curl_exec($curl);&lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources&lt;br /&gt;
curl_close($curl);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Offerit API Articles]]&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=4005</id>
		<title>Offerit Currency Exchange Rates</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=4005"/>
				<updated>2019-07-16T17:47:17Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: /* Automatic Updates *COMING SOON* */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual|show_setup_section=true}}&lt;br /&gt;
&lt;br /&gt;
Ideally, the amounts reported back to Offerit should be a converted amount to your base currency.  However, offerit can be used for converting amounts instead.  When sending a postback to offerit for a different currency, we will use the exchange rate configured in your Offerit install at the time we receive the postback/pixel call for a transaction.  With these details in mind, here are a few potential issues that can occur when using Offerit for converting currencies:&lt;br /&gt;
* The exchange rate used by the processor for the transaction does not match up with the exchange rate configured in offerit when the postback/pixel is received&lt;br /&gt;
* The exchange rate our source is reporting does not match the rate you want or expect&lt;br /&gt;
* The source api fails to return the latest rates&lt;br /&gt;
&lt;br /&gt;
= Automatic Updates &amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;*COMING SOON*&amp;lt;/font&amp;gt; =&lt;br /&gt;
By default Offerit updates conversion rates once a day from https://exchangeratesapi.io/.  We have options to decrease this frequency to weekly if you choose.  If you would like to update more frequently than this, you can turn OFF the automatic update configuration and use our [[Offerit_REST_API_Set_Currency_Exchange_Rates|Set Currency Exchange Rates API]] to send exchange rate updates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Automatic Update Configurations ==&lt;br /&gt;
* Automatic Exchange Rate Updates - Turn automatic updates for currency exchange rates on or off.&lt;br /&gt;
* Automatic Update Currency List - You can use a comma separated list if you only want to opt-in to automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Exclude Currency List - You can use a comma separated list if you want to opt-out of automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Schedule - Daily is our default, but you can choose weekly updates on a specific day of the week as well.&lt;br /&gt;
* Exchange Rate Source - The source API you would like to receive automatic updates from.&lt;br /&gt;
* Open Exchange Rates App ID - If you choose &amp;quot;Open Exchange Rates&amp;quot; as your Exchange Rate Soruce, you can use this to set a personal &amp;quot;App ID&amp;quot; for making the API calls to their system.&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=4004</id>
		<title>Offerit Currency Exchange Rates</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=4004"/>
				<updated>2019-07-16T17:46:30Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual|show_setup_section=true}}&lt;br /&gt;
&lt;br /&gt;
Ideally, the amounts reported back to Offerit should be a converted amount to your base currency.  However, offerit can be used for converting amounts instead.  When sending a postback to offerit for a different currency, we will use the exchange rate configured in your Offerit install at the time we receive the postback/pixel call for a transaction.  With these details in mind, here are a few potential issues that can occur when using Offerit for converting currencies:&lt;br /&gt;
* The exchange rate used by the processor for the transaction does not match up with the exchange rate configured in offerit when the postback/pixel is received&lt;br /&gt;
* The exchange rate our source is reporting does not match the rate you want or expect&lt;br /&gt;
* The source api fails to return the latest rates&lt;br /&gt;
&lt;br /&gt;
= Automatic Updates &amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;*COMING SOON*&amp;lt;/font&amp;gt; =&lt;br /&gt;
By default Offerit updates conversion rates once a day from https://exchangeratesapi.io/.  We have options to decrease this frequency to weekly if you choose.  If you would like to update more frequently than this, you can turn OFF the automatic update configuration and use our API to send exchange rate updates.&lt;br /&gt;
[[Offerit_REST_API_Set_Currency_Exchange_Rates|Set Currency Exchange Rates API]]&lt;br /&gt;
&lt;br /&gt;
== Automatic Update Configurations ==&lt;br /&gt;
* Automatic Exchange Rate Updates - Turn automatic updates for currency exchange rates on or off.&lt;br /&gt;
* Automatic Update Currency List - You can use a comma separated list if you only want to opt-in to automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Exclude Currency List - You can use a comma separated list if you want to opt-out of automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Schedule - Daily is our default, but you can choose weekly updates on a specific day of the week as well.&lt;br /&gt;
* Exchange Rate Source - The source API you would like to receive automatic updates from.&lt;br /&gt;
* Open Exchange Rates App ID - If you choose &amp;quot;Open Exchange Rates&amp;quot; as your Exchange Rate Soruce, you can use this to set a personal &amp;quot;App ID&amp;quot; for making the API calls to their system.&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4003</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4003"/>
				<updated>2019-07-16T17:31:36Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Currency Exchange Rates|Currency Exchange Rates]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Currency Exchange Rates|PATCH /service/set_currency_exchange_rates]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4002</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4002"/>
				<updated>2019-07-16T17:31:14Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Currency Exchange Rates|Currency Exchange Rates]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Currency Exchange Rates|PATCH /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_REST_API_Set_Currency_Exchange_Rates&amp;diff=4001</id>
		<title>Offerit REST API Set Currency Exchange Rates</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_REST_API_Set_Currency_Exchange_Rates&amp;diff=4001"/>
				<updated>2019-07-16T17:30:00Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit  Manual&lt;br /&gt;
| show_rest_api_section = true&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;* COMING SOON *&amp;lt;/font&amp;gt;&lt;br /&gt;
== '''PATCH /service/set_currency_exchange_rates''' ==&lt;br /&gt;
&lt;br /&gt;
'''Description''' &lt;br /&gt;
* Sets currency exchange rates in your configuration. For example, in the Configuration Admin, &amp;quot;Currency - All&amp;quot; section, you can update the value for a rate such as &amp;quot;EUR Exchange Rate to USD&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
'''Resource URL'''&lt;br /&gt;
*&amp;lt;nowiki&amp;gt;http://domain/api/service/set_currency_exchange_rates&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Response Format'''&lt;br /&gt;
*JSON&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Allowed_HTTP_Request_Methods|Request Method''']]&lt;br /&gt;
*PATCH&lt;br /&gt;
&lt;br /&gt;
'''[[Offerit_REST_API_Overview#Authentication|Authentication]]'''&lt;br /&gt;
*HTTP headers&lt;br /&gt;
&lt;br /&gt;
== '''Parameters''' ==&lt;br /&gt;
*base&lt;br /&gt;
**'''''type: string'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** base currency to set rates for&lt;br /&gt;
*rates&lt;br /&gt;
**'''''type: array'''''&lt;br /&gt;
**'''''required'''&lt;br /&gt;
** Array of other currencies with the conversion rate to the &amp;quot;base&amp;quot; parameter above.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Example Code''' ==&lt;br /&gt;
&lt;br /&gt;
'''PHP'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$url = 'http://domain/api/service/set_currency_exchange_rates';&lt;br /&gt;
$curl = curl_init(); &lt;br /&gt;
 &lt;br /&gt;
$headers = array( &lt;br /&gt;
	'api-key: 44b5498dbcb481a0d00b404c0169af62', &lt;br /&gt;
	'api-username: productsupport' &lt;br /&gt;
);  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$data = Array(&lt;br /&gt;
	'base' =&amp;gt; 'USD',&lt;br /&gt;
	'rates' =&amp;gt; Array(&lt;br /&gt;
		'EUR' =&amp;gt; 0.8639308856,&lt;br /&gt;
		'AUD' =&amp;gt; 1.4094168468,&lt;br /&gt;
		'CAD' =&amp;gt; 1.3047084234,&lt;br /&gt;
	),&lt;br /&gt;
);                                                  &lt;br /&gt;
&lt;br /&gt;
$data_string = http_build_query($data);&lt;br /&gt;
$url .= '?'.$data_string;&lt;br /&gt;
&lt;br /&gt;
curl_setopt($curl, CURLOPT_GET, 1);&lt;br /&gt;
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); &lt;br /&gt;
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); &lt;br /&gt;
curl_setopt($curl, CURLOPT_URL, $url); &lt;br /&gt;
&lt;br /&gt;
                                                &lt;br /&gt;
$resp = curl_exec($curl); &lt;br /&gt;
//dumps an associative array representation of the json response&lt;br /&gt;
$output = json_decode($resp, true);&lt;br /&gt;
if($output !== NULL) {&lt;br /&gt;
	//json was valid. Dump the decoded array&lt;br /&gt;
	print_r($output);&lt;br /&gt;
}&lt;br /&gt;
else {&lt;br /&gt;
	//invalid json, just dump the raw response&lt;br /&gt;
	print_r($resp);&lt;br /&gt;
}&lt;br /&gt;
// Close request to clear up some resources &lt;br /&gt;
curl_close($curl); &lt;br /&gt;
?&amp;gt; &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''Example Output''' ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [result] =&amp;gt; success&lt;br /&gt;
    [message] =&amp;gt; Saved new rates to config. EUR: 0.8639308856; AUD: 1.4094168468; CAD: 1.3047084234;&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4000</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=4000"/>
				<updated>2019-07-16T17:28:29Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Currency Exchange Rates|Currency Exchange Rates]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=3999</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=3999"/>
				<updated>2019-07-16T17:22:10Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Currency Exchange Rates|Currency Exchange Rates]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=3998</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=3998"/>
				<updated>2019-07-16T17:21:36Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Currency Exchange Rates]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=3997</id>
		<title>Offerit Currency Exchange Rates</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=3997"/>
				<updated>2019-07-16T17:20:49Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual|show_setup_section=true}}&lt;br /&gt;
&lt;br /&gt;
Ideally, the amounts reported back to Offerit should be a converted amount to your base currency.  However, offerit can be used for converting amounts instead.  When sending a postback to offerit for a different currency, we will use the exchange rate configured in your Offerit install at the time we receive the postback/pixel call for a transaction.  With these details in mind, here are a few potential issues that can occur when using Offerit for converting currencies:&lt;br /&gt;
* The exchange rate used by the processor for the transaction does not match up with the exchange rate configured in offerit when the postback/pixel is received&lt;br /&gt;
* The exchange rate our source is reporting does not match the rate you want or expect&lt;br /&gt;
* The source api fails to return the latest rates&lt;br /&gt;
&lt;br /&gt;
= Automatic Updates &amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;*COMING SOON*&amp;lt;/font&amp;gt; =&lt;br /&gt;
By default Offerit updates conversion rates once a day from https://exchangeratesapi.io/.  We have options to decrease this frequency to weekly if you choose.  If you would like to update more frequently than this, you can turn OFF the automatic update configuration and use our API to send exchange rate updates.&lt;br /&gt;
http://wiki.offerit.com/index.php/Offerit_REST_API_Set_Currency_Exchange_Rates&lt;br /&gt;
&lt;br /&gt;
== Automatic Update Configurations ==&lt;br /&gt;
* Automatic Exchange Rate Updates - Turn automatic updates for currency exchange rates on or off.&lt;br /&gt;
* Automatic Update Currency List - You can use a comma separated list if you only want to opt-in to automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Exclude Currency List - You can use a comma separated list if you want to opt-out of automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Schedule - Daily is our default, but you can choose weekly updates on a specific day of the week as well.&lt;br /&gt;
* Exchange Rate Source - The source API you would like to receive automatic updates from.&lt;br /&gt;
* Open Exchange Rates App ID - If you choose &amp;quot;Open Exchange Rates&amp;quot; as your Exchange Rate Soruce, you can use this to set a personal &amp;quot;App ID&amp;quot; for making the API calls to their system.&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Postback_Examples&amp;diff=3996</id>
		<title>Offerit Postback Examples</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Postback_Examples&amp;diff=3996"/>
				<updated>2019-07-16T17:18:40Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual|show_setup_section=true}}&lt;br /&gt;
= Event Postbacks =&lt;br /&gt;
Offerit uses the 'process_pixel.php' script to record events. Below are the examples of different events you may need to send postbacks for, and what parameters are required to record each event type in Offerit.&lt;br /&gt;
&lt;br /&gt;
== Conversion Postback ==&lt;br /&gt;
The first transaction for a customer is considered a &amp;quot;conversion&amp;quot;.  For conversions, the only required field is the 'click_hash' which was generated for a surfer when they went through one of our tracking links:&lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?click_hash={CLICK_HASH}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Although sending just click_hash will work for recording a conversion event, here are some optional parameters that are commonly sent:'''&lt;br /&gt;
*'' subscription_id ''- the Subscription ID is generally a unique customer identifier from your system.  Sending a subscription_id allows you to tie future events to the same cusotmer record&lt;br /&gt;
*'' amount ''- This parameter is the amount of revenue your network made for the event.  It will override the &amp;quot;Conversion Amount&amp;quot; defined on the offer.  This allows you to record transactions for any amount rather than just the default amount for the offer. This value should be sent in the base currency for your network.  The default is USD, but you can check your network's default in the Config Admin -&amp;gt; Currency - All page.  This value should also be in decimal format. For example, if a transaction amount is $9.95, the amount should be sent as &amp;quot;&amp;amp;amount=9.95&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Continuity Postback ==&lt;br /&gt;
Any transaction for a customer after the initial conversion is considered a &amp;quot;continuity&amp;quot;. (Ex: Recurring Subscriptions may have periodic continuity transactions sent) &lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?subscription_id={USER_ID}&amp;amp;orderid={TRANSACTION_ID}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For continuities, you must send at minimum the subscription_id (same as from conversion postback), and the orderid:&lt;br /&gt;
*'' subscription_id ''- the Subscription ID is generally a unique customer identifier from your system.  Sending a subscription_id allows you to tie future events to the same cusotmer record&lt;br /&gt;
*'' orderid ''- The Order ID is generally a unique identifier for the transaction from your system.  Sending us an identifier for your transactions helps us to ensure that if you accidentally send the same transaction postback multiple times, we will only record it once.  It also helps with advertiser communication to find and reference transactions if disputes arise.  &lt;br /&gt;
&lt;br /&gt;
== Goal Postback ==&lt;br /&gt;
For flexibility, Offerit allows you to define your own custom events called &amp;quot;Goals&amp;quot;.  A common example that is added as a goal is a free registration or signup.  When setting up a new Goal, you will be asked to define a &amp;quot;Goal Slug&amp;quot; (ex: freereg).  This is slug is what you add to your postbacks to indicate that it is not a normal conversion event, but rather a custom event:&lt;br /&gt;
&amp;lt;pre&amp;gt;http://example.offerit.com/signup/process_pixel.php?click_hash={CLICK_HASH}&amp;amp;subscription_id={USER_ID}&amp;amp;goal_slug={GOAL_SLUG}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Goal postbacks require the following fields:&lt;br /&gt;
*'' click_hash '' - This is the same click_hash generated for a surfer when they go through our tracking links.  This field is only required if this is the first postback being sent for the customer (before conversion)&lt;br /&gt;
*'' subscription_id '' - If this is the first post for the customer, this field will set the customer's ID from your system in Offerit so it can be used for future postbacks instead of click_hash.  If this is a follow up post, this will be used to look up the existing customer to insert the Goal transaction in the same customer record.  &lt;br /&gt;
*'' goal_slug '' - This is the &amp;quot;Goal Slug&amp;quot; defined when adding a new Goal.  You can look up your existing goal slugs from the Offers Admin -&amp;gt; Manage Goals page.  This indicates what type of transaction you are trying to report.&lt;br /&gt;
*'' orderid '' - This field is only required if this is NOT the first postback being sent for the customer (no click_hash).  The Order ID is generally a unique identifier for the transaction from your system.  Sending us an identifier for your transactions helps us to ensure that if you accidentally send the same transaction postback multiple times, we will only record it once.  It also helps with advertiser communication to find and reference transactions if disputes arise. &lt;br /&gt;
&lt;br /&gt;
You can optionally ask us to enable a setting which will require &amp;quot;orderid&amp;quot; for cases where the goal postback is the first postback for a customer.  &lt;br /&gt;
&lt;br /&gt;
= Optional Parameters =&lt;br /&gt;
The following paremeters can also be sent in your postbacks to be recorded with the customer record:&lt;br /&gt;
*'' amount ''- This parameter is the amount of revenue your network made for the event. If the amount for a transaction doesn't match what's defined as the default amount for the event on the offer, you can send this parameter to set the proper transaction amount to be recorded. This value should be sent in the base currency for your network.  The default is USD, but you can check your network's default in the Config Admin -&amp;gt; Currency - All page.  This value should also be in decimal format. For example, if a transaction amount is $9.95, the amount should be sent as &amp;quot;&amp;amp;amount=9.95&amp;quot;. If you have default amounts set on the offer, and you want a $0 transaction, you must pass amount as &amp;quot;zero&amp;quot;.  &lt;br /&gt;
*'' currency ''- This paremeter defines the currency that the &amp;quot;amount&amp;quot; parameter is sent in.  The possible 3 letter currency values are listed on the Config Admin -&amp;gt; Currency - All page.  This page is also where you would need to manually maintain conversion rates for your install.  When Offerit receives a transaction in a currency that is not your base currency, it will automatically convert the amount to the equivalent amount in your base currency for reporting.  &lt;br /&gt;
*'' username ''&lt;br /&gt;
*'' password ''&lt;br /&gt;
*'' email ''&lt;br /&gt;
*'' ip ''&lt;br /&gt;
*'' firstname ''&lt;br /&gt;
*'' lastname ''&lt;br /&gt;
*'' address1 ''&lt;br /&gt;
*'' address2 ''&lt;br /&gt;
*'' zip ''&lt;br /&gt;
*'' city ''&lt;br /&gt;
*'' state ''&lt;br /&gt;
*'' country ''&lt;br /&gt;
*'' shipping_firstname ''&lt;br /&gt;
*'' shipping_lastname ''&lt;br /&gt;
*'' shipping_address1 ''&lt;br /&gt;
*'' shipping_address2 ''&lt;br /&gt;
*'' shipping_zip ''&lt;br /&gt;
*'' shipping_city ''&lt;br /&gt;
*'' shipping_state ''&lt;br /&gt;
*'' shipping_country ''&lt;br /&gt;
*'' phone ''&lt;br /&gt;
*'' custom1 ''&lt;br /&gt;
*'' custom2 ''&lt;br /&gt;
*'' custom3 ''&lt;br /&gt;
*'' custom4 ''&lt;br /&gt;
*'' custom5 ''&lt;br /&gt;
''' If you send postbacks with different personal data for the same customer, Offerit will take the latest information sent and update the customer record in question. '''&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=3995</id>
		<title>Template:Offerit Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Template:Offerit_Manual&amp;diff=3995"/>
				<updated>2019-07-16T17:09:34Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;offeritnavbox&amp;quot;&lt;br /&gt;
! &amp;lt;span class=&amp;quot;productname&amp;quot;&amp;gt;[[Offerit|Offerit]]&amp;lt;/span&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_for_affiliates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | For Affiliates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Automatic SubIDs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Stats Dumps|Affiliate Stats Dumps]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Linkcode|Linkcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Link Groups|Link Groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Host and Post]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[ASP Query String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Main Payout Page|Main Payout Page]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliate_area_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
 ! class=&amp;quot;i1&amp;quot; | Offerit Affiliate Area&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Affiliate Area|Offerit Affiliate Area]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
    | [[Affiliate Account Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Account Change Log]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Creatives|Affiliate Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Creatives Search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Custom Pixels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Linkcode Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Login History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Key Statistics|Dashboard Key Statistics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Dashboard Statistics Summary|Dashboard Statistics Summary]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Payment History]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Quick Links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referring URL Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Remote Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Filters]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Statistic Views]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate SubIDs]]&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Email and Notification Settings]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Skins and Languages]] --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- | [[Affiliate Bonus Rewards]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_setup_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offerit Setup&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Post-Installation Steps|Post-Installation Steps]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Getting Started Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Quick-Start Guide]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Postback Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Replacement Variables]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_admin_overview_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Admin Dashboard&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Dashboard|The Admin Dashboard]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_reporting_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Reporting Admin|The Reporting Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack|Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Fraud|Fraud Reports]]&lt;br /&gt;
    |- --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_report_breakdowns_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Report Breakdowns&lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Profit and Loss Report|Profit and Loss Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Subscription Report|Subscription Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Transactions Report|Transactions Reports]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Fraud Report|Fraud Report]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Ratios Report|Affiliate Ratios Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Surfer Actions Report|Visitor Actions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Tier Commissions Report|Referral Tier Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referral Signup Commissions Report|Referral Signup Payouts Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Additional Commissions Report|Additional Commissions Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Graphical Affiliate Comparison Report|Graphical Affiliate Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Single Day Comparison Report|The Single Day Comparison Report]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Actual Affiliate Payments|Actual Affiliate Payments Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Payments Withheld Report|The Payments Withheld Report]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_offers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers Admin|The Offers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offers|Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Setup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking Domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission|Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Suppression Lists]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Pixel Builder]]&lt;br /&gt;
    &amp;lt;!-- | [[Offerit Post URLs Usage|Post URL Usage]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URLs|Post URLs in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mobile Landing Pages|Mobile Landing Pages]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Partner]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Offer User Management|Offer User Management]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer/Landing Page Redirection]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Host and Post]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Post URLs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offer Goals]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_affiliates_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliates Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliates Admin|The Affiliates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Managers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Referrals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Activation|Affiliate Activation]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin-Only Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Override|Affiliate Overrides]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Creating Admin Accounts|Creating Admin Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[In House Accounts|In-House Accounts]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Add Manual Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Manual Invoice|Manual Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Documents|Affiliate Documents]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Enabled Offers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Affiliate Status]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_advertisers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertisers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertisers Admin|The Advertisers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Account Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Invoices]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Generate Invoice]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Advertiser Approval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Change Advertiser Status]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_customers_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customers Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customers Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add Customer|Manually Adding a Customer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_commissions_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Commissions Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Commissions Admin|The Commissions Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding Commissions|Adding Commissions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission Changes|Commission Changes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[ID Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Commission]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Special Pricing Options|Special Pricing Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payments_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payments Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payments Admin|The Payments Admin]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payout Periods]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payvia Dump Formats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payment Dump Entry Numbers |Payment Dump Entry Numbers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Payment Dump Variables|Payment Dump Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Check Functions|Check Functions]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_payment_methods_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; |Payment Methods&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Payza|Payza]] &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creatives_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creatives Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creatives Admin|The Creatives Admin]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Duplicating Creative Types|Duplicating Creative Types]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creatives|Add New Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add New Creative Type|Add New Creative Type]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
   &amp;lt;!-- |-&lt;br /&gt;
    | [[Bulk Import Creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative_Templates|Creative Templates]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Code Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Track and Strack]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_creative_types_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Default Creative Types  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Image Banners|Image Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Flash Banners|Flash Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Dynamic Text Banners|Dynamic Text Banners]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Feeds|Feeds]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailers|Mailers]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Downloadable Videos|Video Download]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Embedded Videos|Video Embed]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Peels|Page Peels]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IM Popups|IM Popups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Footer Ads|Footer Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Page Ads|Page Ads]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Overlays|Overlays]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_mailing_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Mailing Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Admin|The Mailing Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Create New Mailer|Create New Mailer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailing Queue|The Mailing Queue]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mailer Template Variables|Mailer Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Mass Mailer Template Variables|Mass Mailing Template Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit_common_mailer_examples|Common Mailer Examples]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Setting Rules]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_communications_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Communications Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Communications Admin|The Communications Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Add News|Add News Item]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Send Message|Sending Messages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Signup Questions]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit_Mass_Mailer_Template_Variables|Mass Mailer Template Variables]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_configuration_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Configuration Admin&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Configuration Admin|The Configuration Admin]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Fraud|Fraud Configuration]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Postback URL|Affiliate Signup Postback URL]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Edit Affiliate Text]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Edit CSS Colors]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit Log Admin Activity|Log Admin Activity]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit IP Address Filtering|IP Address Filtering]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Email Configuration|Email Configuration]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Postback|Affiliate Postback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Analytics]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Throttling]] --&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_skins_and_templates_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | &amp;amp;nbsp; Skins and Templates&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins and Templates Admin|The Skins and Templates Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Skins|Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty Plugins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Templates|Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Site Templates|Site Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Language Skins|Language Skins]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Language Files]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit custom errors.php|custom_errors.php]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Join Page Variables|Join Page Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Post URL Variables|Post URL Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Customer Usernames &amp;amp; Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Username Recommendations|Username Recommendations]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Password Retrieval|Password Retrieval]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Post-Biller Templates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Geo-Target Join Options|Geo-Target Join Options]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Random Usernames and Passwords]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Smarty print array]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Support Template|Affiliate Support Template]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Adding a Verification Image|Adding a Verification Image]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Custom Commission and Campaign Selection Pages|Custom Commission and Campaign Selection Pages]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Output An Affiliate's Last Paid Date|Output An Affiliate's Last Paid Date]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Affiliate Signup Email|Affiliate Signup Email]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Affiliate Join Page Linkcodes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Approval/Upgrade/Denial Variables]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CSS Theme Builder]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_rest_api_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | REST API&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | General&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Overview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Ping|GET /service/ping]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Advertiser&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Advertiser |PATCH /advertiser/edit_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Advertiser |POST /advertiser/add_advertiser]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Affiliate&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Links |GET /affiliate/get_links]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Single Link |GET /affiliate/get_single_link]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Search_Affiliate|GET /affiliate/search]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Decode Trackingcode|GET /affiliate/decode_trackingcode]]  &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Affiliate |PATCH /affiliate/edit_affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Affiliate Payvia Info|PATCH /affiliate/payvia]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Affiliate|POST /affiliate/add_affiliate]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Affiliate Login Ips|POST /affiliate/affiliate_login_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Creative&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives |GET /creative/get_creatives]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Fields|GET /creative/get_creative_fields]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Creatives Rules|GET /creative/get_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative|PATCH /creative/delete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative|PATCH /creative/edit_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Creative Rules|PATCH /creative/edit_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Undelete Creative|PATCH /creative/undelete_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative|POST /creative/add_creative]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Creative Rule|POST /creative/add_creative_rule]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Delete Creative Rules|POST /creative/delete_creative_rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Customer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Customer Details|PATCH /customer/set_customer_details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Lock Customer|PATCH /customer/lock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Unlock Customer|PATCH /customer/unlock]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Forget Customer|PATCH /customer/forget]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Export Customer|GET /customer/export]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Offer&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Conversion Caps|GET /offer/get_conversion_caps]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Check Orderid Exists|GET /offer/check_orderid_exists]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Commission Changes|GET /offer/get_commission_changes]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Activate Offer|PATCH /offer/activate_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Landing Page |PATCH /offer/edit_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Edit Offer |PATCH /offer/edit_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Pause Offer|PATCH /offer/pause_offer]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Commission Change Payouts|PATCH /offer/set_commission_change_payouts]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Enabled Affiliates |PATCH /offer/set_enabled_affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Categories|PATCH /offer/set_offer_categories]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Countries|PATCH /offer/set_offer_countries]] &lt;br /&gt;
    |-    &lt;br /&gt;
    | [[Offerit REST API Set Offer Goals |PATCH /offer/set_offer_goals]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Groups |PATCH /offer/set_offer_groups]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Set Offer Marketing Types|PATCH /offer/set_offer_marketing_types]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Store Offer Ips|PATCH /offer/store_offer_ips]] &lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Commission Change |POST /offer/add_commission_change]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Landing Page |POST /offer/add_landing_page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Offer |POST /offer/add_offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Add Tracking Domain |POST /offer/add_tracking_domain]]&lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Reporting&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Profit Loss Report|GET /report/profitloss]] &lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit REST API Get Transaction Report|GET /report/transaction]] &lt;br /&gt;
    |-&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Transaction&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Get Transaction Payout Preview|GET /transaction/transaction_payout_preview]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Orderid |PATCH /transaction/transaction_update_revenue_by_orderid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Transaction Update Revenue By Transaction Hash |PATCH /transaction/transaction_update_revenue_by_transaction_hash]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Void |POST /transaction/process_void]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Chargeback |POST /transaction/process_chargeback]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Process Reversal |POST /transaction/process_reversal]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Approve Pending Transaction |POST /transaction/approve_pending_transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit REST API Click Detail |GET /transaction/click_detail]]  &lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_api_admin_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | SOAP API (*deprecated*)&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API|API]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate|Add Affiliate]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Affiliate Sale|Add Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Add Offer|Add Offer]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Approve Transaction|Approve Transaction]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Admin Get Creatives|Admin Get Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Creative Types|Creative Types]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Decode Offeritcode|Decode Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Deny Transaction|Deny Transaction]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Disable Affiliate Landing Page|Disable Affiliate Landing Page]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Edit Affiliate Sale|Edit Affiliate Sale]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Enable Affiliate Landing Page|Enable Affiliate Landing Page]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Creative Categories|Creative Categories]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Stats|Get Affiliate Stats]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Allowed Affiliates|Get Allowed Affiliates]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Landing Page Details|Get Landing Page Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer Details|Get Offer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Offer List|Get Offer List]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Profit Loss Report|Get Profit Loss Report]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Affiliate Get Traffic Tags|Affiliate Get Traffic Tags]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Tracking Codes|Get Affiliate Tracking Codes]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Affiliate Sales|Get Affiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Subaffiliate Sales|Get Subaffiliate Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Details|Get Customer Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Instant Upgrade String|Get Customer Instant Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Package Upgrade String|Get Customer Package Upgrade String]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Get Customer Upsell String|Get Customer Upsell String]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Details|List Affiliate Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API List Affiliate Subaffiliates|List Affiliate Subaffiliates]]&lt;br /&gt;
    |- &lt;br /&gt;
    | [[Offerit API Ping|Ping]]&lt;br /&gt;
    |-&lt;br /&gt;
    &amp;lt;!-- |- &lt;br /&gt;
    | [[Offerit API Set Affiliate Defaults|Set Affiliate Defaults]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Admin Settings|Set Affiliate Admin Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Customs|Set Affiliate Customs]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Status|Set Affiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Information|Set Affiliate Information]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Affiliate Settings|Set Affiliate Settings]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Customer Details|Set Customer Details]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Subaffiliate Status|Set SubAffiliate Status]]&lt;br /&gt;
    &amp;lt;!-- |-&lt;br /&gt;
    | [[API Bulk Import Creatives|Bulk Import Creatives]] --&amp;gt;&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Set Member Details|Set Member Details]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit API Record Affiliate Click|Record Affiliate Click]]&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible {{{show_misc_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Misc.&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Rules|Rules]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Freeform Date|Freeform Date]]&lt;br /&gt;
    |-&lt;br /&gt;
&amp;lt;!--    | [[Rewards Admin|Rewards Admin]]&lt;br /&gt;
    |-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
    | [[Affiliate Custom Signup]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offeritcode]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Tracking in Offerit]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Logos]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Void Conversions Remotely]]&lt;br /&gt;
    |-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_troubleshooting_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | Troubleshooting&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Common Errors|Common Errors]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Fix Graphs|Fix Graphs]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Auto Login]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[AutoLogin Cookie]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Expired License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zend License]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[CAPTCHA]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Zip Files in Internet Explorer]]&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
&amp;lt;!-- {| class=&amp;quot;mw-collapsible {{{show_extras_section|mw-collapsed}}}&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
    ! class=&amp;quot;i1&amp;quot; | offerit Extras&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offeritid]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Remote Affiliate Authentication|Remote Affiliate Authentication]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Offerit Shopping Cart Sales|Shopping Cart Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Moving Landing Pages, Customers' Area, and Galleries]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Admin Areas]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Extended Sales]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[offerit Code Wordpress Plugin]]&lt;br /&gt;
    |-&lt;br /&gt;
    | [[Error_message_display]]&lt;br /&gt;
    |-&lt;br /&gt;
|} --&amp;gt;&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;[[Category:Offerit]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	<entry>
		<id>https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=3994</id>
		<title>Offerit Currency Exchange Rates</title>
		<link rel="alternate" type="text/html" href="https://wiki.offerit.com/index.php?title=Offerit_Currency_Exchange_Rates&amp;diff=3994"/>
				<updated>2019-07-16T16:59:23Z</updated>
		
		<summary type="html">&lt;p&gt;Offeritnick: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Offerit Manual&lt;br /&gt;
| show_setup_section = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Ideally, the amounts reported back to Offerit should be a converted amount to your base currency.  However, offerit can be used for converting amounts instead.  When sending a postback to offerit for a different currency, we will use the exchange rate configured in your Offerit install at the time we receive the postback/pixel call for a transaction.  With these details in mind, here are a few potential issues that can occur when using Offerit for converting currencies:&lt;br /&gt;
* The exchange rate used by the processor for the transaction does not match up with the exchange rate configured in offerit when the postback/pixel is received&lt;br /&gt;
* The exchange rate our source is reporting does not match the rate you want or expect&lt;br /&gt;
* The source api fails to return the latest rates&lt;br /&gt;
&lt;br /&gt;
= Automatic Updates &amp;lt;font color=&amp;quot;red&amp;quot; size=&amp;quot;2&amp;quot;&amp;gt;*COMING SOON*&amp;lt;/font&amp;gt; =&lt;br /&gt;
By default Offerit updates conversion rates once a day from https://exchangeratesapi.io/.  We have options to decrease this frequency to weekly if you choose.  If you would like to update more frequently than this, you can turn OFF the automatic update configuration and use our API to send exchange rate updates.&lt;br /&gt;
http://wiki.offerit.com/index.php/Offerit_REST_API_Set_Currency_Exchange_Rates&lt;br /&gt;
&lt;br /&gt;
== Automatic Update Configurations ==&lt;br /&gt;
* Automatic Exchange Rate Updates - Turn automatic updates for currency exchange rates on or off.&lt;br /&gt;
* Automatic Update Currency List - You can use a comma separated list if you only want to opt-in to automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Exclude Currency List - You can use a comma separated list if you want to opt-out of automatic updates for specific currencies.&lt;br /&gt;
* Automatic Update Schedule - Daily is our default, but you can choose weekly updates on a specific day of the week as well.&lt;br /&gt;
* Exchange Rate Source - The source API you would like to receive automatic updates from.&lt;br /&gt;
* Open Exchange Rates App ID - If you choose &amp;quot;Open Exchange Rates&amp;quot; as your Exchange Rate Soruce, you can use this to set a personal &amp;quot;App ID&amp;quot; for making the API calls to their system.&lt;/div&gt;</summary>
		<author><name>Offeritnick</name></author>	</entry>

	</feed>