Sha256: 1bd150f417e18fd8282337c422ba719bcc0232a9ad37963fef62147e1d691910

Contents?: true

Size: 562 Bytes

Versions: 3

Compression:

Stored size: 562 Bytes

Contents

- unless @settings.google_analytics_id.blank?
  :javascript
    // Google Analytics Tracking Code
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '#{@settings.google_analytics_id}']);
    _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);
    })();

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
website_builder_engine-0.0.5 app/views/shared/_google_analytics.html.haml
website_builder_engine-0.0.4 app/views/shared/_google_analytics.html.haml
website_builder_engine-0.0.3 app/views/shared/_google_analytics.html.haml