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