forked from KaanErturk/piwik-SiteUrlTrackingID
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
41 lines (41 loc) · 937 Bytes
/
plugin.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
{
"name": "SiteUrlTrackingID",
"description": "Enables to use any of the site URLs of a website as the tracking ID in addition to the numeric site ID.",
"version": "4.0.4",
"theme": false,
"require": {
"piwik": ">=4.0.0-b1,<5.0.0-b1",
"php": ">=5.4.0"
},
"authors": [
{
"name": "Kaan Erturk",
"email": "kaanerturk@gmail.com",
"homepage": "https:\/\/kaanerturk.net"
},
{
"name": "Josh Brule",
"email": "",
"homepage": "https:\/\/github.com\/jbrule"
}
],
"support": {
"email": "kaanerturk@gmail.com",
"issues": "https:\/\/github.com\/jbrule\/piwik-SiteUrlTrackingID\/issues",
"source": "https:\/\/github.com\/jbrule\/piwik-SiteUrlTrackingID"
},
"homepage": "https:\/\/github.com\/jbrule\/piwik-SiteUrlTrackingID",
"license": "GPL v3+",
"keywords": [
"domain",
"domain name",
"site url",
"site id",
"tracking",
"tracking id",
"idsite",
"main_url",
"site_url",
"url"
]
}