Giter Club home page Giter Club logo

dating-affiliate-tools's Introduction

Dating Affiliate Tools (DAT)

DAT is a Useful and Powerful affiliate tools to increase/boost easily your Affiliate Programs.

Is it difficult and painful to get more traction/users to the affiliates services you promote on your website?

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..

DAT Registration tool is just a simple piece of code to add on any registration forms asking (with a input checkbox field) if they also want to be registered on a "friend" partner service to increase the chance of solving their problem (like dating someone for a dating service).

How DAT Works?

  1. Frontend code. On your POST registration form
<input type="checkbox" name="register_to_partner" value="1" />
  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

composer require ph-7/dating-affiliate-tools

Who I Am?

Pierre-Henry Soria, a passionate software engineer and creator of pH7CMS, for instance.

Where to Contact Me?

pierrehenrysoria+github [[AT]] gmail [[D0T]] com

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.

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.

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.

License

Under General Public License 3 or later.

dating-affiliate-tools's People

Contributors

ph-7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.