remotestorage / remotestorage.io

[DEPRECATED] Old RS website
50 stars 30 forks source link

Set up analytics #55

Closed raucao closed 11 years ago

raucao commented 11 years ago

In order to improve developer marketing/evangelism, I'd like to set up some kind of analytics tool that can tell us how people find the website, where they go, etc.

We (@5apps) could sponsor a site on our Piwik server, and add user accounts for the core team. We can also set it up so that IP addresses are stripped of the last couple of bytes in order to anonymize the logs.

If nobody objects until the weekend, I'll set it all up and create some user accounts.

silverbucket commented 11 years ago

sounds great, do you think you'd be willing to set up the same for sockethub.org ?

On Fri, Nov 1, 2013 at 12:35 AM, Sebastian Kippe notifications@github.comwrote:

In order to improve developer marketing/evangelism, I'd like to set up some kind of analytics tool that can tell us how people find the website, where they go, etc.

We (@5apps https://github.com/5apps) could sponsor a site on our Piwik server, and add user accounts for the core team. We can also set it up so that IP addresses are stripped of the last couple of bytes in order to anonymize the logs.

If nobody objects until the weekend, I'll set it all up and create some user accounts.

— Reply to this email directly or view it on GitHubhttps://github.com/remotestorage/remotestorage.io/issues/55 .

raucao commented 11 years ago

Yes, we can do that.

raucao commented 11 years ago

Ok, set it all up. Everyone, who wants access, please contact me directly, and I'll set up a user account for you.

@silverbucket I set up a site for sockethub as well, here's the JS snippet, that you should add before </body>:

if (window.location.href.match(/sockethub\.org/)) {
  var _paq = _paq || []; _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]);
  (function() {
    var u="https://analytics.5apps.com/";
    _paq.push(["setTrackerUrl", u+"piwik.php"]);
    _paq.push(["setSiteId", "6"]);
    var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
    g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
  })();
}

Ping me on IRC so we can get your user set up.

silverbucket commented 11 years ago

done, thanks!

On Sat, Nov 2, 2013 at 6:28 PM, Sebastian Kippe notifications@github.comwrote:

Closed #55 https://github.com/remotestorage/remotestorage.io/issues/55.

— Reply to this email directly or view it on GitHubhttps://github.com/remotestorage/remotestorage.io/issues/55 .