Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
1–10 of 27 posts
Re: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#2Can anyone on the GA team speculate about a release date for the uid bits?
Re: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#3The last paragraph is important. I spent some time earlier this week when I learned about Universal Analytics -- but quickly discovered that UserID tracking hasn't shipped yet. Can anyone on the GA team speculate about a release date for the uid bits?
https://developers.google.com/analytics/devguides/collection...
Re: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#4The last paragraph is important. I spent some time earlier this week when I learned about Universal Analytics -- but quickly discovered that UserID tracking hasn't shipped yet. Can anyone on the GA team speculate about a release date for the uid bits?
userId bit has been there from the start in Universal Analytics. Its called custom dimensions and can be used to send any property about the user into the GA and then link it to a User or a specific Visit. https://developers.google.com/analytics/devguides/collection...
As of Jun 27 it hasn't shipped according to a GA team member.
Re: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#5Really? Anyone can confirm this behavior? I'm pretty sure KissMetrics doesn't have this limitation.
Re: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#6broken backwards compatibility (cookie data is no longer stored in the same way) this was an interface many add/systems used and depend on from the days of Urchin.
Otherwise, new interface is pretty slick, features look good, the API to send data server side is so much nicer.
broken compatibility just kinda sucks though
Re: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#7In most cases the reason you care about tracking logged-out -> logged-in behavior is to measure onboarding behavior, understanding what the user does pre-signup so you can do a better job of driving signups. Signup is not a multi-client process in the common case so being able to track multi-client behavior pre-signup doesn't really matter at all.
Re: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#8http://www.google.com/analytics/terms/us.html
> You will not [...] use the Service to track, collect or
> upload any data that personally identifies an individual
http://productforums.google.com/forum/#!topic/analytics/tTaq... > you cannot store names or ip addresses in a custom var,
> but you can store ids that need your backend to resolve
> into a person identificationRe: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#9> For one, there can’t be 2 [clientID, userID] couples with the same userID: with the way mixpanel does things, this is essentially a technically impossible scenario (...) And yet one user can access your site through different clients, leading to a systematic overestimation of the number of visitors hitting your site. Really? Anyone can confirm this behavior? I'm pretty sure KissMetrics doesn't have this limitation.
Re: Why we'll use Google Universal Analytics over Mixpanel and KISSMetrics
#10> For one, there can’t be 2 [clientID, userID] couples with the same userID: with the way mixpanel does things, this is essentially a technically impossible scenario (...) And yet one user can access your site through different clients, leading to a systematic overestimation of the number of visitors hitting your site. Really? Anyone can confirm this behavior? I'm pretty sure KissMetrics doesn't have this limitation.
Indeed, and this is why we ended up choosing KM over MP. With KM you just "identify" a visitor whenever you want and if there's already another anonymous cookie, it'll tie together all events retroactively. We couldn't find an easy way to do this with MP when we looked at it.
The fact that it links accounts retro-actively though can be dangerous, in the scenario of publicly-accessed devices. I'll have to admit though, this is not the common case.
I guess my personal gripe with what MP and KM are doing boils down to: if you can't infer stuff about who is visiting my website, be honest about it and don't.