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
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,18 +65,15 @@ Verify that you replaced `<WRITE_KEY>` with the actual write key you copied in S
65
65
66
66
## Step 3: Verify and deploy events
67
67
68
-
Next, you'll need to verify signal emission and [create rules](/docs/connections/auto-instrumentation/configuration/#example-rule-implementations) to convert those signals into events:
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 > Auto-Instrumentation** and click on the new source you created.
71
-
2. Verify that signals appear as expected on the dashboard.
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.
75
+
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**.
72
76
73
-

74
-
75
-
3. Click **Create Rules**.
76
-
4. In the Rules Editor, add a rule that converts signal data into an event.
77
-
5. Click **Preview**, then click **Save & Deploy**.
78
-
79
-
Segment displays `Rule updated successfully` to verify that it saved your rule.
0 commit comments