Skip to content

Commit

Permalink
Removed gtag
Browse files Browse the repository at this point in the history
Added sping
  • Loading branch information
TS committed Feb 27, 2024
1 parent 96e915f commit 1471aa0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
11 changes: 2 additions & 9 deletions demo/index-bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@

<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0BS8BZYZZX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0BS8BZYZZX');
</script>

<title>EU Cookie Law warning message demo page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Expand Down Expand Up @@ -43,6 +34,8 @@ <h2>More examples</h2>
<div id="output"></div>
</div>

<script async src="https://stat.schalk.hu:52222/sping1.js?token=oUQxyJxR695lzBa7qrSUrP1Q2H8qILMoAo7LCCX" id="schtat" server="https://stat.schalk.hu:52222" delay="1" key="iH86fnFbyJpprnegz9IB2jc8LOh37Sky4g2MDLxG5GrmCrBKfktqxXQid49uzSG6HYha3EvZ"></script>

</body>

</html>
13 changes: 3 additions & 10 deletions demo/index-params.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">

<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0BS8BZYZZX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0BS8BZYZZX');
</script>
<head>

<title>EU Cookie Law warning message demo page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Expand Down Expand Up @@ -58,6 +49,8 @@ <h2>More examples</h2>
<div id="output"></div>
</div>

<script async src="https://stat.schalk.hu:52222/sping1.js?token=oUQxyJxR695lzBa7qrSUrP1Q2H8qILMoAo7LCCX" id="schtat" server="https://stat.schalk.hu:52222" delay="1" key="iH86fnFbyJpprnegz9IB2jc8LOh37Sky4g2MDLxG5GrmCrBKfktqxXQid49uzSG6HYha3EvZ"></script>

</body>

</html>
12 changes: 3 additions & 9 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@

<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0BS8BZYZZX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0BS8BZYZZX');
</script>

<title>EU Cookie Law warning message demo page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Expand All @@ -38,6 +29,9 @@ <h2>More examples</h2>
</ul>
<div id="output"></div>
</div>

<script async src="https://stat.schalk.hu:52222/sping1.js?token=oUQxyJxR695lzBa7qrSUrP1Q2H8qILMoAo7LCCX" id="schtat" server="https://stat.schalk.hu:52222" delay="1" key="iH86fnFbyJpprnegz9IB2jc8LOh37Sky4g2MDLxG5GrmCrBKfktqxXQid49uzSG6HYha3EvZ"></script>

</body>

</html>

0 comments on commit 1471aa0

Please sign in to comment.