Include php tracking file on any page you wish to track /Affiliate Pro - Affiliate Management System

Hello,

We need support for setting up a tracking pixel on an HTML site

Include php tracking file on any page you wish to track

Step 1. Include php tracking file on any page you wish to track

Include (‘affiliate-pro / controller / affiliate-tracking.php’);

Step 2. Once a sale has been completed (for example to thank you page) include the file to record the sale into Affiliate Pro

$ Sale_amount = '21 .98 ';
$ Product = ‘My Product Description’;
Include (‘affiliate-pro / controller / record-sale.php’);

Thank you