Sha256: 3edc765c3530585534c4fe1a3a8c378557c587167cfa01d73569c2b96249c201
Contents?: true
Size: 466 Bytes
Versions: 1
Compression:
Stored size: 466 Bytes
Contents
<% if Rails.env.production? && Setting.for(:google_analytics).present? %> <script async src="https://www.googletagmanager.com/gtag/js?id=<%= Setting.for(:google_analytics) %>"></script> <script> window.GOOGLE_ANALYTICS_ID = '<%= Setting.for(:google_analytics) %>'; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', window.GOOGLE_ANALYTICS_ID); </script> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forest_cms-0.98.1 | app/views/forest/_analytics.html.erb |