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