DAT is a Useful and Powerful affiliate tools to increase/boost easily your Affiliate Programs., (*1)
You tried to display affiliate banners, but the conversion rates is really poor?
What you really need is a simple way to get affiliate commissions in the same time than a simple action on your website. Users will be much likely to use the affiliate service. The users won't leave your website's page (unlike clicking on affiliate banners) and you won't have more work to do..
How DAT Works?
- Frontend code. On your POST registration form
<input type="checkbox" name="register_to_partner" value="1" />
- Backend code. When the user submit the form
use DAT\Service\Identifier\Affiliate as AffiliateId;
use DAT\Service\Provider\TAC\EveFlirt;
use DAT\Tool\Client\Registration;
if (!empty($_POST['register_to_partner'])) {
// if user consented it
$aData = [
// user data to send to the affiliate platform
];
$oAffiliateId = new AffiliateId('<YOUR_AFFILIATE_ID>');
$oEveFlirt = new EveFlirt($oAffiliateId);
$oRegister = new Registration($oEveFlirt, $aData);
$oRegister->random(); // Optional. Sets the registration niche random
$oRegister->send();
}
Requirements
Installation
- Install Composer (https://getcomposer.org)
- Then, include it in your project:
bash
composer require ph-7/dating-affiliate-tools
Who I Am?
Pierre-Henry Soria, a passionate software engineer and creator of pH7CMS, for instance., (*2)
pierrehenrysoria+github [[AT]] gmail [[D0T]] com, (*3)
Disclaimer
The purpose of those tools is to help webmasters and affiliate programs to increase their revenue, but the DAT tools (Dating Affiliate Tools) have to be used only if their usage respect the affiliate platform's terms., (*4)
You CANNOT use this library against the TOS of the services present in this library.
There are there as an example, and it is your responsability to check the up-to-date TOS and/or speak to your affiliate manager of the affiliate program(s) to see if you can use those tools., (*5)
YOU are fully responsible of the usage of it and YOU CANNOT use it illegally or against those Web services. This present library (Dating-Affiliation-Tools / DAT) and myself (the present author) cannot be in any case responsible of the usage you make with it., (*6)
License
Under General Public License 3 or later., (*7)