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/connections/test-connections.md
+20-13
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,25 @@
2
2
title: "Event Tester"
3
3
---
4
4
5
+
> info ""
6
+
> This feature is only available for server-side, [cloud-mode](/docs/connections/destinations/#connection-modes) integrations. It doesn't work for client-side, [device-mode](/docs/connections/destinations/#connection-modes) integrations.
7
+
><br><br>You must have write access in your Segment workspace to use the Event Tester.
5
8
6
9
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 ensure:
7
10
8
11
* An event successfully arrives to a specific destination
9
12
* Your new destination is configured correctly
10
13
11
-
The Event Tester sends a real event that appears in your end tool alongside your existing data.
12
-
13
-
14
-
> info ""
15
-
> This feature is only available for server-side, [cloud-mode](/docs/connections/destinations/#connection-modes) integrations. It doesn't work for client-side, [device-mode](/docs/connections/destinations/#connection-modes) integrations.
14
+
The Event Tester sends a real event that appears in your end tool alongside your existing data. You can use the Event Tester for these products:
15
+
* Connections
16
+
* Linked Audiences
17
+
* Reverse ETL
18
+
* Journeys
16
19
17
20
## How it works
18
21
19
22
> info ""
20
-
> You must have write access in your Segment workspace to use the Event Tester.
21
-
22
-
> warning ""
23
-
> Make sure you have mappings enabled for your destination. The event tester only tests the enabled mappings for the destination.
23
+
> The event tester only tests the enabled mappings for the destination.
24
24
25
25
To use the Event Tester:
26
26
1. Navigate to **Connections > Destinations** and select your destination.
@@ -37,13 +37,20 @@ If your test event successfully sends to the destination, you can see in the **V
37
37
* The total number of API calls that were made as one test event can result in multiple API calls.
38
38
* Which mappings were successful and which ones failed
39
39
40
-

40
+

41
41
42
-
## FAQs
42
+
You can use the filter to navigate to specific mappings.
43
43
44
-
#### Why can't I see the Event Tester when I log into my workspace?
44
+

45
45
46
-
The Event Tester is only accessible to users with write access in their Segment workspace (read-only users will not see the Event Tester in their workspace).
46
+
### Mappings Tester
47
+
The Mappings Tester only tests a single mapping. To test specific mappings for Linked Audiences and Reverse ETL:
48
+
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
49
+
2. Select the destination you want to test the mappings for.
50
+
3. Select the mapping and click **Edit mapping**.
51
+
4. Click **Test Again** in the **Send test record** section.
52
+
53
+
## FAQs
47
54
48
55
#### The Event Tester experienced an error when sending my event. Why did this happen?
0 commit comments