File: test___CoreAdminHome.getTrackingFailures.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 (27 lines) | stat: -rw-r--r-- 784 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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<idsite>1</idsite>
		<idfailure>2</idfailure>
		
		
		<site_name>Piwik test</site_name>
		
		<url>http://example.com/piwik/</url>
		<problem>Request was not authenticated but authentication was required.</problem>
		<solution>Set or correct a &quot;token_auth&quot; in your tracking request.</solution>
		<solution_url>https://matomo.org/faq/how-to/faq_30835/</solution_url>
	</row>
	<row>
		<idsite>99999</idsite>
		<idfailure>1</idfailure>
		
		
		<site_name>Unknown</site_name>
		
		<url>http://example.com/piwik/</url>
		<problem>The site does not exist.</problem>
		<solution>Update the configured idSite in the tracker.</solution>
		<solution_url>https://matomo.org/faq/how-to/faq_30838/</solution_url>
	</row>
</result>