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/event-builder.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Segment collects and displays activity as signals. These signals are grouped int
47
47
48
48
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.
49
49
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.
0 commit comments