> For the complete documentation index, see [llms.txt](https://documentation.crossengage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.crossengage.io/data-and-engagement-platform/web-tracking/web-tracking-v2/setup-without-a-tag-manager.md).

# 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.

<figure><img src="/files/Ivc3KC3iTjm3JRHWo6if" alt=""><figcaption></figcaption></figure>

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

```javascript
(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>.
