Skip to content

Commit

Permalink
chore: format using prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jilanglois committed Jan 7, 2025
1 parent f9a21f6 commit 7f5189a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion topsort-api-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@ components:

OpaqueUserID:
type: string
description: Ideally the same user for events. The opaque user ID allows correlating user activity, such as Impressions, Clicks and Purchases,
description:
Ideally the same user for events. The opaque user ID allows correlating user activity, such as Impressions, Clicks and Purchases,
whether or not they are actually logged in. It must be long lived (at least a year) so that Topsort can
attribute purchases. If your users are always logged in you may use a hash of your customer ID. If your users
may interact with your app or site while logged out we recommend generating a random identifier (UUIDv4) on
Expand Down

0 comments on commit 7f5189a

Please sign in to comment.