https://www.growthbook.io/ logo
m

many-london-62262

09/13/2023, 5:31 AM
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.
w

white-fireman-22476

09/13/2023, 8:06 AM
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

many-london-62262

09/13/2023, 8:12 AM
Thanks