-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
102 lines (97 loc) · 5.96 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>GA App+Web Migration Tool</title>
<meta charset="utf-8" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/2.3.0/mustache.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="stylesheets/stylesheet.css" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-W2575GD');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="/">GA App+Web Migration Tool</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul id="ulMenu" class="navbar-nav ml-auto">
<li class="nav-item">
<a class="js-scroll-trigger btn btn-primary btn-m" href="migrate.html">Launch</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="bg-primary text-white">
<div class="container text-center p-5">
<h1>Google Analytics App+Web Migration Tool</h1>
<p class="lead">A free tool for GTM practitioners</p>
<a href="migrate.html" class="btn btn-secondary btn-m">Launch the Tool</a><br />
<br /><br />
<p>Built with ❤️ by <a class="text-light" target="_blank" href="https://noisetosignal.io">Noise to Signal</a></p>
</div>
</header>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>About the Tool</h2>
<p class="lead">Since the launch of <a target="_blank" href="https://blog.google/products/marketingplatform/analytics/new-way-unify-app-and-website-measurement-google-analytics/">Google Analytics App+Web</a>, many GTM practitioners are eager to see what's new. The App+Web Migration Tool was created to make it as simple as possible to migrate your old Universal Analytics tags over to App+Web. Here's how it works.</p>
<ul>
<li>Users authenticate via OAuth. No personal or GTM data is stored.</li>
<li>A new workspace is created so that all changes are tracked and revertable.</li>
<li>Your container is scanned for GA Settings variables that are mapped to App+Web Configuration tags.</li>
<li>Your UA Pageview and Event tags are converted into App+Web event tags. All firing and blocking triggers are preserved.</li>
<li>Your UA event parameters (category, action, label) are converted into App+Web event parameters. </li>
<li>You can preview your new tags in JSON format before they are created in a new workspace.</li>
</ul>
<p>Once the migration is complete, you can continue to edit the new tags in GTM.</p>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Screenshots</h2>
<p><img src="images/containers.png" /></p>
<hr />
<p><img src="images/settings.png" /></p>
<hr />
<p><img src="images/preview.png" /></p>
</div>
</div>
</div>
<div class="p-5"></div>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © Noise to Signal 2020. Feedback: <a class="text-light" href="mailto:[email protected]">[email protected]</a></p>
<p class="m-0 text-center text-white">HTML template provided by <a class="text-light" href="https://startbootstrap.com/">Start Boostrap</a></p>
</div>
<!-- /.container -->
</footer>
</body>
</html>