Duration of Path

Find journeys lasting for a specific period of time.

Usage Notes

  • product converts and parses duration in seconds; that is, 1 day is converted to 84600 seconds.For this reason, we recommend using == and != operators only when specifying duration of path, in seconds, in a query. For other periods of time, such as hours or days, always use a range.For example, duration of path >= 1 day or _duration of path < 2 days.

Examples

discover journeys for customers with duration of path = 84600 seconds
discover journeys for customers with duration of path > 2 days