Does anyone have experience using Microsoft Clarit...
# ask-questions
w
Does anyone have experience using Microsoft Clarity with A/B test run with Growthbook? Since it's on a data layer and not different URLS, how can you view the different pages, for examples the different heat maps in Clarity?
f
I haven't- does Clarity have a way to split the heatmaps based on an attribute (like a variation)?
b
We send the test id and the variant value to clarity, and then use a “custom tag” filter.
window.clarity('set', experiment.id, experiment.variant);
f
does that not work?
b
it works for us! I was making a suggestion for @wooden-television-38356
f
ooh, cool
sorry, didn't see
we should add that to our docs
w
Thank you so much.
🙏 1
f
i have a PR with some more specific code: https://github.com/growthbook/growthbook/pull/3782 Hopefully it will merge soon
w
thank you for this too