docs: Add section explaining duplicate person profiles#15396
Merged
docs: Add section explaining duplicate person profiles#15396
Conversation
Explain that a single real-world user can have multiple person profiles in PostHog (e.g., from different devices before being identified), and link to the identify docs for merging profiles.
Contributor
Deploy preview
|
luke-belton
reviewed
Mar 3, 2026
|
|
||
| ## Duplicate person profiles | ||
|
|
||
| If your [`identify`](/docs/product-analytics/identify) implementation has gaps, a single real-world user can end up with multiple person profiles. For example, if a user visits your app on a phone and a laptop but `identify` is only called on one device, each device creates its own profile with a separate anonymous distinct ID. This usually points to a misconfiguration — when `identify` is called correctly on every device and session, PostHog merges these into one profile automatically. |
Contributor
There was a problem hiding this comment.
I'd suggest tying this back to ingestion warnings - this is the most common cause of multiple person profiles I see. e.g. where you use different distinct_ids in your own system to identify users and you've not used alias correctly, meaning we block the merge
Contributor
Author
There was a problem hiding this comment.
great shout; added
gustavohstrassburger
approved these changes
Mar 3, 2026
Add context about the most common cause of duplicate profiles — using different distinct IDs without alias — and link to the ingestion warnings page where "Refused to merge an already identified user" surfaces this issue. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
natalia-amorim
pushed a commit
that referenced
this pull request
Mar 4, 2026
* docs: Add section explaining duplicate person profiles Explain that a single real-world user can have multiple person profiles in PostHog (e.g., from different devices before being identified), and link to the identify docs for merging profiles. * docs: Reframe duplicate profiles as misconfiguration signal * docs: Link duplicate profiles to ingestion warnings Add context about the most common cause of duplicate profiles — using different distinct IDs without alias — and link to the ingestion warnings page where "Refused to merge an already identified user" surfaces this issue. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Adds a new section to the People/Persons documentation explaining that a single real-world user can have multiple person profiles in PostHog. This happens when someone uses different devices or browsers before being identified, creating separate anonymous distinct IDs.
The section covers:
Checklist
vercel.json