Add Clientexec Affiliate Tracking To Website
In Clientexec version 6.6 we introduced a new Affiliate System. If you want to add the tracking links to your website just follow these instructions. (Note: Your Clientexec installation automatically tracks hits).
Go to Settings > Affiliates > Custom Links.
Copy and paste the code provided there on all your external website pages you want to include the affiliate tracking on.
Example:
Go to Settings > Affiliates > Custom Links.
Copy and paste the code provided there on all your external website pages you want to include the affiliate tracking on.
Example:
<script src="https://yourclientexecsite.com/templates/default/js/aff.js"></script>
<script>
CEAffTracker.setParamNameId('aff');
CEAffTracker.setCookieDays(90);
try {
CEAffTracker.track();
} catch (err) { }
</script>
Updated on: 21/03/2023
Thank you!