Skip to content

Commit 85994d1

Browse files
authored
Clarify signal detection duration in documentation
1 parent b7b9a7c commit 85994d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/auto-instrumentation/event-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Segment collects and displays activity as signals. These signals are grouped int
4747

4848
Segment separates signal collection from event creation. Signals represent raw user interactions, like a button click or screen view. Events, on the other hand, are analytics calls you define based on those signals. This two-step process lets you observe user behavior first, and then decide how and when to turn that behavior into structured analytics events, without needing to modify your code.
4949

50-
Signal detection is active for 24 hours after you load the app or website in debug mode. Detected signals are available in the Event Builder for 7 days.
50+
Signal detection is active after you load the app or website in debug mode and until the tab or window is closed. Detected signals are available in the Event Builder for 7 days.
5151

5252
## Create an event
5353

0 commit comments

Comments
 (0)