Skip to content

Commit 04b40c2

Browse files
caddoosgiehl
authored andcommitted
Describe percent-of-total metrics in processed report metadata expected file
1 parent 2a9df44 commit 04b40c2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tests/System/expected/test_twoVisitsWithCustomVariables__subtable__API.getProcessedReport_day.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
<avg_time_on_site>The average duration of a visit.</avg_time_on_site>
2727
<bounce_rate>The percentage of visits that only had a single pageview. This means, that the visitor left the website directly from the entrance page.</bounce_rate>
2828
<conversion_rate>The percentage of visits that triggered a conversion. The conversion rate is calculated using the number of visits that converted at least one goal. Visits converting multiple goals are only counted once in the conversion rate.</conversion_rate>
29+
<nb_visits_percent_of_total>The percentage of the report's total Visits that this row represents.</nb_visits_percent_of_total>
30+
<nb_actions_percent_of_total>The percentage of the report's total Actions that this row represents.</nb_actions_percent_of_total>
31+
<nb_visits_converted_percent_of_total>The percentage of the report's total Visits with Conversions that this row represents.</nb_visits_converted_percent_of_total>
32+
<nb_conversions_percent_of_total>The percentage of the report's total Conversions that this row represents.</nb_conversions_percent_of_total>
33+
<bounce_count_percent_of_total>The percentage of the report's total Bounces that this row represents.</bounce_count_percent_of_total>
34+
<revenue_percent_of_total>The percentage of the report's total Revenue that this row represents.</revenue_percent_of_total>
2935
</metricsDocumentation>
3036
<processedMetrics>
3137
<nb_actions_per_visit>Actions per Visit</nb_actions_per_visit>
@@ -42,6 +48,12 @@
4248
<avg_time_on_site>duration_s</avg_time_on_site>
4349
<bounce_rate>percent</bounce_rate>
4450
<conversion_rate>percent</conversion_rate>
51+
<nb_visits_percent_of_total>percent</nb_visits_percent_of_total>
52+
<nb_actions_percent_of_total>percent</nb_actions_percent_of_total>
53+
<nb_visits_converted_percent_of_total>percent</nb_visits_converted_percent_of_total>
54+
<nb_conversions_percent_of_total>percent</nb_conversions_percent_of_total>
55+
<bounce_count_percent_of_total>percent</bounce_count_percent_of_total>
56+
<revenue_percent_of_total>percent</revenue_percent_of_total>
4557
</metricTypes>
4658
<imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=CustomVariables&amp;apiAction=getCustomVariablesValuesFromNameId&amp;period=day&amp;date=2010-01-03&amp;idSubtable=1</imageGraphUrl>
4759
<imageGraphEvolutionUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=CustomVariables&amp;apiAction=getCustomVariablesValuesFromNameId&amp;period=day&amp;date=2009-12-05,2010-01-03&amp;idSubtable=1</imageGraphEvolutionUrl>

0 commit comments

Comments
 (0)