Sha256: b3a3370eb3721fc2c7855039ef92ec73047060c38874edea40bd2ab182766716
Contents?: true
Size: 719 Bytes
Versions: 10
Compression:
Stored size: 719 Bytes
Contents
<% if ENV['GOOGLE_ANALYTICS_UA'].present? %> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); // Enable 'Demographics and interest reports' in your analytics settings // ga('require', 'displayfeatures'); // Enable 'Use enhanced link attribution' in your analytics settings // ga('require', 'linkid', 'linkid.js'); ga('create', '<%= ENV["GOOGLE_ANALYTICS_UA"] %>', 'auto'); ga('send', 'pageview'); </script> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems