Microsoft Clarity Analytics is a free service that captures how people use your site.
Become a backer or sponsor to support our work.
Module | github.com/hugomods/microsoft-clarity |
---|---|
Stats |
1module:
2 imports:
3 - path: github.com/hugomods/microsoft-clarity
1[module]
2 [[module.imports]]
3 path = 'github.com/hugomods/microsoft-clarity'
1{
2 "module": {
3 "imports": [
4 {
5 "path": "github.com/hugomods/microsoft-clarity"
6 }
7 ]
8 }
9}
Note
Please skip this step if your theme supports HugoPress, such as HB Framework themes.
1<head>
2 {{ partialCached "microsoft-clarity/index" . .Params.analyze }}
3</head>
params.services.microsoft_clarity.id
Name | Context | Type | Required | Default | Since | Example |
---|---|---|---|---|---|---|
params.services.microsoft_clarity.id | - | string | - | - | - | - |
The measurement ID.
hugo.yaml
1params:
2 services:
3 microsoft_clarity:
4 id: XXXXXXXXXX
hugo.toml
1[params]
2 [params.services]
3 [params.services.microsoft_clarity]
4 id = 'XXXXXXXXXX'
hugo.json
1{
2 "params": {
3 "services": {
4 "microsoft_clarity": {
5 "id": "XXXXXXXXXX"
6 }
7 }
8 }
9}
analyze
Name | Context | Type | Required | Default | Since | Example |
---|---|---|---|---|---|---|
analyze | - | boolean | - | true | - | - |
Exclude pages from being tracked if false
.