Skip to content

Commit fe75dd7

Browse files
authored
minor rewording
1 parent 151ae1f commit fe75dd7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/connections/auto-instrumentation/configuration.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ This guide assumes that you've already added the Signals SDK to your application
1717

1818
After you set up the Signals SDK to capture the signals you want to target, you can create rules in your Segment workspace to translate the captured signals into traditional Segment analytics events. These rules are deployed in your application the next time a user launches your app.
1919

20-
The process is:
21-
1. Send signals into the app
22-
2. Build event rules from those signals
23-
3. Publish those event rules
20+
The process works like this:
2421

25-
Once your event rules are published they will be analyzed against user behavior on your website or app and send events to Segment when users perform the interaction triggers.
22+
1. The SDK sends raw signals from your app or website to Segment.
23+
2. You build event rules in your workspace that define how those signals should become analytics events.
24+
3. You publish the event rules.
25+
26+
After publishing, Segment analyzes user interactions in your app or website against these rules and automatically generates analytics events when matching interactions occur.
2627

2728
### Getting started with rule creation
2829

0 commit comments

Comments
 (0)