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/linked-audiences.md
+19-5Lines changed: 19 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,9 +96,7 @@ To activate your Linked Audience:
96
96
97
97
### Step 2b: Select your Destination Actions
98
98
99
-
The [Destination Actions](/docs/connections/destinations/actions/) framework allows you to see and control how Segment sends the event data it receives from your sources to actions-based destinations. Each Action in a destination lists the event data it requires, and the event data that is optional.
100
-
101
-
Segment displays available actions based on the destination you've connected to your Linked Audience.
99
+
The [Destination Actions](/docs/connections/destinations/actions/) framework allows you to see and control how Segment sends the event data it receives from your sources to actions-based destinations. Each Action in a destination lists the event data it requires, and the event data that is optional. Segment displays available actions based on the destination you've connected to your Linked Audience. You can see details of each option and how to use it in the [Actions Destinations Catalog](/docs/connections/destinations/catalog/) documentation.
102
100
103
101
Select the Destination Action to call when the event happens, then click **Next**.
104
102
@@ -118,9 +116,25 @@ Profile enters or exits audience| Send an Identify event when a profile's audien
118
116
119
117
After you select an action, Segment attempts to automatically configure the data fields that will be sent to the destination. You can review and adjust these settings before enabling this event.
120
118
121
-
#### Send a Test Event
119
+
#### Enrich event
120
+
121
+
Select additional traits and properties to include when the event is sent.
122
+
123
+
#### Show/Hide preview
124
+
125
+
As you're configuring your event, you can view a preview of the enriched event based on your property selections. See what the enriched event will look like in your payload schema.
126
+
127
+
> info
128
+
> It is important that copy the data from your final payload schema, you will need this data later when you set up your destination.
129
+
130
+
#### Map event
131
+
Only required fields that need to be filled out are displayed. All other optional & pre-filled fields are hidden - These fields are pre-filled with properties that will work by default.
132
+
133
+
#### Send test event to destination (optional)
134
+
135
+
See what the event will look like in the destination. You can send a test event to see if your action-based campaign is rendering correctly. If the test event is not successful, adjust the Segment test event user id to match the existing Source user id. Or if you need to create a new user in your Source, you can define a unique user id in the Segment test event.
122
136
123
-
You can send a test event to see if your action-based campaign is rendering correctly. If the test event is not successful, adjust the Segment test event user id to match the existing Source user id. Or if you need to create a new user in your Source, you can define a unique user id in the Segment test event.
137
+
The Event content drop-down shows you a preview of what the data sent to your destination may look like.
0 commit comments