Add Google Global Site Tags configuration for new Google Analytics 4
This addition enables users to set their Google Measurement ID into the variable GOOGLE_GLOBAL_SITE_TAG in pelicanconf so that they can track analytics using GA 4 Closes #256 (#257)
This commit is contained in:
parent
ef20ea1fb3
commit
cf45bc0412
3 changed files with 18 additions and 0 deletions
|
@ -102,6 +102,10 @@
|
|||
{% if GOOGLE_ANALYTICS %}
|
||||
{% include "partial/ga.html" %}
|
||||
{% endif %}
|
||||
|
||||
{% if GOOGLE_GLOBAL_SITE_TAG %}
|
||||
{% include "partial/ggst.html" %}
|
||||
{% endif %}
|
||||
|
||||
{% if BROWSER_COLOR %}
|
||||
<!-- Chrome, Firefox OS and Opera -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue