GithubHelp home page GithubHelp logo

Comments (4)

silverbucket avatar silverbucket commented on May 24, 2024

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
[email protected]:

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//issues/55
.

from remotestorage.io.

raucao avatar raucao commented on May 24, 2024

Yes, we can do that.

from remotestorage.io.

raucao avatar raucao commented on May 24, 2024

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.

from remotestorage.io.

silverbucket avatar silverbucket commented on May 24, 2024

done, thanks!

On Sat, Nov 2, 2013 at 6:28 PM, Sebastian Kippe [email protected]:

Closed #55 #55.


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

from remotestorage.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.