With Matomo we've always had the ability to disable cookies or use cookies. Now we have added the ability to also enable cookies after they were enabled etc. This lets users track visitors with cookies disabled, but enable cookies when/if they give consent to use cookies.
When cookies are enabled, some reports become more accurate.
When the data is mixed from visitors with and without cookies in the same site, then it's hard to know which referrer data to trust for example.
That's why you'd want to segment the audience by whether cookies were used or not used.
configCookiesDisabled
variable). We need to update the log_visit column onNewVisit and onExisitingVisit since it might change during a visitNot sure what naming to use. Ideally, the wording could also be applied for iOS/Android SDK etc. Eg they might have the same concept, but don't use cookies for storing a visitorId.