mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat(analytics): replace old Google Tag script with new version
- Added a new file googletag.blade.php for updated Google Tag script - Deleted the old version of googletag.blade.php containing outdated script
This commit is contained in:
1
resources/views/components/analytics/googletag.blade.php
Normal file
1
resources/views/components/analytics/googletag.blade.php
Normal file
@@ -0,0 +1 @@
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id={{ config('app.GTAG_MEASUREMENT_ID') }}"></script><script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', '{{ config('app.GTAG_MEASUREMENT_ID') }}');</script>
|
||||
Reference in New Issue
Block a user