Skip to content

Fix bug over reporting number of users viewing pages. #3051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bwcampbell9
Copy link

Unique users was using user_Id which over reports the number of users since each user can have multiple user_Id's I think user_AuthenticatedId should be used which will accurately report the number of users viewing the page.

@bwcampbell9 bwcampbell9 requested review from a team as code owners June 11, 2025 22:20
@bwcampbell9 bwcampbell9 changed the title Patch 2 Fix bug over reporting number of users viewing pages. Jun 11, 2025
@gardnerjr
Copy link
Collaborator

I think user_AuthenticatedId should be used

maybe? will have to check internally, but since not all apps use authenticated id, in some cases this could become empty?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants