Skip to content

Commit d5ce74d

Browse files
authored
Merge pull request #7412 from segmentio/wilwong-segment-patch-1
Add details on how Page/Screen name property surface in Audience builder
2 parents 77b305f + e79900b commit d5ce74d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/engage/audiences/index.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ You can build an Audience from existing events, traits, computed traits, or othe
2828
2929
### Events
3030

31-
You can build an Audience from any events that are connected to Engage, including [Track](/docs/connections/spec/track), [Page](/docs/connections/spec/page), and [Screen](/docs/connections/spec/screen) calls. In the Audience builder, Page calls will appear as `Page Viewed` and Screen calls will be `Screen Viewed`. You can use the `property` button to refine the audience on specific event properties as well.
31+
You can build an Audience from any events connected to Engage, including [Track](/docs/connections/spec/track), [Page](/docs/connections/spec/page), and [Screen](/docs/connections/spec/screen) calls. In the Audience builder, Page calls appear as `Page Viewed` and Screen calls appear as `Screen Viewed`.
3232

33-
> info ""
34-
> The Audience builder doesn't return every property value in the Constant value or Traits drop-downs. Segment displays a portion of values from the incoming data stream. However, if you don't see the value you're looking for, you can manually enter it.
33+
To refine the audience based on event properties, use the `+property` button:
34+
- The `name` property for Page and Screen calls appears in the Audience builder as `page_name` and `screen_name`, respectively.
35+
- The Audience builder doesn't return every property value in the Constant value or Traits drop-downs. Segment shows a subset of values from the incoming data stream. If you don't see the value you're looking for, you can manually enter it.
3536

3637
Select `and not who` to indicate users that have not performed an event. For example, you might want to look at all users that have viewed a product above a certain price point but not completed the order.
3738

0 commit comments

Comments
 (0)