Sha256: 746a2fefc459de9887b95d9b5a18da010c454522591484d0e59164ce9c433a49

Contents?: true

Size: 1.43 KB

Versions: 6

Compression:

Stored size: 1.43 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-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.template_settings.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

6 entries across 6 versions & 1 rubygems

Version Path
j1_template-2019.4.12 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template-2019.4.11 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template-2019.4.10 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template-2019.4.8 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template-2019.4.7 _includes/themes/j1/modules/connectors/analytic/google-analytics.html
j1_template-2019.4.5 _includes/themes/j1/modules/connectors/analytic/google-analytics.html