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

test_ecommerceOrderWithItems_Metadata_Goals.Get_Order__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: 2c589e00f299ec13d50a06a03b3a9a8498766690 (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
<?xml version="1.0" encoding="utf-8" ?>
<result>
	<website>Piwik test</website>
	<prettyDate>Tuesday, April 5, 2011</prettyDate>
	<metadata>
		<category>Ecommerce</category>
		<name>Ecommerce Orders</name>
		<module>Goals</module>
		<action>get</action>
		<parameters>
			<idGoal>ecommerceOrder</idGoal>
		</parameters>
		<metrics>
			<nb_conversions>Ecommerce Orders</nb_conversions>
			<nb_visits_converted>Visits with Conversions</nb_visits_converted>
			<conversion_rate>Conversion Rate</conversion_rate>
			<revenue>Revenue</revenue>
			<revenue_subtotal>Subtotal</revenue_subtotal>
			<revenue_tax>Tax</revenue_tax>
			<revenue_shipping>Shipping</revenue_shipping>
			<revenue_discount>Discount</revenue_discount>
			<items>Purchased Products</items>
		</metrics>
		<metricsDocumentation>
			<conversion_rate>The percentage of visits that triggered a goal conversion.</conversion_rate>
		</metricsDocumentation>
		<processedMetrics>
			<avg_order_revenue>Average Order Value</avg_order_revenue>
		</processedMetrics>
		<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Goals&amp;apiAction=get&amp;idGoal=ecommerceOrder&amp;period=day&amp;date=2011-03-07,2011-04-05</imageGraphUrl>
		<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=Goals&amp;apiAction=get&amp;idGoal=ecommerceOrder&amp;period=day&amp;date=2011-03-07,2011-04-05</imageGraphEvolutionUrl>
		<uniqueId>Goals_get_idGoal--ecommerceOrder</uniqueId>
	</metadata>
	<columns>
		<nb_conversions>Ecommerce Orders</nb_conversions>
		<nb_visits_converted>Visits with Conversions</nb_visits_converted>
		<conversion_rate>Conversion Rate</conversion_rate>
		<revenue>Revenue</revenue>
		<revenue_subtotal>Subtotal</revenue_subtotal>
		<revenue_tax>Tax</revenue_tax>
		<revenue_shipping>Shipping</revenue_shipping>
		<revenue_discount>Discount</revenue_discount>
		<items>Purchased Products</items>
		<avg_order_revenue>Average Order Value</avg_order_revenue>
	</columns>
	<reportData>
		<nb_conversions>2</nb_conversions>
		<nb_visits_converted>1</nb_visits_converted>
		<revenue>$ 3111.11</revenue>
		<revenue_subtotal>$ 2500</revenue_subtotal>
		<revenue_tax>$ 511</revenue_tax>
		<revenue_shipping>$ 100.11</revenue_shipping>
		<revenue_discount>$ 666</revenue_discount>
		<items>10</items>
		<avg_order_revenue>$ 1555.56</avg_order_revenue>
		<conversion_rate>33.33%</conversion_rate>
	</reportData>
	<reportMetadata />
	<reportTotal>
	</reportTotal>
</result>