Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

DDI-435: Experiment update #966

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/experiment/general/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add deployments to [Flags and Experiments](../guides/getting-started/create-a-fl

## Flags and experiments

Experiment uses feature flags and experiments to serve a variable experience to a user. Flags and experiments are identified by the **flag key**, are associated with `0-n` [deployments](#deployments), and contain `1-k` [variants](#variants). The **evaluation mode** (local or remote) determines whether the flag or experiment can be [locally evaluated](evaluation/local-evaluation.md) and may limit the targeting capabilities for the flag if set to local. Local evaluation mode flags can't use advanced targeting features like behavioral cohorts.
Experiment uses feature flags and experiments to serve a variable experience to a user. Flags and experiments are identified by the **flag key**, are associated with `0-n` [deployments](#deployments), and contain `1-k` [variants](#variants). The **evaluation mode** (local or remote) determines whether the flag or experiment can be [locally evaluated](evaluation/local-evaluation.md) and may limit the targeting capabilities for the flag if set to local.

### Comparison

Expand Down
2 changes: 1 addition & 1 deletion docs/experiment/guides/getting-started/create-a-flag.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To create a [flag](../../general/data-model.md#flags-and-experiments), first nav
1. From the Flags screen in Experiment, select your target project from the dropdowns.
2. Click **Create Flag**.
3. Enter a **Name** for the flag.
1. Experiment will automatically generate a normalized **Key** for your flag/experiment. The key is the string which is used to access the variant in you application. You may choose to customize this key, as once the key is set it can't be changed.
1. Experiment will automatically generate a normalized **Key** for your flag/experiment. The key is the string which is used to access the variant in your application. You may choose to customize this key, as once the key is set it can't be changed.
4. (Optional) Enter a **Flag Description** to better describe the flag.
5. Save the experiment configuration. You can edit most fields from the flag's settings.

Expand Down
Loading