قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 23:17:46 +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
15 خطوط
395 B
XML
15 خطوط
395 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<result>
|
|
<row>
|
|
<label>Windows XP</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>
|
|
|
|
<segment>operatingSystemCode==WXP;operatingSystemVersion==XP</segment>
|
|
<logo>plugins/Morpheus/icons/dist/os/WIN.png</logo>
|
|
</row>
|
|
</result> |