File: test_configControlledEnabled__PrivacyManager.getComplianceStatus.xml

package info (click to toggle)
matomo 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 95,068 kB
  • sloc: php: 289,425; xml: 127,249; javascript: 112,130; python: 202; sh: 178; makefile: 20; sql: 10
file content (87 lines) | stat: -rw-r--r-- 3,257 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<complianceModeEnforced>1</complianceModeEnforced>
	<complianceConfigControlled>1</complianceConfigControlled>
	<complianceRequirements>
		<row>
			<name>Device model detection disabled</name>
			<value>compliant</value>
			<notes>Device model detection and device model report must be disabled.</notes>
		</row>
		<row>
			<name>Only Major versions</name>
			<value>compliant</value>
			<notes>Only Major OS and browser versions are stored.</notes>
		</row>
		<row>
			<name>Ecommerce Restricted</name>
			<value>compliant</value>
			<notes>Ecommerce analytics is enabled, but specific segments are disabled (Order ID, Order revenue, Product price, Product name, Product SKU). If you prefer, you can completely disable Ecommerce tracking &lt;a href=&quot;index.php?module=SitesManager&amp;action=index&amp;idSite=1&quot;&gt;here&lt;/a&gt;.</notes>
		</row>
		<row>
			<name>Ecommerce - Order ID anonymisation</name>
			<value>compliant</value>
			<notes>Order IDs must be anonymised.</notes>
		</row>
		<row>
			<name>PII data filtered</name>
			<value>compliant</value>
			<notes>Personally Identifiable Information (PII) data must be filtered by the Matomo-recommended PII exclusion list.</notes>
		</row>
		<row>
			<name>Turn off Visits log and Visitor profiles</name>
			<value>compliant</value>
			<notes>Visits log is required to be disabled.</notes>
		</row>
		<row>
			<name>Campaign tracking parameters disabled</name>
			<value>compliant</value>
			<notes>All campaign tracking parameters must be discarded.</notes>
		</row>
		<row>
			<name>IP Anonymisation Enabled</name>
			<value>compliant</value>
			<notes>Anonymisation of Visitor's IP addresses must be enabled.</notes>
		</row>
		<row>
			<name>IP Address Mask Length</name>
			<value>compliant</value>
			<notes>Must be set to at least 2 byte(s), currently 2 byte(s).</notes>
		</row>
		<row>
			<name>Referrer Anonymisation</name>
			<value>compliant</value>
			<notes>Only the referrer host or referrer type may be collected.</notes>
		</row>
		<row>
			<name>Data retention period</name>
			<value>compliant</value>
			<notes>Retention period is set to 180 days.</notes>
		</row>
		<row>
			<name>Limit available segments</name>
			<value>compliant</value>
			<notes>Limit the available segments to be compliant.</notes>
		</row>
		<row>
			<name>Screen resolution detection disabled</name>
			<value>compliant</value>
			<notes>Screen resolution detection and screen resolution report must be disabled.</notes>
		</row>
		<row>
			<name>User ID disabled</name>
			<value>compliant</value>
			<notes>Collection of User ID while tracking must be disabled.</notes>
		</row>
		<row>
			<name>Third-party cookies</name>
			<value>compliant</value>
			<notes>Third-party cookies must be disabled</notes>
		</row>
		<row>
			<name>Opt out</name>
			<value>unknown</value>
			<notes>Opt out must be manually set up and configured. &lt;a href=&quot;https://matomo.org/faq/general/faq_20000/?mtm_campaign=Matomo_App&amp;mtm_source=Matomo_App_OnPremise&amp;mtm_medium=App.PrivacyManager.compliance&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot;&gt;Learn more&lt;/a&gt;</notes>
		</row>
	</complianceRequirements>
</result>