Sha256: b71056d9ac91393143d0ab19b5b79bb94f3a6b4bbc504b328ee83b9cf36cea5f

Contents?: true

Size: 889 Bytes

Versions: 6

Compression:

Stored size: 889 Bytes

Contents

{% if jekyll.environment == 'production' and site.production_google_analytics %}
{%- assign GA_ID = site.production_google_analytics -%}
<script
  type="text/partytown"
  async
  src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"
></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag() {
    dataLayer.push(arguments);
  }
  gtag("js", new Date());

  gtag("config", "{{ GA_ID }}");
</script>
{% endif %} {% if jekyll.environment == 'development' and
site.development_google_analytics %} {%- assign GA_ID =
site.development_google_analytics -%}
<script
  type="text/partytown"
  async
  src="https://www.googletagmanager.com/gtag/js?id={{ GA_ID }}"
></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag() {
    dataLayer.push(arguments);
  }
  gtag("js", new Date());

  gtag("config", "{{ GA_ID }}");
</script>
{% endif %}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
appscms-tools-theme-3.2.4 _includes/google-analytics.html
appscms-tools-theme-3.2.2 _includes/google-analytics.html
appscms-tools-theme-3.2.1 _includes/google-analytics.html
appscms-tools-theme-3.2.0 _includes/google-analytics.html
appscms-tools-theme-3.1.9 _includes/google-analytics.html
appscms-tools-theme-3.1.8 _includes/google-analytics.html