Sha256: f41e5b2430990dcf49d8618446e4846e2091a77bf425f9779ed8c0b7c64c9e61

Contents?: true

Size: 1.16 KB

Versions: 11

Compression:

Stored size: 1.16 KB

Contents

<%#
Copyright © 2012 The Pennsylvania State University

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
%>

<%
if Sufia::Engine.config.respond_to? :google_analytics_id
tracking_id = Sufia::Engine.config.google_analytics_id
%>
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', '<%= tracking_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);
  })();
</script>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sufia-1.3.0 app/views/_ga.html.erb
sufia-1.2.0 app/views/_ga.html.erb
sufia-1.1.0 app/views/_ga.html.erb
sufia-1.0.0 app/views/_ga.html.erb
sufia-0.1.0 app/views/_ga.html.erb
sufia-0.0.8 app/views/_ga.html.erb
sufia-0.0.7 app/views/_ga.html.erb
sufia-0.0.6 app/views/_ga.html.erb
sufia-0.0.5 app/views/_ga.html.erb
sufia-0.0.4 app/views/_ga.html.erb
sufia-0.0.3 app/views/_ga.html.erb