Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7081fb4fa0cf71ef16f4c4e32307071cf040758 (plain)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<id>website</id>
		<name>Website</name>
		<description>A website consists of web pages typically served from a single web domain.</description>
		<howToSetupUrl>?module=CoreAdminHome&amp;action=trackingCodeGenerator</howToSetupUrl>
		<settings>
			<row>
				<pluginName>WebsiteMeasurable</pluginName>
				<title>WebsiteMeasurable</title>
				<settings>
					<row>
						<name>urls</name>
						<title>URLs</title>
						<value>
						</value>
						<defaultValue>
						</defaultValue>
						<type>array</type>
						<uiControl>textarea</uiControl>
						<uiControlAttributes>
							<cols>25</cols>
							<rows>3</rows>
							<placeholder>http://example.com/
https://www.example.org/</placeholder>
						</uiControlAttributes>
						<availableValues />
						<description />
						<inlineHelp>It is recommended, but not required, to specify the various URLs, one per line, that your visitors use to access this website. Alias URLs for a website will not appear in the Referrers &gt; Websites report. Note that it is not necessary to specify the URLs with and without 'www' as Matomo automatically considers both.</inlineHelp>
						<templateFile />
						<introduction />
						<condition />
					</row>
					<row>
						<name>exclude_unknown_urls</name>
						<title>Only track visits and actions when the action URL starts with one of the above URLs.</title>
						<value>0</value>
						<defaultValue>0</defaultValue>
						<type>boolean</type>
						<uiControl>checkbox</uiControl>
						<uiControlAttributes>
						</uiControlAttributes>
						<availableValues />
						<description />
						<inlineHelp>When enabled, Matomo will only track internal actions when the Page URL is one of the known URLs for your website. This prevents people from spamming your analytics with URLs for other websites.&lt;br /&gt;The domain and the path has to be an exact match and each valid subdomain has to be specified separately. For example when the known URLs are 'http://example.com/path' and 'http://good.example.com', tracking requests for 'http://example.com/otherpath' or 'http://bad.example.com' are ignored.</inlineHelp>
						<templateFile />
						<introduction />
						<condition />
					</row>
					<row>
						<name>keep_url_fragment</name>
						<title>Keep Page URL fragments when tracking Page URLs</title>
						<value>0</value>
						<defaultValue>0</defaultValue>
						<type>string</type>
						<uiControl>select</uiControl>
						<uiControlAttributes>
						</uiControlAttributes>
						<availableValues>
							<row>No (Default)</row>
							<row>Yes</row>
							<row>No</row>
						</availableValues>
						<description />
						<inlineHelp />
						<templateFile />
						<introduction />
						<condition />
					</row>
					<row>
						<name>excluded_ips</name>
						<title>Excluded IPs</title>
						<value>
						</value>
						<defaultValue>
						</defaultValue>
						<type>array</type>
						<uiControl>textarea</uiControl>
						<uiControlAttributes>
							<cols>20</cols>
							<rows>4</rows>
							<placeholder>127.0.0.1</placeholder>
						</uiControlAttributes>
						<availableValues />
						<description />
						<inlineHelp>Enter the list of IPs, one per line, that you wish to exclude from being tracked by Matomo. You can use CIDR notation eg. 1.2.3.4/24 or you can use wildcards, eg. 1.2.3.* or 1.2.*.*&lt;br /&gt;&lt;br /&gt;Your current IP address is &lt;i&gt;127.0.0.1&lt;/i&gt;</inlineHelp>
						<templateFile />
						<introduction />
						<condition />
					</row>
					<row>
						<name>excluded_parameters</name>
						<title>Excluded Parameters</title>
						<value>
						</value>
						<defaultValue>
						</defaultValue>
						<type>array</type>
						<uiControl>textarea</uiControl>
						<uiControlAttributes>
							<cols>20</cols>
							<rows>4</rows>
						</uiControlAttributes>
						<availableValues />
						<description />
						<inlineHelp>Enter the list of URL Query Parameters, one per line, to exclude from the Page URLs reports. Regular expressions such as /^sess.*|.*[dD]ate$/ are suported.&lt;br /&gt;&lt;br /&gt;Matomo will automatically exclude the common session parameters (phpsessid, sessionid, ...).</inlineHelp>
						<templateFile />
						<introduction />
						<condition />
					</row>
					<row>
						<name>excluded_user_agents</name>
						<title>Excluded User Agents</title>
						<value>
						</value>
						<defaultValue>
						</defaultValue>
						<type>array</type>
						<uiControl>textarea</uiControl>
						<uiControlAttributes>
							<cols>20</cols>
							<rows>4</rows>
						</uiControlAttributes>
						<availableValues />
						<description />
						<inlineHelp>Enter the list of user agents to exclude from being tracked by Matomo.&lt;br /&gt;&lt;br /&gt;If the visitor's user agent string contains any of the strings you specify, the visitor will be excluded from Matomo.&lt;br /&gt;You can use this to exclude some bots from being tracked.</inlineHelp>
						<templateFile />
						<introduction />
						<condition />
					</row>
					<row>
						<name>sitesearch</name>
						<title>Site Search</title>
						<value>1</value>
						<defaultValue>1</defaultValue>
						<type>integer</type>
						<uiControl>select</uiControl>
						<uiControlAttributes>
						</uiControlAttributes>
						<availableValues>
							<row key="1">Site Search tracking enabled</row>
							<row key="0">Do not track Site Search</row>
						</availableValues>
						<description />
						<inlineHelp>You can use Matomo to track and report what visitors are searching in your website's internal search engine.</inlineHelp>
						<templateFile />
						<introduction />
						<condition />
					</row>
					<row>
						<name>use_default_site_search_params</name>
						<title>Use &lt;a href='#globalSettings'&gt;default&lt;/a&gt; Site Search parameters</title>
						<value>1</value>
						<defaultValue>1</defaultValue>
						<type>boolean</type>
						<uiControl>checkbox</uiControl>
						<uiControlAttributes>
						</uiControlAttributes>
						<availableValues />
						<description>Query parameter (Default): q,query,s,search,searchword,k,keyword &amp; Category parameter: </description>
						<inlineHelp />
						<templateFile />
						<introduction />
						<condition>1 &amp;&amp; sitesearch</condition>
					</row>
					<row>
						<name>sitesearch_keyword_parameters</name>
						<title>Query parameter</title>
						<value>
						</value>
						<defaultValue>
						</defaultValue>
						<type>array</type>
						<uiControl>text</uiControl>
						<uiControlAttributes>
						</uiControlAttributes>
						<availableValues />
						<description />
						<inlineHelp>Enter a comma separated list of all query parameter names containing the site search keyword.</inlineHelp>
						<templateFile />
						<introduction />
						<condition>sitesearch &amp;&amp; !use_default_site_search_params</condition>
					</row>
					<row>
						<name>sitesearch_category_parameters</name>
						<title>Category parameter</title>
						<value>
						</value>
						<defaultValue>
						</defaultValue>
						<type>array</type>
						<uiControl>text</uiControl>
						<uiControlAttributes>
						</uiControlAttributes>
						<availableValues />
						<description />
						<inlineHelp>(optional)&lt;br /&gt;&lt;br /&gt;You may enter a comma-separated list of query parameters specifying the search category.</inlineHelp>
						<templateFile />
						<introduction />
						<condition>1 &amp;&amp; sitesearch &amp;&amp; !use_default_site_search_params</condition>
					</row>
					<row>
						<name>ecommerce</name>
						<title>Ecommerce</title>
						<value>0</value>
						<defaultValue>0</defaultValue>
						<type>integer</type>
						<uiControl>select</uiControl>
						<uiControlAttributes>
						</uiControlAttributes>
						<availableValues>
							<row>Not an Ecommerce site</row>
							<row>Ecommerce enabled</row>
						</availableValues>
						<description />
						<inlineHelp>When enabled, the &quot;Goals&quot; report will have a new &quot;Ecommerce&quot; section.&lt;br /&gt;Matomo allows for advanced Ecommerce Analytics tracking &amp; reporting. Learn more about &lt;a href='https://matomo.org/docs/ecommerce-analytics/' target='_blank'&gt; Ecommerce Analytics&lt;/a&gt;.</inlineHelp>
						<templateFile />
						<introduction />
						<condition />
					</row>
				</settings>
			</row>
			<row>
				<pluginName>ExampleSettingsPlugin</pluginName>
				<title>ExampleSettingsPlugin</title>
				<settings>
					<row>
						<name>contact_email</name>
						<title>Contact email addresses</title>
						<value>
						</value>
						<defaultValue>
						</defaultValue>
						<type>array</type>
						<uiControl>textarea</uiControl>
						<uiControlAttributes>
						</uiControlAttributes>
						<availableValues />
						<description />
						<inlineHelp />
						<templateFile />
						<introduction />
						<condition />
					</row>
				</settings>
			</row>
		</settings>
	</row>
</result>