-
Notifications
You must be signed in to change notification settings - Fork 2
/
cloudflare.json
70 lines (70 loc) · 2.67 KB
/
cloudflare.json
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
{
"main":"public/javascripts/piwik.js",
"name":"Piwik Analytics",
"description": "Integrate Piwik open source web analytics in your website. To use this app you need your own <a href='https://www.cloudflare.com/apps/piwik_open_source_web_analytics'>Piwik instance</a> (Self-hosted or Cloud-hosted).",
"version": "0.1.5",
"category": "analytics",
"account": { },
"billing": { },
"config":{
"details":{
"Category": "Analytics",
"Language": "English",
"Price": "Free to install, free to use. Bring your own Piwik server.",
"Restrictions": "None",
"CloudFlare": "<a href='http://www.cloudflare.com/terms' target='_blank'>Terms of use</a>"
},
"assets":{
"logos" : {
"200px": "./public/images/logo-200.png",
"132px": "./public/images/logo-132.png"
}
},
"interface": [
{
"id": "id",
"type": "string",
"name": "Piwik Site Id",
"description": "The id of the your Piwik site. (HINT: It's usually 1 unless you are tracking more than one domain)"
},
{
"id": "domain",
"type": "string",
"name": "Piwik server url",
"description": "The domain name of your Piwik install."
},
{
"id": "setDomainCookie",
"type": "select",
"name": "Track visitors across all sub-domains",
"description": "If set to 'Yes', when one visitor visits x.domain.com and y.domain.com, they will be counted as a unique visitor.",
"options": [
{
"label": "Yes",
"value": "true"
},
{
"label": "No",
"value": "false"
}
]
},
{
"id": "prependDomain",
"type": "select",
"name": "Prepend the site domain to the page title when tracking",
"description": "If someone visits the 'About' page on blog.domain.com it will be recorded as 'blog / About'. This is the easiest way to get an overview of your traffic by sub-domain.",
"options": [
{
"label": "Yes",
"value": "true"
},
{
"label": "No",
"value": "false"
}
]
}
]
}
}