Skip to content

Commit 4032662

Browse files
authored
Adjust tests for core change (#107)
1 parent 51f45a0 commit 4032662

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/System/TwoVisitsWithCustomVariablesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function getApiForTesting()
6666
)),
6767
);
6868

69-
if (version_compare(Version::VERSION, '4.13.3', '>')) {
69+
if (version_compare(Version::VERSION, '5.4.0-alpha', '>')) {
7070
// test getProcessedReport w/ custom variables subtable
7171
$return[] = array('API.getProcessedReport', array(
7272
'idSite' => $idSite,

tests/System/expected/test_twoVisitsWithCustomVariables__subtable__API.getProcessedReport_day.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<nb_actions_per_visit>The average number of actions (page views, site searches, downloads or outlinks) that were performed during the visits.</nb_actions_per_visit>
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>
28-
<conversion_rate>The percentage of visits that triggered a goal conversion.</conversion_rate>
28+
<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>
2929
</metricsDocumentation>
3030
<processedMetrics>
3131
<nb_actions_per_visit>Actions per Visit</nb_actions_per_visit>

0 commit comments

Comments
 (0)