Hey people! I have to do a many A/B tests in my pa...
# ask-questions
a
Hey people! I have to do a many A/B tests in my page. And I use Microsoft Clarity to analyze some users behaviors. However, using Growthbook this tests don't have different URL parameters, wich make impossible the analysis in Clarity. How I can solve this?
f
you're welcome to inject url parameters on assignment using some simple JS
or do a redirect - but that would cause some issues
f
@adorable-nail-56714 So basically you add custom tags to your experiment code. These tags can then be found in Clarity when your visitors enter your experiment. https://learn.microsoft.com/en-us/clarity/setup-and-installation/clarity-api#add-custom-tags If you follow that link you will see examples to setup custom tagging. You can add this in your experiment in growthbook in i.e. the visual editor in the JS code field. Note: clarity must be loaded before your experiment runs…. usually GB is faster then Clarity so you also need to add some logic so that the custom tags are set when Clarity is loaded. (edited) Than in clarity you can find the experiment heatmaps and stuff through the filters.
a
Thanks for your help friends
🙌 1