Visits = uniques visitors

Hello

I just upgraded to piwik 3 and used the log import.

It seems that using the log import, piwik make no difference between visits and uniques visitors, stats are almost the same

log import method :

$PYTHON $PIWIK_PATH/misc/log-analytics/import_logs.py --url=$PIWIK_SERVER --idsite=$SITEID --recorders=4 --enable-http-errors --enable-http-redirects --enable-static --enable-bots $APACHE2_LOGS_PATH/$HOSTS/$WEBSITE/$ACCESS_LOG

thx !

Yes that’s more or less expected, because log analytics don’t have first party cookies to make a better distinction of unique users

yes true… didn’t think about it ! :slight_smile: