From 95c95516bc7d01e7520a672277a99c810313ff86 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Wed, 28 Aug 2024 10:48:58 -0400 Subject: [PATCH] add statement to glossary def for token --- docs/ref-info/glossary-uid.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ref-info/glossary-uid.md b/docs/ref-info/glossary-uid.md index 4c16e4606..745207295 100644 --- a/docs/ref-info/glossary-uid.md +++ b/docs/ref-info/glossary-uid.md @@ -460,6 +460,7 @@ import Link from '@docusaurus/Link';
UID2 Token (Advertising Token)
A Unified ID 2.0 (UID2) token, also called an advertising token, is an encrypted form of a raw UID2.
UID2 tokens are generated from hashed or unhashed email addresses or phone numbers that are converted to raw UID2s and then encrypted. The UID2 token is a unique value; no two UID2 tokens are the same. UID2 tokens are case sensitive.
+
The token value is opaque: No assumptions can be made about the format or about the length of the string.
The token has a limited life, but can be refreshed in the background using the refresh token.
Publishers send UID2 tokens in the bidstream.
For details, see UID2 Identifier Types.