-
Notifications
You must be signed in to change notification settings - Fork 1
/
analytics.yaml
73 lines (61 loc) · 1.98 KB
/
analytics.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: Analytics
version: 1.2.1
description: Integrate Matomo, Fathom or Google Analytics into your website.
author: Trendschau
homepage: http://typemill.net
licence: MIT
paypal: https://paypal.me/typemill
amount: 5
settings:
tool: none
forms:
fields:
tool:
type: radio
label: Choose Your Tool
options:
none: None
matomo: Matomo
google: Google Analytics
fathom: Fathom
matomo:
type: fieldset
legend: Matomo
fields:
matomo_url:
type: text
label: Matomo URL
help: "Add the URL to your matomo installation without protocol like this: my-site.com."
placeholder: 'url like my-matomo-installation.com'
matomo_id:
type: number
label: Matomo Site-ID
help: You can find the id in Matomo under configuration and tracking code.
placeholder: 'simple number like 8'
matomo_nocookie:
type: checkbox
label: Cookies
checkboxlabel: Track without cookies
fathom:
type: fieldset
legend: Fathom
fields:
fathom_url:
type: url
label: Fathom Script URL
help: If you use a custom domain, you can find the Script URL in sites > settings under https://app.usefathom.com/. If empty the default script.js will be used.
placeholder: 'https://cdn.usefathom.com/script.js'
fathom_id:
type: text
label: Fathom SiteID
help: If you use a custom domain, you can find the Script URL in sites > settings under https://app.usefathom.com/.
placeholder: 'VZNKNKJP'
google:
type: fieldset
legend: Google Analytics
fields:
google_id:
type: text
label: Google Tracking ID
help: You can find the tracking id in google under property. It starts with UA-
placeholder: 'UA-12345-6'