Integration with Clarity



Add the following JS code exactly as it is to track a single experience. Make sure it's unique for each experience:
clarity("set", "vslyExperienceId", _USE_CASE);
clarity("set", "vslyExperienceVariantId", _USE_CASE_VARIANT);
clarity("set", "vslyExperienceVersion", _USE_CASE_VERSION);
clarity("set", "vslyExperienceName", _USE_CASE_GA);
clarity("set", "vslyExperienceVariantName", _USE_CASE_GA_VARIANT);


 You can omit any unnecessary fields as needed.

Reference