Like Google Analytic, there are other analytic support
available on web. One of them is #LuckyOrange.
To work with this you need Site ID. I represented it in sample code as “NNNNN”. Below is script that you need to place it between
<head> </head> section of webpage. The code is asynchronous and
will not block your page from loading.
<script type='text/javascript'>
window.__wtw_lucky_site_id = 'NNNNN';
(function () {
var wa = document.createElement('script'); wa.type = 'text/javascript';
wa.async = true;
wa.src = ('https:' ==
document.location.protocol ? 'https://ssl' : 'http://cdn') + '.luckyorange.com/w.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wa, s);
})();
</script>
No comments:
Post a Comment