Hi @flaky-noon-11399! I found a workaround in the documentation.
I just need to pass the denominator metric in the request when creating a metric, like this:
Copy code
"sql": {
"identifierTypes": [
"id"
],
"conversionSQL": "SELECT id, timestamp FROM funnel WHERE opened = 1",
"denominatorMetricId": "met_406bus1wm0lc10b6"
}
❤️ 1
r
rhythmic-agent-34208
09/11/2024, 10:49 AM
Hi Kirill, oh that is a brilliant workaround!! Super glad that you found a solution that works and thank you for sharing. Will share this with the team and submit a docs update request to the Customer Education Team for this solution 🙏
❤️ 1
rhythmic-agent-34208
09/11/2024, 3:00 PM
Hi Kirill, this workaround was reviewed by the Data Scientist team and they confirmed that you can do this workaround for Classic, non-Fact Metrics but it's metric by metric, not for the experiment as a whole. As a note, this will be in the metric definition itself across all experiments.
h
handsome-iron-58290
09/12/2024, 9:45 AM
it’s metric by metric, not for the experiment as a whole, As a note, this will be in the metric definition itself across all experiments.
Perfect, it works for us, thanks a lot 🙏
f
flaky-noon-11399
09/12/2024, 9:47 AM
Ah brilliant, super glad it works for your business case and thanks again for sharing the workaround ❤️