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/generative-audiences.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,21 @@ To create an audience with Generative Audiences:
30
30
31
31
1. Navigate to **Engage > Audiences**, and click **+ New audience**.
32
32
2. From the dropdown menu, select **Audience**.
33
-
3. Select **Generative Audiences** as your audience type. Generative Audiences is available in all audience types except Linked Audiences.
33
+
3. Select **Generative Audiences** as your audience type. Generative Audiences is available for all audience types except Linked Audiences.
34
34
4. From the Build screen, click **Help me build**.
35
35
5. Enter your prompt in the audience description box.
36
-
- Use a minimum of 20 characters and up to 300 characters maximum.
36
+
- Use a minimum of 20 characters and up to 300 characters maximum.
37
37
6. Click **Build**. Based on your prompt, CustomerAI generates audience conditions for you to review.
38
38
- Segment displays a progress bar until the audience conditions are generated.
39
39
40
40
> success ""
41
-
> View some[example prompts](#use-cases-and-examples) and [best practices](#best-practices).
41
+
> To help you write your prompt, view these[example prompts](#use-cases-and-examples) and [best practices](#best-practices).
42
42
43
43
### Modify an audience description
44
44
45
45
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.
46
46
47
-
> success ""
47
+
> info ""
48
48
> Once Segment generates the audience, you can also adjust or remove any conditions straight from the audience builder.
49
49
50
50
@@ -74,7 +74,7 @@ As you use generative audiences, keep the following best practices in mind:
74
74
75
75
## Known limitations
76
76
77
-
### Limited Space Schema
77
+
### Limited space schema
78
78
79
79
Segment's generative AI service is handled by a third party that needs to be fed context about your Engage workspace and has limitations to how many contextual parameters Segment can send it. Because of this, Segment limits the amount of data it sends to the AI service. Segment solves this limitation by including up to 100,000 of the most recently used events and traits in your Engage space.
80
80
@@ -88,17 +88,16 @@ At this time, Segment only supports audience description prompts in the English
88
88
89
89
Audience descriptions around not having profile traits or users who have not performed certain events are expected to have their conditions configured in the following way:
90
90
91
-
- "Customers who have not purchased in the last 30 days."
91
+
-**Prompt**: "Customers who have not purchased in the last 30 days."
92
+
-**Expected output**: Segment generates a condition where *the event is performed at most 0 times*.
92
93
93
94

94
-
The expected output is for Segment to generate a condition where *the event is performed at most 0 times*.
95
95
96
-
- "Customers who don't have a phone number."
96
+
-**Prompt**: "Customers who don't have a phone number."
97
+
-**Expected output**: Segment generates a condition where *the trait doesn't exist*.
97
98
98
99

99
100
100
-
The expected output is to generate a condition where *the trait doesn't exist*.
101
-
102
101
103
102
## Error handling
104
103
@@ -108,10 +107,10 @@ Engage uses the following error messages with Generative Audiences:
| Something went wrong | This error displays when one of the following occur: <br> - Not found exception <br> - Invalid LLM output <br> - LLM error terminal <br> - Unknown exception |
110
109
| Something went wrong. Try again later. | The AI service is down or the LLM returned an error. |
111
-
| Segment had trouble creating an audience from this description. Try rewording it using these [best practices](#best-practices). |Referenced an invalid or non-existing trait, audience, or event within the workspace. You may also see this when an objective is impossible or misunderstood. |
110
+
| Segment had trouble creating an audience from this description. Try rewording it using these [best practices](#best-practices). |The prompt referenced an invalid or non-existing trait, audience, or event within the workspace. You may also see this when an objective is impossible or misunderstood. |
0 commit comments