-
Notifications
You must be signed in to change notification settings - Fork 465
docs: add section on multivariate flags in core management #6441
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
base: main
Are you sure you want to change the base?
Conversation
|
@TyroneOrrego is attempting to deploy a commit to the Flagsmith Team on Vercel. A member of the Team first needs to authorize it. |
| If you need to test unauthenticated traffic, create anonymous identities (e.g., GUID stored in a cookie) before requesting flags so the user stays in the same bucket. | ||
|
|
||
| Quick A/B/n setup checklist: | ||
| 1) Define variants and weights (total 100%); 2) enable the flag; 3) identify the user (or anonymous GUID) before fetching; 4) branch on the multivariate `value`; 5) log the assigned variant to analytics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 1) Define variants and weights (total 100%); 2) enable the flag; 3) identify the user (or anonymous GUID) before fetching; 4) branch on the multivariate `value`; 5) log the assigned variant to analytics. | |
| 1. Define variants and weights (total 100%) | |
| 2. Enable the flag | |
| 3. Identify the user (or anonymous GUID) before fetching | |
| 4. Use the `value` of the feature when defining the branching logic in your code | |
| 5. Enable required [integrations](/third-party-integrations/) for analytics purposes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TyroneOrrego I think this comment was somehow lost but it still stands from what I can tell.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @matthewelwell Yes, my bad, now it is all tackled!
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
No description provided.