Skip to content

Commit 76f72f7

Browse files
committed
Added Google Analytics
1 parent 4311a83 commit 76f72f7

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

_includes/apply.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ <h2>We're excited to meet you. <span>Let's stay in touch.</span>
1010
Sign up for our mailing list to learn about upcoming info sessions and other events.
1111
</p>
1212
<p class="lead">
13-
When you’re ready to apply, submit your application over here.
14-
<br />
13+
<!-- When you’re ready to apply, submit your application over here.
14+
<br /> -->
1515
More questions? Check out our FAQ section or reach out to us on Twitter, Facebook, or email: info@learnersguild.org.
1616
</p>
1717
</div>

_layouts/onepage.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@
3939

4040
<script type="text/javascript" src="js/functions.js"></script>
4141

42+
<!--- google-analytics-->
43+
<script>
44+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
45+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
46+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
47+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
48+
49+
ga('create', 'UA-75030082-1', 'auto');
50+
ga('send', 'pageview');
51+
52+
</script>
53+
4254

4355
</body>
4456
</html>

0 commit comments

Comments
 (0)