Skip to content
Extraits de code Groupes Projets
Valider 0e40e762 rédigé par mattab's avatar mattab
Parcourir les fichiers

Small update doc test

parent 3399bc81
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -16,8 +16,9 @@ use Piwik\DataTable;
use Piwik\Metrics;
/**
* Adds the following columns to a DataTable using metrics that already exist:
*
* Adds the processed metrics columns to a DataTable using metrics that already exist.
*
* Columns processed are:
* - **conversion_rate**: percent value of `nb_conversions / nb_visits
* - **nb_actions_per_visit**: `nb_actions / nb_visits`
* - **avg_time_on_site**: in number of seconds, `round(visit_length / nb_visits)`. not
......
......@@ -17,8 +17,9 @@ use Piwik\Piwik;
use Piwik\Tracker\GoalManager;
/**
* Adds the following columns to a DataTable using metrics that already exist:
*
* Adds the Goal related metrics to a DataTable using metrics that already exist.
*
* Metrics added are:
* - **revenue_per_visit**: total goal and ecommerce revenue / nb_visits
* - **goal_%idGoal%_conversion_rate**: the conversion rate. There will be one of
* these columns for each goal that exists
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter