Google Analytics: group pages by type

This commit is contained in:
mDuo13
2020-01-09 15:07:26 -08:00
parent a4c939a158
commit edaecd768f
12 changed files with 60 additions and 0 deletions

View File

@@ -305,3 +305,10 @@
</section><!-- / Related Projects -->
{% endblock %}
{% block endbody %}
<script type="application/javascript">
gtag('set', {'content_group1': 'Hub Pages'});
</script>
{% endblock %}