1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-24 16:07:37 +00:00
Files
matomo/plugins/UserCountry/tests/System/expected/test___UserCountry.getContinent_day.xml
Stefan Giehl 385b03640e Fix filter in UserCountry.getCountry for Map of Maps (#17779)
* Fix filter in UserCountry.getCountry for Map of Maps

* Adds some tests & fixes other APImethods for multiple period & site request
2021-07-19 08:12:41 -07:00

55 خطوط
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
<label>Europe</label>
<nb_uniq_visitors>3</nb_uniq_visitors>
<nb_visits>6</nb_visits>
<nb_actions>18</nb_actions>
<nb_users>0</nb_users>
<max_actions>5</max_actions>
<sum_visit_length>4863</sum_visit_length>
<bounce_count>3</bounce_count>
<nb_visits_converted>6</nb_visits_converted>
<goals>
<row idgoal='1'>
<nb_conversions>6</nb_conversions>
<nb_visits_converted>6</nb_visits_converted>
<revenue>30</revenue>
</row>
<row idgoal='2'>
<nb_conversions>3</nb_conversions>
<nb_visits_converted>3</nb_visits_converted>
<revenue>15</revenue>
</row>
</goals>
<nb_conversions>9</nb_conversions>
<revenue>45</revenue>
<code>Europe</code>
</row>
<row>
<label>North America</label>
<nb_uniq_visitors>1</nb_uniq_visitors>
<nb_visits>2</nb_visits>
<nb_actions>6</nb_actions>
<nb_users>0</nb_users>
<max_actions>5</max_actions>
<sum_visit_length>1621</sum_visit_length>
<bounce_count>1</bounce_count>
<nb_visits_converted>2</nb_visits_converted>
<goals>
<row idgoal='1'>
<nb_conversions>2</nb_conversions>
<nb_visits_converted>2</nb_visits_converted>
<revenue>10</revenue>
</row>
<row idgoal='2'>
<nb_conversions>1</nb_conversions>
<nb_visits_converted>1</nb_visits_converted>
<revenue>5</revenue>
</row>
</goals>
<nb_conversions>3</nb_conversions>
<revenue>15</revenue>
<code>North America</code>
</row>
</result>