Skip to content

Commit 008d5ab

Browse files
committed
Add PM feedback
1 parent 71c035f commit 008d5ab

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

src/engage/audiences/customerAI-audiences.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ Use the following examples to help you get started with audience prompts.
4848
> info ""
4949
> You'll have more accurate results if you base your audience prompts on specific events and traits that are in your Segment space.
5050
51+
### Using negative conditions
52+
53+
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.
54+
55+
1. **Prompt**: "Customers who have not purchased in the last 30 days."
56+
- **Expected output**: Segment generates audience conditions where *the event is performed at most 0 times*.
57+
58+
2. **Prompt**: "Customers who don't have a phone number."
59+
- **Expected output**: Segment generates audience conditions where *the trait doesn't exist*.
60+
61+
3. **Prompt**: "Customers who haven't received an email in the last 6 months."
62+
- **Expected output**: Segment generates audience conditions where *the event has been performed exactly 0 times*.
63+
5164
## Best practices
5265

5366
As you build audiences with CustomerAI, keep the following best practices in mind:
@@ -64,23 +77,10 @@ As you're writing your prompt, you can view traits and events that are active in
6477

6578
You can also use the Profile explorer (**Unify** > **Profile explorer**) to view specific events and traits associated with profiles in your Segment space.
6679

67-
Learn more about [using existing events and traits](/docs/engage/audiences/#building-an-audience) to build audiences.
80+
Learn more about [using existing events and traits](/docs/engage/audiences/) to build audiences.
6881

6982
> warning ""
7083
> Due to a [limited space schema](#limited-space-schema), CustomerAI may not recognize some events or traits that are inactive in your workspace.
71-
72-
### Using negative conditions
73-
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.
75-
76-
1. **Prompt**: "Customers who have not purchased in the last 30 days."
77-
- **Expected output**: Segment generates audience conditions where *the event is performed at most 0 times*.
78-
79-
2. **Prompt**: "Customers who don't have a phone number."
80-
- **Expected output**: Segment generates audience conditions where *the trait doesn't exist*.
81-
82-
3. **Prompt**: "Customers who haven't received an email in the last 6 months."
83-
- **Expected output**: Segment generates audience conditions where *the event has been performed exactly 0 times*.
8484
8585
## Error handling
8686

@@ -94,9 +94,10 @@ Engage uses the following error messages with CustomerAI audiences:
9494

9595
## Known limitations
9696

97-
### Limited space schema
97+
### Limited space schema
9898

99-
Segment's generative AI service is handled by a third party that needs 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. As a result, some event properties may not be populated.
99+
Segment's generative AI service is handled by a third party that needs context about your Engage workspace and has limitations to how many contextual parameters Segment can send it.
100+
Segment solves this limitation by including only the most recently used properties and values for events and traits within your Engage space. As a result, some event and traits within your workspace may not be recognized.
100101

101102
### Language support
102103

0 commit comments

Comments
 (0)