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/auto-instrumentation/web-setup.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,14 @@ Verify that you replaced `<WRITE_KEY>` with the actual write key you copied in S
67
67
68
68
After integrating the SDK and running your app, verify that Segment is collecting signals:
69
69
70
-
1. In your Segment workspace, return to **Connections > Sources**, then select the Source you created for Auto-Instrumentation.
71
-
2. In the Source header, look for the **Event Builder** tab. If the tab does not appear, make sure you’ve installed the SDK correctly and are triggering signal activity using the debug URL.
72
-

73
-
3. Open the **Event Builder** and follow the on-screen instructions to trigger signal detection. You’ll need to open your app in a browser using the custom debug URL Segment provides (for example,`?segment_signals_debug=true`).
74
-
4. Interact with your app to trigger signals: click buttons, navigate pages, or submit forms. Segment collects and displays these as signals in the Event Builder.
70
+
1. In your Segment workspace, return to **Connections > Sources**, then select the source you created for Auto-Instrumentation.
71
+
2. In the source overview, look for the **Event Builder** tab. If the tab doesn’t appear:
72
+
- Make sure you've installed the SDK correctly.
73
+
- Reach out to your Segment CSM to confirm that your workspace has the necessary feature flags enabled.
74
+

75
+
3. Open the **Event Builder** and follow the on-screen instructions to start signal detection.
76
+
- To collect signals in the UI, visit your site in a browser using the query string:`?segment_signals_debug=true`
77
+
4. Interact with your app to trigger signals: click buttons, navigate pages, submit forms, and so on. Segment collects and displays these as signals in real time.
75
78
5. From the signals list, click **Configure event** to define a new event based on one or more signals. After configuring the event, click **Publish event rules**.
0 commit comments