Skip to content

Commit 4a52f3b

Browse files
committed
minor mods
1 parent 2c2f26d commit 4a52f3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
527 KB
Binary file not shown.

docs/ref-info/ref-how-uid-is-generated.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import Link from '@docusaurus/Link';
99

1010
# How a UID2 Token Is Generated
1111

12-
When a publisher sends <Link href="../ref-info/glossary-uid#gl-dii">DII</Link> (email or phone number) to UID2, and in return receives a <Link href="../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 <Link href="../ref-info/glossary-uid#gl-dii">DII</Link> (email or phone number) to UID2, and in return receives a <Link href="../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.
1313

1414
It's very important that the exact steps are performed, in the correct sequence:
1515
- 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.
1616
- 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.
1717

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&#8212;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&#8212;Example](#creating-a-uid2-tokenexample).
1919

2020
<!-- Here's a common scenario.
2121
@@ -28,7 +28,7 @@ A publisher has a user's email address or phone number, and wants to generate a
2828

2929
## Steps to Create a UID2 Token
3030

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.
3232

3333
For an example showing each step performed on a sample value, see [Creating a UID2 Token&#8212;Example](#creating-a-uid2-tokenexample).
3434

@@ -45,7 +45,7 @@ For an example showing each step performed on a sample value, see [Creating a UI
4545
<tr>
4646
<td>1</td>
4747
<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>
4949
<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>
5050
</tr>
5151
<tr>
@@ -64,7 +64,7 @@ For an example showing each step performed on a sample value, see [Creating a UI
6464
<td>4</td>
6565
<td>Send value to UID2 Operator via the [POST&nbsp;/token/generate](../endpoints/post-token-generate.md) endpoint, an SDK, Prebid.js, or another supported avenue.</td>
6666
<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>
6868
</tr>
6969
</tbody>
7070
</table>

0 commit comments

Comments
 (0)