parent
4e04ca9e88
commit
0a15df730d
@ -0,0 +1,9 @@
|
||||
app.location$.subscribe(function (url) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag("config", "G-ZZKM4MPQXL");
|
||||
});
|
@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block analytics %}
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZZKM4MPQXL"></script>
|
||||
{% endblock %}
|
Loading…
Reference in new issue