-
Notifications
You must be signed in to change notification settings - Fork 1
Track behavior in Mixpanel
Osvaldo edited this page Sep 30, 2023
·
2 revisions
This page is about a functionality that's not implemented yet!
For people with Mixpanel's enterprise plan, it will be possible to use Abrantes to do AB testing. In the future Abrantes can use code like this to register the variant:
mixpanel.track('$experiment_started', {'Experiment name': 'FirstTest', 'Variant name': 'v0'})
For people with Mixpanel's free plan it will be possible to do AB testing by using register, like this example:
mixpanel.register({'experiment_dimension_1': 'MyTest-1'});