Skip to content

Commit 0480813

Browse files
committed
update web setup [netlify-build]
1 parent 3ab109c commit 0480813

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/connections/auto-instrumentation/web-setup.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,15 @@ Verify that you replaced `<WRITE_KEY>` with the actual write key you copied in S
6565

6666
## Step 3: Verify and deploy events
6767

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:
6969

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+
![The Event Builder tab shown in the navigation bar between Debugger and Schema in a Segment Source](/images/event-builder-tab.png)
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**.
7276

73-
![Signals successfully appearing in the Segment UI](images/autoinstrumentation_signals.png "Signals successfully appearing in the Segment UI")
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.
8077

8178
### Debugging
8279
#### Enable debug mode

0 commit comments

Comments
 (0)