How can I link to my affiliate url from the branding link?

At the very bottom of the CookieHub settings dialog is a link to the CookieHub site for those who are interested (Cookie consent by CookieHub). Current affiliates can add the affiliate number to this link to earn commission from users referred from the settings dialog with a simple change to the CookieHub integration code.

Follow these steps to add your affiliate number to the link:

  1. Log in to the CookieHub dashboard
  2. Click the Affiliate link in the top menu
  3. Locate your 8 digit affiliate number, it should be a 8 character number

  4. Update your CookieHub code and add the affiliate number to the cpm variable as shown below (make sure you use your affiliate number):
<script type="text/javascript">
var cpm = {
	affiliate: 29404327
};
(function(h,u,b){
var d=h.getElementsByTagName("script")[0],e=h.createElement("script");
e.async=true;e.src='https://cookiehub.net/c2/xxxxxxxx.js';
e.onload=function(){u.cookiehub.load(b);}
d.parentNode.insertBefore(e,d);
})(document,window,cpm);
</script>

Still need help? Contact Us Contact Us