-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnot-debugged-container.html
34 lines (30 loc) · 1.08 KB
/
not-debugged-container.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>I just load GTM-MLXH39P, that should not be in debug state</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-593608426"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-593608426');
</script>
<!-- Event snippet for Add to cart conversion page -->
<script>
gtag('event', 'conversion', {'send_to': 'AW-593608426/OWrvCJP97u0BEOr9hpsC'});
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MLXH39P"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<h1>Test history page</h1>
<a href="/index.html">Go to home pge</a>
<div style="height: 300px; width: 100%; overflow: auto">
<div style="height: 400%; width: 100%">
</div>
</div>
</body>
</html>