You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flags-sdk/launchdarkly/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This example uses [LaunchDarkly](https://vercel.com/marketplace/launchdarkly) fo
4
4
5
5
## Demo
6
6
7
-
TODO
7
+
https://flags-sdk-launchdarkly.vercel.app/
8
8
9
9
## How it works
10
10
@@ -51,8 +51,8 @@ Be sure to enable the `SDKs using Client-side ID` option for each Feature Flag.
51
51
52
52
Feature Flags:
53
53
54
-
-`Summer Sale` (type boolean) with the key `summer-sale` and the variations `true` and `false`. Edit the default targeting rule to serve a percentage rollout with a 50/50 split by `user.key`.
55
-
-`Free Delivery` (type boolean) with the key `free-delivery` and the variations `true` and `false`. Edit the default targeting rule to serve a percentage rollout with a 50/50 split by `user.key`.
54
+
-`Summer Sale` (type boolean) with the key `summer-sale` and the variations `true` and `false`. Edit the default targeting rule to serve a percentage rollout with a 50/50 split by `user.key`.
55
+
-`Free Delivery` (type boolean) with the key `free-delivery` and the variations `true` and `false`. Edit the default targeting rule to serve a percentage rollout with a 50/50 split by `user.key`.
56
56
-`Proceed to Checkout` (type string) with the key `proceed-to-checkout` and the following variations:
57
57
- Name: `Control`, Value: `blue`
58
58
- Name: `Test`, Value: `green`
@@ -78,7 +78,7 @@ Create the `Proceed to Checkout` experiment:
78
78
- Metric definition: `Percentage of user units that sent the event, where higher is better`
79
79
- Metric name: `Proceed to Checkout Clicked`
80
80
- Varaiations: Choose flag `proceed-to-checkout`
81
-
- Audience:
81
+
- Audience:
82
82
- In this experiment: Choose `Custom` and enter `100`%
0 commit comments