Sha256: 4f64da37fc09df85bddfc10b5ad4422490e0014c6f82bc9a6f65226cf09eb74d
Contents?: true
Size: 617 Bytes
Versions: 1
Compression:
Stored size: 617 Bytes
Contents
<script type='text/javascript'> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', '<%= Garails.ga_account %>']); <% unless Garails.ga_domain.blank? -%> _gaq.push(['_setDomainName', '<%= Garails.ga_domain %>']); <% end -%> _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
garails-0.0.1 | app/views/garails/google_analytics.html.erb |