Skip to content

Commit e906330

Browse files
authored
Apply suggestions from code review
1 parent d9b16d8 commit e906330

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/connections/destinations/actions.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ If necessary, click **New Mapping** to create a new, blank action.
183183
This step looks for events that match the criteria in the [debugger queue](/docs/connections/sources/debugger/), so you might need to Trigger some events with the expected criteria to test your conditions. You can skip the test step if needed, and re-try it at any time.
184184
3. Select data models to [enrich your events](/docs/unify/linked-profiles/linked-events/) with.
185185
4. Set up the data mapping from the Segment format to the destination tool format.
186-
- You can click the Source field and, from the **Event properties** tab, select previously configured Enrichments.
186+
- You can click the Source field, then select previously configured Enrichments from the Event Properties tab.
187187
5. Test the mapping with data from a sample event.
188188
The edit panel shows you the mapping output in the format for the destination tool. The **Select Object** option sends the entire object from the event, while the **Edit Object** option lets you map each individual property. You can change your mapping as needed and re-test.
189189
6. When you're satisfied with the mapping, click **Save**. Segment returns you to the Mappings table.
@@ -203,10 +203,12 @@ Segment offers suggested mappings that automatically propose relevant destinatio
203203
> Review the suggested mappings for accuracy before finalizing them as the suggestions aren't guaranteed to be 100% accurate.
204204
205205
## Static values
206-
We support four static value types in Destination Actions mappings: string, boolean, number, and null. To create a string static value, type the string directly into the input field. For boolean, number, and null values, use the new **Static values** tab to create the appropriate static value based on its type.
206+
Segment supports 4 static value types in Destination Actions mappings: string, boolean, number, and null.
207+
* To create a string static value, type the string directly into the input field.
208+
* To create boolean, number, and null values, use the **Static values** tab to create the appropriate static value based on its type.
207209

208210
## Functions
209-
In Destination Actions mappings, functions transform event data before it’s sent to the destination, enabling custom data handling like selecting non-null values or formatting fields.
211+
In Destination Actions mappings, functions transform event data before it sends to the destination. This enables custom data handling, such as selecting non-null values or formatting fields.
210212

211213
### Coalesce function
212214

@@ -230,9 +232,9 @@ The replace function allows you to replace a string, integer, or boolean with a
230232

231233
### Concatenate function
232234

233-
To combine two values in the event variable field, you can concatenate them using plain text and variables together. For example, to prepend the country code to a phone number, enter `+1{{Phone Number}}`. Segment evaluates this field as a string, so placing text next to a variable automatically concatenates them.
235+
To combine 2 values in the event variable field, you can concatenate them using plain text and variables together. For example, to prepend the country code to a phone number, enter `+1{{Phone Number}}`. Segment evaluates this field as a string, so placing text next to a variable automatically concatenates them.
234236

235-
You cannot concatenate event variables and plain text with static values and functions. Adding a static value or function into an input field replaces any previously added event variables and plain text.
237+
You can't concatenate event variables and plain text with static values and functions. Adding a static value or function into an input field replaces any previously added event variables and plain text.
236238

237239
![Mapping UI showing two concatenated fields: "+1 phone" and "context.page.url context.page.path"](images/mapping-concatenation.png)
238240

0 commit comments

Comments
 (0)