An online printing solution for self-employed, small and medium business.
It is possible to integrate PrintSYS Store with Post Affiliate Pro, but you have to contact them directly to ask them to insert the tracking codes for you.
Click tracking code
First, you have to ask PrintSYS Store support to integrate the click tracking code into global footer, so it appears in every page of your store. The click tracking code can be found in PAP4 merchant panel Tools > Integration > Click tracking.
Sale tracking
In case of sale tracking, here is a sample code for your “thank you page“:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var sale = PostAffTracker.createSale();
sale.setTotalCost('120.50');
sale.setOrderID('ORD_12345XYZ');
sale.setProductID('test product');
PostAffTracker.register();
</script>
Ask them to replace hardcoded values with their dynamic variables.
The article explains how to track affiliate referrals, both clicks and sales, using click tracking code. It includes different code examples, such as simple and asynchronous click tracking codes, as well as how to set the Post Affiliate Network account ID, disable cookie creation, and write visitor's cookie ID or referring affiliate ID to site elements. The article also provides solutions for loading the referring affiliate ID and tracking cookie/ID/PAPVisitorId directly into the code without writing them.