PHP code example of yawaweb / affiliate-deeplink-generator
1. Go to this page and download the library: Download yawaweb/affiliate-deeplink-generator library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
yawaweb / affiliate-deeplink-generator example snippets
use yawaweb\AffiliateDeeplinkGenerator\Networks\Awin;
$awin = new Awin(123456789); //Publisher ID
$awin->setAdvertiserId(1234); //REQUIRED
$awin->setCampaignRef('myCampaign'); //OPTIONAL
$awin->setClickRef('custom click reference'); //OPTIONAL
$awin->getByDeeplink('https://www.example.com/search/?sSearch=football');