Comment on page
👯
Pixel Setup
It's easy now to connect your website to Stack Analytix
It only takes a few minutes to get started with Stack Analytix.
Copy this JS Code to your website <head/> or before <body/>section
Please replace the WebsiteId and ClientId from the Dashboard
<script>
(function (s, t, a, c, k) {
t.src = t.src;
var d = document.createElement('script');
for (var attr in t) {
d.setAttribute(attr, t[attr] ? t[attr] : null)
}
d.innerHTML = a;
d.onload = function () {
new StackAnalytix("" + c, "" + k).Start()
}
document.body.appendChild(d);
})(32, { src: 'https://api.stkeg-cdn.com/v1/tracking/pixel', type: 'text/javascript', async: null }, '', @Model.WbsiteId, @Model.ClientId);
</script>
Find your website click verify by click on Status icon
press verify button.

Last modified 1yr ago