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

* Migrate NumberFormatter to vue.js * Migrate getFormattedEvolution to new NumberFormatter * Adjust MultiSites API to use better metric names for previous period data and add them to totals * Use unformatted API data in new all websites dashboard * Remove no longer needed API metric nb_visits_lastdate * updates expected test files * Adds Changelog * remove no longer needed js number formatter * apply review feedback * respect ratio in evolution calculation
18 خطوط
659 B
XML
18 خطوط
659 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<result>
|
|
<nb_visits>0</nb_visits>
|
|
<nb_actions>0</nb_actions>
|
|
<nb_pageviews>0</nb_pageviews>
|
|
<hits>0</hits>
|
|
<revenue>0</revenue>
|
|
<visits_evolution>0%</visits_evolution>
|
|
<visits_evolution_trend>0</visits_evolution_trend>
|
|
<actions_evolution>0%</actions_evolution>
|
|
<actions_evolution_trend>0</actions_evolution_trend>
|
|
<pageviews_evolution>0%</pageviews_evolution>
|
|
<pageviews_evolution_trend>0</pageviews_evolution_trend>
|
|
<hits_evolution>0%</hits_evolution>
|
|
<hits_evolution_trend>0</hits_evolution_trend>
|
|
<revenue_evolution>0%</revenue_evolution>
|
|
<revenue_evolution_trend>0</revenue_evolution_trend>
|
|
</result> |