Skip to content

Commit

Permalink
add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
davish committed Oct 1, 2019
1 parent 8602239 commit ff51698
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plan/templates/plan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<!doctype html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-21029575-15"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-21029575-15');
</script>

<title>Penn Course Search</title>
<style>
body {
Expand Down

0 comments on commit ff51698

Please sign in to comment.