1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 15:07:44 +00:00
Files
matomo/tests/PHPUnit/System/expected/test_CustomEvents__Goals.get_day.xml
diosmosis def74364a2 Couple assorted changes (#13935)
* Allow annotations API to accept multiple periods, so evolution graphs that use multiple periods work.

* Remove warning when rows_to_display viewdatatable config property is left at its default value.

* Allow individual cells in an html visualization to be styled (if the visualization is extended).

* Remove unneeded TODO.

* In series picker encode picked rows in case the labels have commas.

* Must decode the rows value as well (as it is not handled by API, must be done in plugin).

* Allow joins to specified through LogAggregator::queryConversionsByDimension().

* Add safety check to _idts processing: if visitor is unknown, ignore _idts value, since it is their first visit.

* In the tracker when searching by visitor ID, search through entire log_visit table instead of just in the last 30 mins.

* When tracking visitor days since first, do not round since this can result in inaccurate data when rounding up. Which can cause trouble when finding the start visit for a log.

* Allow HtmlTable descendants to add any html attributes to cells.

* Allow derived Visualizations to add custom parameters to API requests via a new RequestConfig method.

* Tweak to TODO.

* Add test for annotations API change & get to pass.

* Apply more review feedback

* Update INI config docs for window_look_back_for_visitor.

* Only copy visitor properties if action is part of an existing visit.

* Some more properties that should be copied over from known visitor even if new visit.

* Fixing some tests.

* update test

* Fix CustomEventsTest test failures.

* Fixing more tests.

* update rest of tests

* Fixing tests.

* Update some test files.

* Fix log statements.

* To better handle out of order actions, add part of last_action_time check to visitor ID search.

* Update tests.

* Updating expected screenshots.

* Fix ArchiveCronTest.

* Throw exception if idorder not unique.

* Only throw exception if idorder specified.

* Fixing a couple tests.

* Fix another test.
2019-03-12 17:13:57 -07:00

15 خطوط
699 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<result>
<nb_conversions>3</nb_conversions>
<nb_visits_converted>1</nb_visits_converted>
<revenue>31</revenue>
<conversion_rate>10%</conversion_rate>
<nb_conversions_new_visit>3</nb_conversions_new_visit>
<nb_visits_converted_new_visit>1</nb_visits_converted_new_visit>
<revenue_new_visit>31</revenue_new_visit>
<conversion_rate_new_visit>50%</conversion_rate_new_visit>
<nb_conversions_returning_visit>0</nb_conversions_returning_visit>
<nb_visits_converted_returning_visit>0</nb_visits_converted_returning_visit>
<revenue_returning_visit>0</revenue_returning_visit>
<conversion_rate_returning_visit>0%</conversion_rate_returning_visit>
</result>