cssoft / clarityconnector
CSSoft Magento2 Microsoft Clarity Connect Module
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0|~8.1|~8.2|~8.3
README
Overview
The CSSoft_Clarityconnector
module integrates Microsoft Clarity with your Magento 2 store. It provides a simple configuration interface to store your Microsoft Clarity token and automatically injects the Clarity tracking script into the header of your website.
Features
- Configuration Management: Securely store the Microsoft Clarity token.
- Script Injection: Automatically inject the Clarity tracking script into your website’s header.
- User-Friendly: Easy configuration via Magento’s admin panel.
Installation
Using Composer
-
Add the repository to your composer.json:
composer require vendor/module-name
-
Run the setup upgrade command:
php bin/magento setup:upgrade
-
Deploy static content:
php bin/magento setup:static-content:deploy
-
Clear the cache:
php bin/magento cache:clean
Manual Installation
-
Download the extension package and unzip it.
-
Upload the extension files to the
app/code/Vendor/ModuleName
directory. -
Run the setup upgrade command:
php bin/magento setup:upgrade
-
Deploy static content:
php bin/magento setup:static-content:deploy
-
Clear the cache:
php bin/magento cache:clean php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy