add google analytics and weekly report

Bug #686302 reported by rejon
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
yumumu
Fix Released
Critical
Bassel Safadi

Bug Description

I already created account, now just need to add the tracking code:

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-20090597-2']);
  _gaq.push(['_setDomainName', '.yumumu.com']);
  _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>

Bassel Safadi (bassel)
Changed in yumumu:
assignee: rejon (rejon) → Bassel Safadi (bassel)
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.