Sha256: 921c57dad1dc1eab0b9c86d2c375f35efebe15b008ac42b10f77223ef5d84ceb

Contents?: true

Size: 1.49 KB

Versions: 8

Compression:

Stored size: 1.49 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 #  ~/_includes/themes/j1/modules/connectors/analytic/google-analytics.html
 #  Support of analytics provider Google Analytics for J1 Template
 #
 #  Product/Info:
 #  http://jekyll.one
 #
 #  Copyright (C) 2021 Juergen Adams
 #
 #  J1 Template is licensed under the MIT License.
 #  See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
 # -----------------------------------------------------------------------------
 # Test data:
 #  liquid_var:  {{ liquid_var | debug }}
 # -----------------------------------------------------------------------------
{% endcomment %}

{% comment %} Liquid procedures
-------------------------------------------------------------------------------- {% endcomment %}

{% comment %} Variables
-------------------------------------------------------------------------------- {% endcomment %}
{% assign tracking_id = site.data.j1_config.analytics.google.tracking_id %}

{% comment %} Main
-------------------------------------------------------------------------------- {% endcomment %}
<!-- [INFO   ] [j1.modules.connectors.analytics       ] [ GA depends on the cookie consent and is enabled/disabled dynamically on OptIn/Out ] -->
<!-- [INFO   ] [j1.modules.connectors.analytics       ] [ if analytics enabled, load the GA library statically by default ] -->
<script async id="google-tag-manager" src="https://www.googletagmanager.com/gtag/js?id={{tracking_id}}"></script>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
j1-template-2022.0.10 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2022.0.9 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2022.0.8 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2022.0.7 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2022.0.6 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2022.0.5 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2022.0.4 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2022.0.3 _includes/themes/j1/modules/connectors/analytic/google-analytics.html