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: website/docs/targeting/targeting-rule/targeting-rule-overview.mdx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The Targeting Rules are in an **OR** relationship, meaning that the Targeting Ru
18
18
19
19
## How to add a Targeting Rule?
20
20
21
-
You can add a Targeting Rule to a feature flag on the Dashboard by clicking on the `+IF` ("Add Targeting Rule") button. Add more Targeting Rules by clicking on the `+OR` button at the bottom of the Targeting Rule.
21
+
You can add a Targeting Rule to a feature flag on the Dashboard by clicking on the **+IF** ("Add targeting rule") button. Add more Targeting Rules by clicking on the **+OR** button at the bottom of the Targeting Rule.
@@ -60,20 +60,20 @@ The order of the Targeting Rules can be changed on the Dashboard by dragging and
60
60
In our demo company (Whisker Co.) we have a new feature in our mobile app that notifies frequent shopper cat owners about the cat-friendly cafés in the neighborhood.
61
61
62
62
#### Goal
63
-
Since this feature is new, we want to make sure that only frequent shoppers and cat owners who have the right version of the app receive these notifications. The earlier versions of the app don't have this feature, so we want to make sure that anyone higher than version 3.0.0 receives the notifications.
63
+
Since this feature is new, we want to make sure that only frequent shoppers and cat owners who have the right version of the app receive these notifications. The earlier versions of the app don't have this feature, so we want to make sure that only those who are running a version higher than 3.0.0 receive the notifications.
64
64
65
65
#### Solution
66
-
We can achieve this by adding a Targeting Rule to the `Enable Cafe Notifications` feature flag. The Targeting Rule will have two conditions:
67
-
- User Condition: `AppVersion` is greater than `3.0.0`
68
-
- Segment Condition: `Frequent Shoppers`
66
+
We can achieve this by adding a Targeting Rule to the **Enable Cafe Notifications** feature flag. The Targeting Rule will have two conditions:
67
+
- User Condition: user attribute **AppVersion** is greater than **3.0.0**
68
+
- Segment Condition: user is in segment **Frequent Shoppers**
0 commit comments