From 75fbb1621dd5062f5a71661eb6aed62cfb8c2864 Mon Sep 17 00:00:00 2001 From: Bertil Hatt Date: Thu, 12 Sep 2024 10:14:51 +0200 Subject: [PATCH] Split examples for clustered analysis * The User/Session split is a very general use case, not just for social media companies * Social media also use this feature for clusters of friends, so if you introduce video calls to some, your friends can video-call, too. --- docs/experiment-analysis/clustered-analysis.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/experiment-analysis/clustered-analysis.md b/docs/experiment-analysis/clustered-analysis.md index e862de71..5e2341c4 100644 --- a/docs/experiment-analysis/clustered-analysis.md +++ b/docs/experiment-analysis/clustered-analysis.md @@ -4,7 +4,8 @@ Clustered analysis is available in cases where there is a need to compute metric Common cases include but are not limited to: - B2B companies that randomize at the company level, but wants to look at user level metrics -- Social media companies that randomize at the user level (for a consistent user experience), but want to look at session-level metrics +- Marketplaces and Social media companies who want to cluster users more likely to interact with each to share common feature +- Any company that randomize at the user level (for a consistent user experience), but want to look at session-level metrics Configuring clustered analysis is easy in Eppo. It requires two steps: mapping a new subentity column in the Assignment SQL and choosing clustered analysis as the analysis type when creating an experiment. Metric creation and all other configuration remains the same. @@ -26,4 +27,4 @@ Once created and running, there are a few differences on how experiment results Explore charts behave the same way. Assignment numbers are reported, but metrics and their split bys will use the subentity numbers for the denominator. -![Subentities in Explore charts](/img/experiments/clustered-analysis/explore-with-subentities.png) \ No newline at end of file +![Subentities in Explore charts](/img/experiments/clustered-analysis/explore-with-subentities.png)