Add tracking script to your website

To get traffic details, you need to add a tracking script to your website. Don't worry; the tracker is lightweight (less than 2KB), so it won't affect the performance of your site.

Adding tracker

On the settings page, go to the Organization table

organization setting in setting page

If you are on desktop, hover your mouse under the clientkey. You will get a popup for the script that you need to add to the HTML head of your page.

tracking script in setting page

Alternatively, you can use the snippet given below in html head of your page. Make sure you add your clientkey to data-ez-ckey field before adding it to html head

<script src="https://app.easyanalytics.win/script.js" data-ez-ckey="{{your-client-key}}"></script>