Skip to content
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

add an option for 'createAlias' for not calling identify #547

Merged
merged 2 commits into from
Jun 30, 2022

Conversation

zihejia
Copy link
Contributor

@zihejia zihejia commented Jun 24, 2022

When you call the API createAlias, there is an implicit identify call inside the API done for you. This will keep your signup funnels working correctly in most cases. However, if that is not what you want, this PR will allow you to not call identify by specifying andIdentify to false.

Please also note: With Mixpanel Identity Merge enabled, calling alias is no longer required but can be used to merge two IDs in scenarios where identify would fail

@zihejia zihejia force-pushed the unify-alias-behaviour branch from c9d3df5 to e9641e5 Compare June 25, 2022 00:03
@zihejia zihejia changed the title add option for 'createAlias' for not creating user profile add option for 'createAlias' for not calling identify Jun 25, 2022
@zihejia zihejia force-pushed the unify-alias-behaviour branch from e9641e5 to 7c6d58e Compare June 25, 2022 00:05
@zihejia zihejia force-pushed the unify-alias-behaviour branch from 3708dde to e5e9cb2 Compare June 27, 2022 20:09
@zihejia zihejia force-pushed the unify-alias-behaviour branch from e5e9cb2 to 71c4db0 Compare June 27, 2022 20:11
Copy link
Contributor

@jaredmixpanel jaredmixpanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zihejia zihejia changed the title add option for 'createAlias' for not calling identify add an option for 'createAlias' for not calling identify Jun 28, 2022
@zihejia zihejia merged commit b21e4bb into master Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants