Skip to content
Open
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
1 change: 1 addition & 0 deletions contents/docs/feature-flags/creating-feature-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ Flags without evaluation contexts continue to evaluate for all requests (default
- SDKs must send the `evaluation_contexts` parameter with matching contexts for the flag to evaluate (the legacy `evaluation_environments` parameter is also supported)
- Flags with no evaluation contexts will evaluate for all requests (default behavior)
- At least one evaluation context must match for the flag to be included in the evaluation
- Evaluation contexts and (and evaluation runtime) do not affect local evaluation behavior

</CalloutBox>

Expand Down
2 changes: 1 addition & 1 deletion contents/docs/product-analytics/funnels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ In this case, you can choose from which step the properties should be selected f

##### 1. First touchpoint

In this case, the first property value seen in any of the steps is chosen.
In this case, the first property value seen in any occurrences of the funnel events.

Consider this example sequence of events:

Expand Down
Loading