Skip to content

Commit 07e1799

Browse files
stayseesongforstisabella
andauthoredFeb 26, 2025··
Apply suggestions from code review
Co-authored-by: forstisabella <[email protected]>
1 parent 6052ebe commit 07e1799

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎src/connections/destinations/actions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ To test a destination action, follow the instructions in [Event Tester](/docs/co
162162
You can also test within the mapping itself. To test the mapping:
163163
1. Navigate to the **Mappings** tab of your destination.
164164
2. Select a mapping and click the **...** and select **Edit Mapping**.
165-
3. In step 2 of the mappings edit page, click **Load event from source** to add a test event from the source, or you can select **Generate sample event** for Segment to generate a sample event for you. Optionally, you can enter your own event instead.
166-
4. Scroll to step 5 on the page, and click **Send test event** to test the mapping and view the response from the destination.
165+
3. In step 2 of the **Set up mappings** page, click **Load event from source** to add a test event from the source, select **Generate sample event** for Segment to generate a sample event for you, or enter your own event.
166+
4. Scroll to step 5 on the page and click **Send test event** to test the mapping and view the response from the destination.
167167

168168
> info "Test Mapping might not return the events you're looking for"
169169
> Segment only surfaces a small subset of events for the Test Mapping feature and might not always return the event you're looking for. If you'd like to test with a specific event, copy a specific event from your [Source Debugger](/docs/connections/sources/debugger/) and paste it into the **Add test event** interface.

‎src/connections/test-connections.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ title: "Event Tester"
55

66
Segment's Event Tester enables you to test your connections between Segment and your destination. You can inspect both the request sent from Segment and the response you receive back from the destination. You can use the Event Tester to:
77

8-
* ensure an event successfully arrives to a specific destination
9-
* ensure your new destination is configured correctly
8+
* An event successfully arrives to a specific destination
9+
* Your new destination is configured correctly
1010

11-
The Event Tester sends a real event that will appear in your end tool alongside your existing data.
11+
The Event Tester sends a real event that appears in your end tool alongside your existing data.
1212

1313

1414
> info ""

0 commit comments

Comments
 (0)
Please sign in to comment.