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: src/engage/audiences/customerAI-audiences.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,15 @@ To create an audience with CustomerAI:
27
27
- Segment displays a progress bar until the audience conditions are generated.
28
28
29
29
> success ""
30
-
> To help you write your prompt, view these [example prompts](#use-cases-and-examples) and [best practices](#best-practices).
30
+
> To help you write your prompt, view these [example prompts](#example-prompts) and [best practices](#best-practices).
31
31
32
32
### Modify an audience description
33
33
34
-
Once Segment generates the audience conditions, the prompt box remains open for reference. You can close this box, or modify your audience description and click **Build** again. Modifying an audience overwrites the existing audience conditions Segment previously generated.
34
+
Once Segment generates the audience conditions, the prompt box remains open for reference. You can close this box, or modify your audience description and click **Build** again.
35
35
36
-
> info ""
37
-
> Once Segment generates the audience, you can also edit any conditions straight from the audience builder.
36
+
Modifying an audience description overwrites the existing conditions previously generated. You can also edit any conditions straight from the audience builder.
38
37
39
-
## Use cases and examples
38
+
## Example prompts
40
39
41
40
Use the following examples to help you get started with audience prompts.
42
41
@@ -72,16 +71,16 @@ Learn more about [using existing events and traits](/docs/engage/audiences/#buil
72
71
73
72
### Using negative conditions
74
73
75
-
Below are a few examples of how CustomerAI configures audience conditions for negative prompts. Negative conditions might include, for example, building an audience of users without a certain profile trait, or who haven't performed certain events.
74
+
Below are a few examples of how CustomerAI configures audience conditions for negative prompts. Negative conditions might include, for example, building an audience of users without a certain profile trait, or who haven't performed certain events.
76
75
77
76
1.**Prompt**: "Customers who have not purchased in the last 30 days."
78
-
-**Expected output**: Segment generates a condition where *the event is performed at most 0 times*.
79
-

80
-
77
+
-**Expected output**: Segment generates audience conditions where *the event is performed at most 0 times*.
81
78
82
79
2.**Prompt**: "Customers who don't have a phone number."
83
-
-**Expected output**: Segment generates a condition where *the trait doesn't exist*.
84
-

0 commit comments