Piwik\Plugins\PrivacyManager\PrivacyManager::getMetricsToKeep PHP Method

getMetricsToKeep() private static method

Returns the general metrics to keep when the 'delete_reports_keep_basic_metrics' config is set to 1.
private static getMetricsToKeep ( )
    private static function getMetricsToKeep()
    {
        return array('nb_uniq_visitors', 'nb_visits', 'nb_users', 'nb_actions', 'max_actions', 'sum_visit_length', 'bounce_count', 'nb_visits_converted', 'nb_conversions', 'revenue', 'quantity', 'price', 'orders');
    }