aitoc/module-microsoft-clarity

Module that enables your site to integrate with Microsoft's Clarity, a web analytics/behaviour monitoring platform

Installs: 5 794

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.4 2022-11-22 18:56 UTC

This package is auto-updated.

Last update: 2024-08-22 22:42:14 UTC


README

Description

Microsoft Clarity is an analytics tool that provides website usage statistics, session recording, and heatmaps. It is a free user behavior analytics tool that helps you understand how users interact with your website through session replays and heatmaps. It records the information about your website's visitors, tracks how users behave, and provide you with analytical data.

Use of Microsoft Clarity module tool on the website

Because of our module, no code changes are required, or no need to manually add any script. By only adding tracking code from the Microsoft Clarity account, the Microsoft Clarity tool will get enabled on the website.

Key Features

  • The easiest way to enable the Microsoft Clarity tool
  • No code changes are required to configure and start using Microsoft Clarity integration
  • Session Recordings to see precisely how your site is being used
  • Show Heatmaps and Clickmaps, which tell what users want and how you can play around with the design to get more attention from the user on specific things
  • Multiple filter options to dig through user behavior and find accurate details

Useful Information

Installation Guide

Installing module using zip file

  • Unzip and paste the extension file into your root Magento folder.
  • Connect to your server by SSH.
  • Go to your Magento root folder.
  • To install the extension, perform this command:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Composer installation

If you haven't installed any Aitoc module before, in that case, first, you will need to add your Aitoc composer repository. Please go through the document to see how you can add a composer repository.

To install the module, you will need to run the following commands:

composer require aitoc/module-microsoft-clarity
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
  • To switch the extension on/off, perform these commands:
php bin/magento module:enable Aitoc_MicrosoftClarity
php bin/magento module:disable Aitoc_MicrosoftClarity

Microsoft Clarity Tracking Code

Once you have created a new project in Microsoft Clarity, from your Project Dashboard, select the Setup tab. In the Setup tab, you will find the Clarity tracking code, and below that the script will be available.

We only need the tracking code to configure and enable Microsoft Clarity on your Magento website from the script.

Configuration

Path: Stores → Configuration → AITOC EXTENSION → Microsoft Clarity Or Admin → AITOC → Microsoft Clarity → Configuration

Enabled: Yes/No - Sets whether the module is enabled or disabled. Tracking Code: Text - Please enter your Microsoft Clarity tracking code here. Enable Customer Group Tag - If this is enabled, custom tags and filters will be created based on the Customer Groups available in Magento in Microsoft Clarity. So for each session and page that are tracked in Clarity, they will have a Customer Group tag, so it will be easier to filter and find session/recording for each page based on customer group.

How the module works

Once you have added the Tracking Code, the Microsoft Clarity Script will start to appear on the front end of each page. You can view this in Page Source or your browser's developer tools.

Also, in your Microsoft Clarity Account, under the project you have created, you will start to see analytics details based on visitors' activity on your site. You can see this in:

Log in to Your Microsoft Clarity Account, → Select your Project → Dashboard & Recording

More FREE Magento 2 Extensions by Aitoc on GitHub

Other Magento 2 Extensions by Aitoc

See more Magento 2 extensions

THANKS FOR CHOOSING AITOC