# Manual Snippet Implementation

{% hint style="warning" %}
The examples shown below are for reference only and not functional. Each Crobox snippet is unique and you will receive yours from your Account Manager. Please **do not** integrate the examples listed below on your website.
{% endhint %}

### Manual Snippet Integration

Integrating the snippet is just one line of code. It should be placed on **every** page of your website somewhere within your `<head>` tag.

```markup
<!-- Crobox Javascript Snippet  -->
<script src="//cdn.crobox.io/js/000000.js" async defer></script>
```

{% hint style="warning" %}
It's important that the Crobox snippet is integrated on every page, since we collect data across the entire funnel.
{% endhint %}

Alternatively, it is possible to integrate the Crobox snippet using a tag management solution. Such as [Google Tag Manager](https://docs.crobox.com/getting-started/first-steps/get-started-with-crobox/gtm-quickstart) or [Tealium iQ Tag Management](https://docs.crobox.com/getting-started/first-steps/get-started-with-crobox/tealium-quickstart-guide).

{% hint style="info" %}

* After you have implemented the Crobox snippet, you will need to implement event tracking snippets in order to send data to the Crobox app. You will find detailed instructions [here](https://docs.crobox.com/getting-started/first-steps/event-tracking-implementation/javascript-api).
* If you require assistance or additional information, reach out to your Account Manager.
  {% endhint %}
