Sha256: 66f4df37a3462de31753c46ba42505b561d249c51bdad7965bf37d2479102fff

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 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.
%>

<%
tracking_id = 1234 #Scholarsphere::Engine.config.ga_host_map[request.host]
unless tracking_id.blank?
%>
<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

4 entries across 4 versions & 1 rubygems

Version Path
sufia-0.0.2 app/views/_ga.html.erb
sufia-0.0.1 app/views/_ga.html.erb
sufia-0.0.1.pre2 app/views/_ga.html.erb
sufia-0.0.1.pre1 app/views/_ga.html.erb