You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ref-info/ref-how-uid-is-generated.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ import Link from '@docusaurus/Link';
9
9
10
10
# How a UID2 Token Is Generated
11
11
12
-
When a publisher sends <Linkhref="../ref-info/glossary-uid#gl-dii">DII</Link> (email or phone number) to UID2, and in return receives a <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 token</Link> to use for targeted advertising, there is a very specific sequence of processing steps that occurs. Some steps must be taken by the publisher; most are taken by the UID2 service.
12
+
When a publisher sends <Linkhref="../ref-info/glossary-uid#gl-dii">DII</Link> (email or phone number) to UID2, and in return receives a <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 token</Link> to use for targeted advertising, there is a very specific sequence of processing steps that occurs.
13
13
14
14
It's very important that the exact steps are performed, in the correct sequence:
15
15
- When steps are performed in sequence, the resulting value **matches** other instances of tokens generated from online activity by the same individual, and therefore the token is **valuable** for targeted advertising.
16
16
- If steps are taken out of sequence, the resulting value **does not match** other instances of tokens generated from online activity by the same individual, and therefore the token is **not valid** for targeted advertising.
17
17
18
-
Some preliminary steps are performed by the publisher; most processing steps are done by the UID2 Operator. For a summary, see [Steps to Create a UID2 Token](#steps-to-create-a-uid2-token). For visuals, see [Creating a UID2 Token—Example](#creating-a-uid2-tokenexample).
18
+
Some preliminary steps are taken by the publisher; most processing steps are done by the UID2 Operator. For a summary, see [Steps to Create a UID2 Token](#steps-to-create-a-uid2-token). For visuals, see [Creating a UID2 Token—Example](#creating-a-uid2-tokenexample).
19
19
20
20
<!-- Here's a common scenario.
21
21
@@ -28,7 +28,7 @@ A publisher has a user's email address or phone number, and wants to generate a
28
28
29
29
## Steps to Create a UID2 Token
30
30
31
-
The following table shows the steps for creating a UID2 token from DII, and shows who performs each step.
31
+
The following table shows the steps for creating a UID2 token from DII, the sequence, and who performs each step.
32
32
33
33
For an example showing each step performed on a sample value, see [Creating a UID2 Token—Example](#creating-a-uid2-tokenexample).
34
34
@@ -45,7 +45,7 @@ For an example showing each step performed on a sample value, see [Creating a UI
45
45
<tr>
46
46
<td>1</td>
47
47
<td>Normalization</td>
48
-
<td>Email: Publisher or UID2 service<br/>Phone number: Publisher must normalize</td>
48
+
<td>**Email**: Publisher or UID2 service<br/>**Phone number**: Publisher must normalize</td>
49
49
<td>[Email Address Normalization](../getting-started/gs-normalization-encoding.md#email-address-normalization)<br/>[Phone Number Normalization](../getting-started/gs-normalization-encoding.md#phone-number-normalization)</td>
50
50
</tr>
51
51
<tr>
@@ -64,7 +64,7 @@ For an example showing each step performed on a sample value, see [Creating a UI
64
64
<td>4</td>
65
65
<td>Send value to UID2 Operator via the [POST /token/generate](../endpoints/post-token-generate.md) endpoint, an SDK, Prebid.js, or another supported avenue.</td>
66
66
<td>Publisher</td>
67
-
<td>Various: For a summary, see [Implementation Resources](../overviews/overview-publishers.md#implementation-resources)</td>
67
+
<td>Various: for a summary, see [Implementation Resources](../overviews/overview-publishers.md#implementation-resources)</td>
0 commit comments