Sha256: 477fff096d4de6de3377889de65bdd6e3f900a5b794b17a1a6fca81a01320ae6

Contents?: true

Size: 1.43 KB

Versions: 5

Compression:

Stored size: 1.43 KB

Contents

{% comment %}
 # -----------------------------------------------------------------------------
 #  ~/_includes/themes/j1/modules/connectors/analytic/google-analytics.html
 #  Support of Analytics Provider Google Analytics (V4) 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 %}

<!-- Google Analytics: provide global site tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{tracking_id}}"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', '{{tracking_id}}');
</script>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
j1-template-2021.1.4 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2021.1.3 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2021.1.2 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2021.1.1 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1-template-2021.1.0 _includes/themes/j1/modules/connectors/analytic/google-analytics.html