oioioi.analytics.processors

Module Contents

Functions

Attributes

oioioi.analytics.processors.TEMPLATE = Multiline-String[source]
Show Value
 1<script type="text/javascript">
 2
 3  var _gaq = _gaq || [];
 4  _gaq.push(['_setAccount', '%(tracking_id)s']);
 5  _gaq.push(['_trackPageview']);
 6
 7  (function() {
 8    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 9    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
10    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
11  })();
12
13</script>
oioioi.analytics.processors.analytics_processor(request)[source]