Skip to content

Commit

Permalink
Add Google Analytics tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-aichara committed Nov 8, 2020
1 parent 43f69a3 commit f5c688b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Medium_Files/dashboard_demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
app.description = """A dashboard to display price indicators for Bitcoin,
Ethereum, Ripple, and Bitcoin-cash."""


########################################################################
#
# For Google Analytics
Expand All @@ -21,12 +20,13 @@
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GTM-TPS5QTN"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-15C7GNBCP3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '251120430');
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-15C7GNBCP3');
</script>
{%metas%}
<title>{%title%}</title>
Expand All @@ -47,4 +47,4 @@
{%renderer%}
</footer>
</body>
</html>"""
</html>"""

0 comments on commit f5c688b

Please sign in to comment.