1.0.1 • Published 3 years ago

frontity-microsoft-clarity v1.0.1

Weekly downloads
11
License
Apache-2.0
Repository
github
Last release
3 years ago

frontity-microsoft-clarity

Analytics package to use Microsoft Clarity with Frontity

Install

Add to package.json

npm install frontity-microsoft-clarity

Frontity Settings

Update frontity.settings.js

export default {
  packages: [
    {
      name: "frontity-microsoft-clarity",
      state: {
        microsoftClarity: {
          trackingCode: "yourcode"
        }
      }
    }
  ]
};

Future Development

Add clarity plugin to wordpress, and make an endpoint.

Add an endpoint from the plugin - https://wordpress.org/plugins/microsoft-clarity/

References