1.0.0 • Published 5 years ago
microsoft-clarity v1.0.0
frontity-microsoft-clarity
Analytics package to use Microsoft Clarity with Frontity
Install
Add to package.json
npm install frontity-microsoft-clarityFrontity 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
1.0.0
5 years ago