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

test_ecommerceOrderWithItems_Metadata_ItemsCategory__API.getProcessedReport_day.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 697e009693eaba2b0b191764539651c5b13c2090 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<website>Piwik test</website>
	<prettyDate>Tuesday, April 5, 2011</prettyDate>
	<metadata>
		<category>Ecommerce</category>
		<subcategory>Products</subcategory>
		<name>Product Category</name>
		<module>Goals</module>
		<action>getItemsCategory</action>
		<dimension>Product Category</dimension>
		<metrics>
			<revenue>Product Revenue</revenue>
			<quantity>Quantity</quantity>
			<orders>Unique Purchases</orders>
			<nb_visits>Visits</nb_visits>
		</metrics>
		<processedMetrics>
			<avg_price>Average Price</avg_price>
			<avg_quantity>Average Quantity</avg_quantity>
			<conversion_rate>Product Conversion Rate</conversion_rate>
		</processedMetrics>
		<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Goals&amp;apiAction=getItemsCategory&amp;period=day&amp;date=2011-04-05</imageGraphUrl>
		<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Goals&amp;apiAction=getItemsCategory&amp;period=day&amp;date=2011-03-07,2011-04-05</imageGraphEvolutionUrl>
		<uniqueId>Goals_getItemsCategory</uniqueId>
	</metadata>
	<columns>
		<label>Product Category</label>
		<revenue>Product Revenue</revenue>
		<quantity>Quantity</quantity>
		<orders>Unique Purchases</orders>
		<nb_visits>Visits</nb_visits>
		<avg_price>Average Price</avg_price>
		<avg_quantity>Average Quantity</avg_quantity>
		<conversion_rate>Product Conversion Rate</conversion_rate>
	</columns>
	<reportData>
		<row>
			<label>Electronics &amp; Cameras</label>
			<revenue>$ 2500</revenue>
			<quantity>3</quantity>
			<orders>2</orders>
			<nb_visits>3</nb_visits>
			<avg_price>$ 1000</avg_price>
			<avg_quantity>1.5</avg_quantity>
			<conversion_rate>66.67%</conversion_rate>
		</row>
		<row>
			<label>Multiple Category 1</label>
			<revenue>$ 1000</revenue>
			<quantity>2</quantity>
			<orders>1</orders>
			<nb_visits>1</nb_visits>
			<avg_price>$ 500</avg_price>
			<avg_quantity>2</avg_quantity>
			<conversion_rate>100%</conversion_rate>
		</row>
		<row>
			<label>Multiple Category 2</label>
			<revenue>$ 1000</revenue>
			<quantity>2</quantity>
			<orders>1</orders>
			<nb_visits>1</nb_visits>
			<avg_price>$ 500</avg_price>
			<avg_quantity>2</avg_quantity>
			<conversion_rate>100%</conversion_rate>
		</row>
		<row>
			<label>Multiple Category 4</label>
			<revenue>$ 1000</revenue>
			<quantity>2</quantity>
			<orders>1</orders>
			<nb_visits>1</nb_visits>
			<avg_price>$ 500</avg_price>
			<avg_quantity>2</avg_quantity>
			<conversion_rate>100%</conversion_rate>
		</row>
		<row>
			<label>Multiple Category 5</label>
			<revenue>$ 1000</revenue>
			<quantity>2</quantity>
			<orders>1</orders>
			<nb_visits>1</nb_visits>
			<avg_price>$ 500</avg_price>
			<avg_quantity>2</avg_quantity>
			<conversion_rate>100%</conversion_rate>
		</row>
		<row>
			<label>Product Category not defined</label>
			<revenue>$ 611.22</revenue>
			<quantity>7</quantity>
			<orders>2</orders>
			<nb_visits>3</nb_visits>
			<avg_price>$ 55.61</avg_price>
			<avg_quantity>3.5</avg_quantity>
			<conversion_rate>66.67%</conversion_rate>
		</row>
		<row>
			<label>Category TWO LEFT in cart</label>
			<nb_visits>2</nb_visits>
			<avg_price>$ 0</avg_price>
			<avg_quantity>0</avg_quantity>
			<conversion_rate>0%</conversion_rate>
			<revenue>$ 0</revenue>
			<quantity>0</quantity>
			<orders>0</orders>
		</row>
	</reportData>
	<reportMetadata />
	<reportTotal>
		<nb_visits>12</nb_visits>
		<nb_uniq_visitors>8</nb_uniq_visitors>
		<nb_actions>17</nb_actions>
	</reportTotal>
</result>