mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat(analytics): switch analytics provider
This commit is contained in:
@@ -13,7 +13,7 @@ hidden: true
|
|||||||
|
|
||||||
# Privacy Policy
|
# Privacy Policy
|
||||||
|
|
||||||
Last Updated: March 18th, 2024
|
Last Updated: September 27th, 2025
|
||||||
|
|
||||||
## 1. Introduction
|
## 1. Introduction
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ We may collect and store information that you voluntarily provide to us, includi
|
|||||||
|
|
||||||
### 2.2 Automatically Collected Information
|
### 2.2 Automatically Collected Information
|
||||||
|
|
||||||
We use Cloudflare Insights and Plausible to collect anonymous data about your interactions with our site. This data includes, but is not limited to, your IP address, browser type, operating system, and pages visited. We use this data to improve our site and your user experience. No information is shared with, sent to or sold to third-parties. No information is monetized
|
We use Cloudflare Insights and Umami Analytics to collect anonymous data about your interactions with our site. This data includes, but is not limited to, your IP address, browser type, operating system, and pages visited. We use this data to improve our site and your user experience. No information is shared with, sent to or sold to third-parties. No information is monetized
|
||||||
|
|
||||||
## 3. How We Use Your Information
|
## 3. How We Use Your Information
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
<script defer data-domain="heimerdinger.lol" src="https://a.raining.win/js/script.outbound-links.js"></script>
|
|
||||||
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
|
||||||
1
resources/views/components/analytics/umami.blade.php
Normal file
1
resources/views/components/analytics/umami.blade.php
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<script defer src="https://pulse.zensodigital.com/script.js" data-website-id="c1145df5-52d7-449e-9ad5-3bd204f6b4c4"></script>
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
@stack('top_scripts')
|
@stack('top_scripts')
|
||||||
<x-analytics.plausible />
|
<x-analytics.umami />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||||
|
|
||||||
@stack('top_scripts')
|
@stack('top_scripts')
|
||||||
<x-analytics.plausible />
|
<x-analytics.umami />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
<body class="antialiased bg-stone-900 dark scroll-smooth">
|
||||||
|
|||||||
Reference in New Issue
Block a user