#
Installation
In order to use CountUp Analytics on your website, you need to install our JavaScript snippet in your HTML code. This should be done in the <head>...</head>
of your website.
Your snippet will look something like this, but with the correct domain of your project put under the data-domain
property:
<script defer data-domain="your-domain.com" src="https://cdn.countup.io/script.min.js"></script>
Please make sure to replace the data-domain
attribute of the script tag with your actual domain name.
Compared to Google Analytics or Matomo, our script is extremely small (only around 2.3 kB) so it will not impact the page load of your website.
#
Where do I find my snippet?
If you want to be sure to use the correct snippet, you can find your exact JavaScript snippet in the settings of your project:
Simply click the "copy" button on the page to copy it to the clipboard and then paste it into the header of your website.