قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 15:07:44 +00:00

* Do not remove nb_visits_converted when archiving goal reports since it should differ from sum of conversions. * If metric is not available, compute dynamically by using max nb_visits_converted. * Ignore abandoned cart conversions when calculating visit converted. * In case goals column is empty. * remove processed metric code since it is not correct * do not remove visits converted metric for overview * fix tests * Fixing test * fix test * update test files * update submodules * Update expected screenshots & try to fix some random failures. * Update expected UI test export results. * two ui test fixes * Fix couple UI test failures. * fix random php test failure
30 خطوط
683 B
XML
30 خطوط
683 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<result>
|
|
<row>
|
|
<label>France</label>
|
|
<nb_uniq_visitors>1</nb_uniq_visitors>
|
|
<nb_visits>2</nb_visits>
|
|
<nb_actions>8</nb_actions>
|
|
<max_actions>7</max_actions>
|
|
|
|
<bounce_count>1</bounce_count>
|
|
<goals>
|
|
<row idgoal='1'>
|
|
<nb_conversions>1</nb_conversions>
|
|
|
|
<revenue>42</revenue>
|
|
</row>
|
|
<row idgoal='2'>
|
|
<nb_conversions>1</nb_conversions>
|
|
|
|
<revenue>1</revenue>
|
|
</row>
|
|
</goals>
|
|
<nb_conversions>2</nb_conversions>
|
|
<revenue>43</revenue>
|
|
<code>fr</code>
|
|
<logo>plugins/Morpheus/icons/dist/flags/fr.png</logo>
|
|
<segment>countryCode==fr</segment>
|
|
<logoHeight>16</logoHeight>
|
|
</row>
|
|
</result> |