Skip to content

Commit f528598

Browse files
committed
Dropped schema for Google Universal Analytics
1 parent 09cfb90 commit f528598

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/schema/extra.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@
4040
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
4141
"pattern": "^G-\\w{10}$"
4242
},
43-
{
44-
"title": "Universal Analytics",
45-
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
46-
"pattern": "^UA-\\w{9}-\\w$"
47-
},
4843
{
4944
"title": "Unknown property",
5045
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
@@ -448,7 +443,7 @@
448443
"body": {
449444
"analytics": {
450445
"provider": "${1:google}",
451-
"property": "${2:UA-XXXXXXXX-X}"
446+
"property": "${2:G-XXXXXXXXXX}"
452447
}
453448
}
454449
}

0 commit comments

Comments
 (0)