Skip to content

Commit 267cb6f

Browse files
authored
edits - wording, capitalisation, + adding periods to lists.
1 parent 7ff1c12 commit 267cb6f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/connections/auto-instrumentation/configuration.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Generate Events from Signals
33
hidden: true
44
---
55

6-
This guide details how to use signals, and their associated data, generated in one of the Signals SDKs with the Auto-Instrumentation dashboard in your Segment workspace. On this page, you'll find details on:
6+
This guide details how to use signals and their associated data, generated in one of the Signals SDKs with the Auto-Instrumentation dashboard in your Segment workspace. On this page, find details on:
77

8-
- Creating custom rules to capture and translate signals into actionable analytics events
9-
- Example rules that you can use as a basis for further customization
8+
- Creating custom rules to capture and translate signals into actionable analytics events.
9+
- Example rules that you can use as a basis for further customization.
1010

1111
This guide assumes that you've already added the Signals SDK to your application. If you haven't yet, see the [Auto-Instrumentation Setup](/docs/connections/auto-instrumentation/) guide for initial setup.
1212

13-
> info "Public Beta"
13+
> info "Auto-Instrumentation in public beta"
1414
> Auto-Instrumentation is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1515
1616
## Converting signals to events
@@ -29,16 +29,16 @@ After you set up the Signals SDK to capture the signals you want to target, you
2929

3030
The Rules Editor is where you define rules that transform raw signal data into analytics events. Using the dropdown-based editor, you can:
3131

32-
- Combine multiple signals into a single event (for example, a click followed by a navigation)
33-
- Set conditions to control when events should be triggered
34-
- Assign custom event names
32+
- Combine multiple signals into a single event (for example, a click followed by a navigation).
33+
- Set conditions to control when events should be triggered.
34+
- Assign custom event names.
3535

3636
#### Adding event properties
3737

3838
You can enrich your events by adding properties based on signal metadata. For example:
3939

40-
- Capture `product.price` in your **Add to Cart** event
41-
- Add a boolean field like `couponApplied` to your **Order Completed** event
40+
- Capture `product.price` in your **Add to Cart** event.
41+
- Add a boolean field like `couponApplied` to your **Order Completed** event.
4242

4343
These properties are sent alongside your event, giving your team deeper insights without requiring any manual instrumentation.
4444

@@ -85,7 +85,7 @@ interface RawSignal<T> {
8585
8686
### Signal Types
8787
88-
The Signal Type enum defines the different types of signals the SDK can collect:
88+
The Signal Type `enum` defines the different types of signals the SDK can collect:
8989
9090
```java
9191
enum SignalType {
@@ -313,4 +313,4 @@ function ProcessSignals(signal) {
313313
trackAddToCart(signal); // Process the "Add To Cart" tracking based on incoming signals
314314
}
315315
```
316-
-->
316+
-->

0 commit comments

Comments
 (0)