Setup without a Tag Manager

To set up web tracking on your website, first you need to copy the Web Tracking code snippet from the CrossEngage app.

  • Go to Settings -> System Setup.

  • Click on Web Tracking, and copy the code snippet.

You can also copy the code below; Please make sure to add your Web-Tracking Key in the last line of the code.

(function(j,o,u,r,n,e,y){j['CrossEngageObject']=n;
j[n]=j[n]||function(){(j[n].q=j[n].q||[]).push(arguments);};
if(j[n].q)return;e=o.createElement(u);y=o.getElementsByTagName(u)[0];
e.async=!0;e.src=r;y.parentNode.insertBefore(e,y);
})(window,document,'script','https://app.crossengage.io/xng/ce.js','ce');
ce({ apiKey: 'your-api-key' });

Paste the code snippet to the <head> of your website, wrapped in <script>...</script>.

Last updated