Quantcast
Channel: Support & Bugs - Matomo forums
Viewing all articles
Browse latest Browse all 5981

Visit_count_visits not starting at 1

$
0
0

Hi,

In our matomo 4.15 database, we have visitors for which first visit does not exist.

The following query yields results :

select 
	idsite,
	idvisitor,
    min(visitor_count_visits)
from
	matomo_log_visit
group by
	idsite, idvisitor
having 
	min(visitor_count_visits)>1

Does anybody have the same behaviour or is it a problem with confiig/install of our instance ?

This is preventing us from easily identifying the “first click” of visitors.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5981

Trending Articles