We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cfb90 commit f528598Copy full SHA for f528598
docs/schema/extra.json
@@ -40,11 +40,6 @@
40
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics",
41
"pattern": "^G-\\w{10}$"
42
},
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
- },
48
{
49
"title": "Unknown property",
50
@@ -448,7 +443,7 @@
448
443
"body": {
449
444
"analytics": {
450
445
"provider": "${1:google}",
451
- "property": "${2:UA-XXXXXXXX-X}"
446
+ "property": "${2:G-XXXXXXXXXX}"
452
447
}
453
454
0 commit comments