Hi again, I have a question about metric.
We want to track a specific property in mixpanel, like what plan_period the user clicked. (ex. month, year)
In Experiment result, We want to see like this:
A type UI | monthly clicked: 30% | annual clicked: 20% |
B type UI | monthly clicked: 20% | annual clicked: 27% |
but I don't know how. Please suggest!
š 1
Now my metric is just add condition to Query string: so I have two metrics.
⢠Event name: click_plan
⢠Conditions: plan_period="monthly"
⦠another metric: plan_period="annual"
w
white-fireman-22476
09/13/2023, 7:29 AM
I'm not quite sure how you envision the experiment result page to look. But two different metrics like how you describe is how I would do it. The experiment results page you select both as goal metrics and can see the chances for each UI variant to win for each metric.
m
many-london-62262
09/13/2023, 8:06 AM
Yes, you're right. We're getting enough results now. I think I was wondering if the return type of the metric could be a string or a number.