Sha256: 3e2d1736eb15e00d902d0c0ee28d1a935d78b90f71cdc0695fbc72e9756ee2ab

Contents?: true

Size: 873 Bytes

Versions: 11

Compression:

Stored size: 873 Bytes

Contents

{% if jekyll.environment == 'production' and site.production_google_analytics %}
{%- assign GA_ID = site.production_google_analytics -%}
<script
  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
  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

11 entries across 11 versions & 1 rubygems

Version Path
appscms-tools-theme-4.8.3 _includes/google-analytics.html
appscms-tools-theme-4.8.2 _includes/google-analytics.html
appscms-tools-theme-4.8.1 _includes/google-analytics.html
appscms-tools-theme-4.8.0 _includes/google-analytics.html
appscms-tools-theme-4.7.9 _includes/google-analytics.html
appscms-tools-theme-4.7.8 _includes/google-analytics.html
appscms-tools-theme-4.6.2 _includes/google-analytics.html
appscms-tools-theme-4.0.7 _includes/google-analytics.html
appscms-tools-theme-4.0.6 _includes/google-analytics.html
appscms-tools-theme-4.0.5 _includes/google-analytics.html
appscms-tools-theme-4.0.4 _includes/google-analytics.html