Skip to content

Commit

Permalink
update the signals where 24hr window will be skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
soniabhishek committed Oct 22, 2024
1 parent 02dc195 commit 0b79252
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions schemas/components/schemas/VelocityIntervalResult.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ properties:
24h:
type: integer
description: >
The `24h` interval of `distinctIp`, `distinctLinkedId`, and
`distinctCountry` will be omitted if the number of `events`` for the
The `24h` interval of `distinctIp`, `distinctLinkedId`, `distinctCountry`, `distinctIpByLinkedId` and
`distinctVisitorIdByLinkedId` will be omitted if the number of `events`` for the
visitor ID in the last 24 hours (`events.intervals.['24h']`) is higher
than 20.000.
example: 1
Expand Down
5 changes: 3 additions & 2 deletions schemas/components/schemas/VelocityResult.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ description: |
- Number of distinct IP addresses associated with the provided linked ID.
- Number of distinct visitor IDs associated with the provided linked ID.
The `24h` interval of `distinctIp`, `distinctLinkedId`, and `distinctCountry`
will be omitted if the number of `events` for the visitor ID in the last 24
The `24h` interval of `distinctIp`, `distinctLinkedId`, `distinctCountry`,
`distinctIpByLinkedId` and `distinctVisitorIdByLinkedId` will be omitted
if the number of `events` for the visitor ID in the last 24
hours (`events.intervals.['24h']`) is higher than 20.000.
additionalProperties: false
properties:
Expand Down

0 comments on commit 0b79252

Please sign in to comment.