From 0b79252fd46aad969f0561eb9243b145fd70ae4a Mon Sep 17 00:00:00 2001 From: soniabhishek Date: Tue, 22 Oct 2024 20:00:53 +0530 Subject: [PATCH] update the signals where 24hr window will be skipped --- schemas/components/schemas/VelocityIntervalResult.yaml | 4 ++-- schemas/components/schemas/VelocityResult.yaml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/schemas/components/schemas/VelocityIntervalResult.yaml b/schemas/components/schemas/VelocityIntervalResult.yaml index 3b7be1b0..52b19342 100644 --- a/schemas/components/schemas/VelocityIntervalResult.yaml +++ b/schemas/components/schemas/VelocityIntervalResult.yaml @@ -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 diff --git a/schemas/components/schemas/VelocityResult.yaml b/schemas/components/schemas/VelocityResult.yaml index a74aa867..0f11c4f8 100644 --- a/schemas/components/schemas/VelocityResult.yaml +++ b/schemas/components/schemas/VelocityResult.yaml @@ -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: