Skip to content

Commit a0c6ff0

Browse files
authored
Merge pull request #35 from CodeForAfrica/ft/update-ga
update GA tracking ID
2 parents 7960966 + 0617be1 commit a0c6ff0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site/*
22

33
*.pyc
4+
.vscode

_includes/analytics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
66
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
77

8-
ga('create', 'UA-33350783-4', 'auto');
8+
ga('create', 'G-5TBY8EVD6Qs', 'auto');
99
ga('create', 'UA-21433057-1', 'auto', {'name': 'theStar'});
1010
ga('create', 'UA-21433057-5', 'auto', {'name': 'theStarHealth'});
1111
ga('send', 'pageview');

0 commit comments

Comments
 (0)