Sha256: 051a9e9881314aecc457a53b5240542f220426a20fa3bee5438b8c16a1d7b8a7

Contents?: true

Size: 1.42 KB

Versions: 5

Compression:

Stored size: 1.42 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) 2019 Juergen Adams
 #
 #  J1 Template is licensed under the MIT License.
 #  See: https://github.com/jekyll-one/j1_template_mde/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 %}

<!-- Global site tag (gtag.js) - Google Analytics -->
<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_mde-2018.4.36 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template_mde-2018.4.35 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template_mde-2018.4.34 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template_mde-2018.4.33 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template_mde-2018.4.32 _includes/themes/j1/modules/connectors/analytic/google-analytics.html