The PunchTab team is obsessed with testing. We’re proud that we get to power the loyalty programs for so many really great bloggers, brands, and businesses and we don’t take that responsibility lightly. So we’ve become obsessed with testing and tweeking. And as a result, we’re adding more features every week.
One of the key metrics we keep a close eye on is the number of points that we distribute, and this past week was one of our biggest weeks to date, distributing over half a million points in just a few days. (Pretty exciting!)
As our platform grows, we’re making modifications to help improve the performance of your loyalty program. Today we’re announcing an important change to to the Jave Script snippet that you pasted in your website.
If you had a JS snippet that looked like this:
var is_ssl = ("https:" == document.location.protocol);
var asset_host = is_ssl ? "https://www.punchtab.com/" : "http://www.punchtab.com/";
document.write(unescape("%3Cscript src='" + asset_host + "s/js/pt.js' type='text/javascript'%3E%3C/script%3E"));
It should now look like this:
var is_ssl = ("https:" == document.location.protocol);
var asset_host = is_ssl ? "https://static.punchtab.com/" : "http://static.punchtab.com/";
document.write(unescape("%3Cscript src='" + asset_host + "s/js/pt.js' type='text/javascript'%3E%3C/script%3E"));
The easiest and safest way to make this change is to log in to your PunchTab account and re-install your loyalty program. And don’t worry, the content (members, points, rewards) won’t be affected.
And if you’re a WordPress user, you can just download the latest version of the plugin. (That one is extra easy!)
Thanks for being a PunchTab user, and as always, we’d love to hear your feedback.





