Skip to content

Commit

Permalink
chore: fix model docs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Nov 18, 2024
1 parent a4085e7 commit 0812c43
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
17 changes: 16 additions & 1 deletion docs/Velocity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

# Velocity

Sums key data points for a specific `visitorId`, `ipAddress` and `linkedId` at three distinct time intervals: 5 minutes, 1 hour, and 24 hours as follows: - Number of distinct IP addresses associated to the visitor ID. - Number of distinct linked IDs associated with the visitor ID. - Number of distinct countries associated with the visitor ID. - Number of identification events associated with the visitor ID. - Number of identification events associated with the detected IP address. - 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`, `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.
Sums key data points for a specific `visitorId`, `ipAddress` and `linkedId` at three distinct time
intervals: 5 minutes, 1 hour, and 24 hours as follows:

- Number of distinct IP addresses associated to the visitor ID.
- Number of distinct linked IDs associated with the visitor ID.
- Number of distinct countries associated with the visitor ID.
- Number of identification events associated with the visitor ID.
- Number of identification events associated with the detected IP address.
- 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`, `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.


## Properties

Expand Down
3 changes: 2 additions & 1 deletion docs/VelocityIntervals.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# VelocityIntervals

Is absent if the velocity data could not be generated for the visitor ID.
Is absent if the velocity data could not be generated for the visitor ID.


## Properties

Expand Down
17 changes: 16 additions & 1 deletion docs/WebhookVelocity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

# WebhookVelocity

Sums key data points for a specific `visitorId`, `ipAddress` and `linkedId` at three distinct time intervals: 5 minutes, 1 hour, and 24 hours as follows: - Number of distinct IP addresses associated to the visitor ID. - Number of distinct linked IDs associated with the visitor ID. - Number of distinct countries associated with the visitor ID. - Number of identification events associated with the visitor ID. - Number of identification events associated with the detected IP address. - 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`, `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.
Sums key data points for a specific `visitorId`, `ipAddress` and `linkedId` at three distinct time
intervals: 5 minutes, 1 hour, and 24 hours as follows:

- Number of distinct IP addresses associated to the visitor ID.
- Number of distinct linked IDs associated with the visitor ID.
- Number of distinct countries associated with the visitor ID.
- Number of identification events associated with the visitor ID.
- Number of identification events associated with the detected IP address.
- 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`, `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.


## Properties

Expand Down
2 changes: 1 addition & 1 deletion template/pojo_doc.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# {{classname}}

{{#description}}
{{{description}}}
{{{unescapedDescription}}}
{{/description}}

## Properties
Expand Down

0 comments on commit 0812c43

Please sign in to comment.