Sha256: 421d5ac127ed814c57c95a78f8ab6f8b81ff8054fd14d365b8031b133ff08cba

Contents?: true

Size: 604 Bytes

Versions: 30

Compression:

Stored size: 604 Bytes

Contents

<% if Spotlight::Engine.config.ga_web_property_id %>
<!-- Google tag (gtag.js) -->
<% if Spotlight::Engine.config.ga_debug_mode %>
<script>window.analyticsDebug = true;</script>
<% end %>
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= Spotlight::Engine.config.ga_web_property_id %>"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag() { dataLayer.push(arguments); }
  var opts = window.analyticsDebug ? {'debug_mode': true} : {};
  gtag("js", new Date());
  gtag("config", "<%= Spotlight::Engine.config.ga_web_property_id %>", opts);
</script>
<% end %>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
blacklight-spotlight-5.0.0.pre.alpha1 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.7.1 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.7.0 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.6.1 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.6.0 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.5.0 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.4.0 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.3.6 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.3.5 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.3.4 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.3.3 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.3.2 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.3.1 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.3.0 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.2.0 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.1.2 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.1.1 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.1.0 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.0.3 app/views/shared/_analytics.html.erb
blacklight-spotlight-4.0.2 app/views/shared/_analytics.html.erb