Skip to content

Commit 38e424d

Browse files
committed
Update header and remove screenshots
1 parent ec798da commit 38e424d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/engage/audiences/customerAI-audiences.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@ To create an audience with CustomerAI:
2727
- Segment displays a progress bar until the audience conditions are generated.
2828

2929
> 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).
3131
3232
### Modify an audience description
3333

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.
3535

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.
3837

39-
## Use cases and examples
38+
## Example prompts
4039

4140
Use the following examples to help you get started with audience prompts.
4241

@@ -72,16 +71,16 @@ Learn more about [using existing events and traits](/docs/engage/audiences/#buil
7271
7372
### Using negative conditions
7473

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.
7675

7776
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-
![Creating an audience where customers haven't made a purchase in the last 30 days.](/docs/engage/images/No-purchases.png)
80-
77+
- **Expected output**: Segment generates audience conditions where *the event is performed at most 0 times*.
8178

8279
2. **Prompt**: "Customers who don't have a phone number."
83-
- **Expected output**: Segment generates a condition where *the trait doesn't exist*.
84-
![Creating an audience where customers don't have a phone number.](/docs/engage/images/phone-doesn't-exist.png)
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*.
8584

8685
## Error handling
8786

0 commit comments

Comments
 (0)