Hi again, I have a question about metric. We want ...
# ask-questions
m
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
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
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.
w
a number
As of right now we only have 4 conversion types: https://docs.growthbook.io/app/metrics#conversion-types. None of them allow the value to be a string.
šŸ‘Œ 1
m
Thanks