Skip to content

Commit b7b9a7c

Browse files
authored
Update signal detection duration in documentation
1 parent d8e64e0 commit b7b9a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 generate activity. Detected signals are available in the Event Builder for 72 hours.
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.
5151

5252
## Create an event
5353

@@ -86,4 +86,4 @@ For example, to track a login flow, you might define an Identify event that maps
8686
Segment uses the event name and any mapped properties to format each event according to the Segment Spec. Events you create in the Event Builder behave the same way as events sent through Segment SDKs or APIs.
8787

8888
> info "Event type behavior in destinations"
89-
> While Segment handles these event types consistently, downstream tools may treat them differently. For example, Identify events often update user profiles, while Page or Screen events may be handled as pageviews instead of custom events.
89+
> While Segment handles these event types consistently, downstream tools may treat them differently. For example, Identify events often update user profiles, while Page or Screen events may be handled as pageviews instead of custom events.

0 commit comments

Comments
 (0)