<!– Global site tag (gtag.js) – Google Analytics –><script async src=”https://www.googletagmanager.com/gtag/js?id=<自分のトラッキングID>”></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag(‘js’, new Date()); gtag(‘config’, ‘<自分のトラッキングID>’);</script>
templates/base.html
<link rel=”stylesheet” href=”{% static ‘css/style.css’ %}”>{% if GOOGLE_ANALYTICS_TRACKING_ID %} {% include ‘ga.html’ %}{% endif %}