We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$is_identified
Relates to PostHog/posthog-android#136
PostHog/posthog#22216
$is_identified is the property to filter identified users or not (anonymous).
https://github.com/PostHog/posthog-js/blob/7022ab69505959fb065d41870d2bceeb69145916/src/posthog-core.ts#L912 JS SDK uses the $user_state super property to track if the user has identified already or not with the values identified or anonymous (this super property is in deny list so not set in the event)
$user_state
identified
anonymous
Add to:
The text was updated successfully, but these errors were encountered:
@beradeep would you like to take this one too?
Sorry, something went wrong.
identify
I would've loved to, but I don't a have a mac right now :(
Successfully merging a pull request may close this issue.
Description
Relates to PostHog/posthog-android#136
Description
PostHog/posthog#22216
$is_identified
is the property to filter identified users or not (anonymous).https://github.com/PostHog/posthog-js/blob/7022ab69505959fb065d41870d2bceeb69145916/src/posthog-core.ts#L912
JS SDK uses the
$user_state
super property to track if the user has identified already or not with the valuesidentified
oranonymous
(this super property is in deny list so not set in the event)Add to:
The text was updated successfully, but these errors were encountered: