# Users and Sessions numbers from search, comment and page-edit events look wrong or far too low **What you are seeing** Users and Sessions numbers from search, comment and page-edit events look wrong or far too low. --- ## Why it happens All server-sent events deliberately share one Google client identity across every user and every site, for continuity with the older Connect app, and logged-out actors are folded into a single "anonymous" identity. --- ## What to do Do not read Users or Sessions off the server-side event stream. Use the browser-collected page views for people and session counts, and treat the server-side events as event counts only. --- ## Related [Raw and Searches tabs are missing from the reports"Show sensitive data panels" is off, which is the default. It is enforced on the server, s](https://help.gocapable.com/google-analytics/raw-and-searches-tabs-are-missing-from-the-reports.html) [Some report filters (surface, account type, guest) are missing or greyed outThe optional custom dimensions those filters depend on have not been created in your GA4 p](https://help.gocapable.com/google-analytics/some-report-filters-surface-account-type-guest-are-missing-or-greyed-out.html) [Something is missing or looks wrongThe rest of this family.](https://help.gocapable.com/google-analytics/something-is-missing-or-looks-wrong.html) --- _Found it? Good._