diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-15 15:44:35 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-15 15:44:35 +0300 |
commit | acf590da61911125edc8d2c2b614a37fe9366b00 (patch) | |
tree | ebbf938865658b3d8ac5b2e76102b3906e5c327a | |
parent | c5620abdcfb88d14f615ed763bd30698436b32ef (diff) | |
download | popov.link-acf590da61911125edc8d2c2b614a37fe9366b00.tar.xz popov.link-acf590da61911125edc8d2c2b614a37fe9366b00.zip |
Added AppMetrix pixel
-rw-r--r-- | _includes/counter.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/counter.html b/_includes/counter.html index 5794241..095431b 100644 --- a/_includes/counter.html +++ b/_includes/counter.html @@ -1,6 +1,9 @@ <!-- Cloudflare Web Analytics --> <script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token":"4692de25bac642d1bd9df587a72d032e"}'></script> +<!-- AppMetrix Web Analytics --> +<script defer src="https://appmetrix.com/pixel/T5X0z12SoASBV8Dv"></script> + <!-- Insights Analytics --> <script defer src="https://getinsights.io/js/insights.js"></script> |