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

test_ecommerceOrderWithItems_AbandonedCarts__Goals.getItemsSku_day.xml « expected « System « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca2b2296ed0490a31859b81c9d543983634d9e25 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<row>
		<label>SKU IN ABANDONED CART TWO</label>
		<revenue>4000</revenue>
		<quantity>4</quantity>
		<nb_uniq_visitors>1</nb_uniq_visitors>
		<nb_visits>2</nb_visits>
		<nb_actions>2</nb_actions>
		<abandoned_carts>2</abandoned_carts>
		<avg_price>1000</avg_price>
		<avg_quantity>2</avg_quantity>
		<conversion_rate>100%</conversion_rate>
	</row>
	<row>
		<label>SKU IN ABANDONED CART ONE</label>
		<revenue>1000.22</revenue>
		<quantity>2</quantity>
		<abandoned_carts>2</abandoned_carts>
		<avg_price>500.11</avg_price>
		<avg_quantity>1</avg_quantity>
		<conversion_rate>0%</conversion_rate>
	</row>
	<row>
		<label>SKU VERY nice indeed</label>
		<revenue>20</revenue>
		<quantity>2</quantity>
		<nb_uniq_visitors>1</nb_uniq_visitors>
		<nb_visits>3</nb_visits>
		<nb_actions>8</nb_actions>
		<abandoned_carts>2</abandoned_carts>
		<avg_price>10</avg_price>
		<avg_quantity>1</avg_quantity>
		<conversion_rate>66.67%</conversion_rate>
	</row>
	<row>
		<label>SKU2</label>
		<nb_uniq_visitors>1</nb_uniq_visitors>
		<nb_visits>1</nb_visits>
		<nb_actions>1</nb_actions>
		<avg_price>1111.11</avg_price>
		<avg_quantity>0</avg_quantity>
		<conversion_rate>0%</conversion_rate>
	</row>
</result>