add analytics handler (mixpanel)#10
Conversation
|
vue-a2b is about |
|
Certainly there is no conflict here with that. Just don't configure analytics. But in most cases A/B testing means cohort analysis. That's what I'm getting at with this anyway. |
|
@softbeehive I understand that you want the package to be small and flexible. However, right now, vue-a2b is not really split testing as you say, since you are only split-serving different variants without the opportunity to actually test the impact they have. |
|
@larsschellhas I guess you're right to expect it to be a complete solution. But it's rather a helper that solves a single problem. It's quite old and outdated by now, I wouldn't use it. @AMekss, maybe consider archiving this repo. |
|
@softbeehive @AMekss yes, you are right! However, it was still the first option that came up in my search for an A/B- / Split-Testing solution for Vue.js. |
A/B testing is great, but you need to record that with you analytics suite.
this adds a simple config option to hook into the event where the slot is selected, then flag the user for the cohort.
Mixpanel is the only internal analytics feature that I added, since it's the one I'm most familiar with.