URL
)PATH
)COUNT
)SINCE
)FN
)"tag-name"
or using a Regular Expression method REGEX(/tag-name/i)
.URL("url")
or using a Regular Expression URL( REGEX(/tag-name/i) )
.PATH
query enables to add chronological context to a query. The path method starts a sub query that can contain a tag
, url
, count
or function
query.>
>=
\|>
>10
>10m
<10m
tag-y
follows within 1 minute after tag-x
.cart
or other-page
within 5 navigations after having visited product-1.html
.SINCE
query enables to add chronological context to a query. The since method starts a sub query that can contain a tag
, url
, count
or function
query.SINCE
method can contain a time reference, e.g. 1s
(1 second) or 10m
(10 minutes) or a date in format yyyy-MM-ddThh:mm
.COUNT
query enables to query based on number of occurrences of a tag.COUNT
method contains the tag as JSON string or as REGEX
query. The query supports the operators >
, <
, =
, <=
, >=
followed by a number.FN
query enables to perform a custom query using a javascript function. Optional conditions from a parent query are added as a extra argument.