|
1 | 1 | { |
2 | 2 | "TrackingCodeCustomizer": { |
3 | | - "PluginDescription":"The provided values will replace the defaults in the generated tracking code (leave blank to use defaults). Viewing https://github.com/piwik/piwik/blob/master/core/Tracker/TrackerCodeGenerator.php is recommended to deconstruct how the tracking code is built.", |
| 3 | + "PluginDescription":"The provided values will replace the defaults in the generated tracking code (leave blank to use defaults). Viewing https://github.com/matomo-org/matomo/blob/master/core/Tracker/TrackerCodeGenerator.php is recommended to deconstruct how the tracking code is built.", |
4 | 4 | "idSiteSettingTitle":"idSite", |
5 | 5 | "idSiteSettingDescription":"The siteId that will be included in the tracking code.", |
6 | 6 | "idSiteSettingDefault":"Dependent on selected site.", |
7 | 7 | "protocolSettingTitle":"protocol", |
8 | 8 | "protocolSettingDescription":"Piwik url protocol.", |
9 | | - "protocolSettingDefault":"\"//\"", |
| 9 | + "protocolSettingDefault":"\"//\" <- Protocol relative", |
10 | 10 | "piwikUrlSettingTitle":"piwikUrl", |
11 | 11 | "piwikUrlSettingDescription":"The tracker URL to use.\nDefault: Same as Matomo installation path", |
12 | 12 | "piwikUrlSettingDefault":"Same as Matomo installation path", |
13 | 13 | "httpsPiwikUrlSettingTitle":"httpsPiwikUrl", |
14 | 14 | "httpsPiwikUrlSettingDescription":"Set if the HTTPS domain is different from the normal domain.", |
15 | | - "httpsPiwikUrlSettingDefault":"Attempts to detect protocol and retrieves using piwikUrl.<br/>Note: Setting a value here will disable protocol checking and force https.", |
| 15 | + "httpsPiwikUrlSettingDefault":"Empty<br/>Note: Setting a value here will add a protocol check condition to the tracking code.", |
16 | 16 | "optionsSettingTitle":"options", |
17 | 17 | "optionsSettingDescription":"A string of JavaScript code that customizes the JavaScript tracker (after _paq = _paq || [] and before trackPageView).", |
18 | 18 | "optionsSettingDefault":"Empty", |
|
0 commit comments