Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc094a17

Browse files
committed
edits
1 parent83cc267 commitc094a17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/engage/using-engage-data.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ User-list destinations can have individual limits on how often Segment can sync
6161

6262
The payloads sent from your Engage space to your destinations will be different depending on if you configured the destination to receive identify or track calls, and whether the payload is coming from a computed trait or audience. As a reminder, identify calls usually update a trait on a user profile or table, whereas track calls send a point-in-time event that can be used as a campaign trigger or a detailed record of when a user's audience membership or computed trait value was calculated.
6363

64-
To view the eventsthat aregenerated by an Engage Space's audience or computed traits, navigate to Unify settings/ Debugger / toview the list ofSources that are configured to generate events per[each destination instance](https://segment.com/docs/engage/warehouses/#why-are-there-multiple-schemas-prefixed-with-engage_-in-my-warehouse-when-i-only-have-one-space:~:text=Segment%20currently%20can,schemas%20than%20spaces.). Each source will only generate events toitsconnected destinations, and undertheSource's Debugger tab will be the most recent events generated by that source per the connected destinations' audiences and computed traits.
64+
To view the events generated by an Engage Space's audience or computed traits, navigate to**Unify settings> Debugger** andview the list ofsources that are configured to generate events per[each destination instance](/docs/engage/warehouses/#why-are-there-multiple-schemas-prefixed-with-engage_-in-my-warehouse-when-i-only-have-one-space:~:text=Segment%20currently%20can,schemas%20than%20spaces.). Each source will only generate events to connected destinations. Fromthesource's Debugger tab, you'll find the most recent events generated by that source per the connected destinations' audiences and computed traits.
6565

66-
Thefull json body of an audience, computed trait, or journey event will have the audience's/trait's/journey'sspecific detailsfoundunder the`context.personas` object. These fields can be useful when building out[Destination Filters](https://segment.com/docs/connections/destinations/destination-filters/),[Actions destination mappings](https://segment.com/docs/connections/destinations/actions/#set-up-a-destination-action), and[Functions](https://segment.com/docs/connections/functions/).
66+
In thefull json body of an audience, computed trait, or journey, you'll findspecific details under the`context.personas` object. These fields can be useful when building out[Destination Filters](/docs/connections/destinations/destination-filters/),[Actions destination mappings](/docs/connections/destinations/actions/#set-up-a-destination-action), and[Functions](/docs/connections/functions/).
6767

68-
The integrations object inthese payloads will appearsas`{"All" : false,}` and only lists some destinations. This is due to the fact that each source has multiple destinations connected while each audience/trait may only have a subset of destinations connected to it. See[Filtering with the Integrations Object](https://segment.com/docs/guides/filtering-data/#filtering-with-the-integrations-object) for more information. The integrations object routing specific events to its specified destinations is also why a destination's[Delivery Overview](https://segment.com/docs/connections/delivery-overview/) tab will show a large number of events under the[Filtered at destination](https://segment.com/docs/connections/delivery-overview/#:~:text=Filtered%20at%20destination%3A%20Events,will%20be%20filtered%20out.) box, as that destination will only receive the events intended to be sent to it bywhichaudiences/ traits/journeys are connected to that specific destination.
68+
The integrations object inthe payload displaysas`{"All" : false,}` and only lists some destinations. This is due to the fact that each source has multiple destinations connected while each audience/trait may only have a subset of destinations connected to it. See[Filtering with the Integrations Object](/docs/guides/filtering-data/#filtering-with-the-integrations-object) for more information. The integrations object routing specific events to its specified destinations is also why a destination's[Delivery Overview](/docs/connections/delivery-overview/) tab will show a large number of events under the[Filtered at destination](/docs/connections/delivery-overview/#:~:text=Filtered%20at%20destination%3A%20Events,will%20be%20filtered%20out.) box, as that destination will only receive the events intended to be sent to it by audiences, traits, orjourneys that are connected to that specific destination.
6969

7070
###Computed Trait generated events
7171

@@ -138,7 +138,7 @@ Engage only sends events to the destination if the Computed Trait value has chan
138138
}
139139
```
140140

141-
`Track` events generated by an Audience have a key for theaudience name, anda keyfor theaudience value:
141+
`Track` events generated by an Audience have a key for theAudience name, and for theAudience value:
142142

143143
```js
144144
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp