-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
24 lines (24 loc) · 873 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
{
"name": "TrackingCodeCustomizer",
"version": "5.0.0",
"license": "GPL v3+",
"keywords": [
"tracking",
"javascript tracking",
"customize tracking",
"customise tracking"
],
"description": "Allows Matomo admininstrators to customize the tracking code that is autogenerated for users. This is useful for directing requests to the correct servers in a multi-server setup, include additional parameters in default tracking, or to perform conditional checks before initiating a tracking call. ",
"homepage": "https:\/\/github.com\/jbrule\/piwikplugin-TrackingCodeCustomizer",
"theme": false,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"authors": [
{
"name": "Josh Brule",
"email": "",
"homepage": "https://github.com/jbrule/"
}
]
}