Skip to content

Commit c6cfc24

Browse files
committed
partial updates based on comments from JN
1 parent 92f03bf commit c6cfc24

File tree

6 files changed

+34
-8
lines changed

6 files changed

+34
-8
lines changed
-13.7 KB
Loading
Binary file not shown.

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

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ For an example showing each step performed on a sample value, see [Creating a UI
3535
<table width="100%">
3636
<thead>
3737
<tr>
38-
<th width="10%">Step</th>
38+
<th width="5%">Step</th>
3939
<th width="30%">Action</th>
40-
<th width="30%">Who Does It?</th>
41-
<th width="30%">Documentation</th>
40+
<th width="25%">Who Does It?</th>
41+
<th width="25%">Documentation</th>
42+
<th width="15%">[Example](#creating-a-uid2-tokenexample)</th>
4243
</tr>
4344
</thead>
4445
<tbody>
@@ -47,30 +48,42 @@ For an example showing each step performed on a sample value, see [Creating a UI
4748
<td>Normalization</td>
4849
<td>**Email**: Publisher or UID2 service<br/>**Phone number**: Publisher must normalize</td>
4950
<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>
51+
<td>Not shown</td>
5052
</tr>
5153
<tr>
5254
<td>2</td>
5355
<td>SHA-256 hashing</td>
5456
<td>Publisher or UID2 service</td>
5557
<td>[Email Address Hash Encoding](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding)<br/>[Phone Number Hash Encoding](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding)</td>
58+
<td>Column 1</td>
5659
</tr>
5760
<tr>
5861
<td>3</td>
5962
<td>Hex to Base64 encoding</td>
6063
<td>Publisher or UID2 service</td>
6164
<td>[Email Address Hash Encoding](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding)<br/>[Phone Number Hash Encoding](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding)</td>
65+
<td>Column 1</td>
6266
</tr>
6367
<tr>
6468
<td>4</td>
6569
<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 integration.</td>
6670
<td>Publisher</td>
6771
<td>Various: for a summary, see [Implementation Resources](../overviews/overview-publishers.md#implementation-resources)</td>
72+
<td>Not shown</td>
6873
</tr>
6974
<tr>
7075
<td>5</td>
71-
<td>Perform multiple steps including hashing, salting, and encryption to create a UID2 token.</td>
76+
<td>Perform multiple steps including hashing and salting to create a raw UID2.</td>
7277
<td>UID2 service</td>
7378
<td>Not applicable: these steps are all performed by the UID2 service.</td>
79+
<td>Column 2</td>
80+
</tr>
81+
<tr>
82+
<td>6</td>
83+
<td>Encrypt the raw UID2 to create a UID2 token.</td>
84+
<td>UID2 service</td>
85+
<td>Not applicable: performed by the UID2 service.</td>
86+
<td>Column 3</td>
7487
</tr>
7588
</tbody>
7689
</table>
-13.7 KB
Loading

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/ref-how-uid-is-created.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ For an example showing each step performed on a sample value, see [Creating a UI
3535
<table width="100%">
3636
<thead>
3737
<tr>
38-
<th width="10%">Step</th>
38+
<th width="5%">Step</th>
3939
<th width="30%">Action</th>
40-
<th width="30%">Who Does It?</th>
41-
<th width="30%">Documentation</th>
40+
<th width="25%">Who Does It?</th>
41+
<th width="25%">Documentation</th>
42+
<th width="15%">[Example](#creating-a-uid2-tokenexample)</th>
4243
</tr>
4344
</thead>
4445
<tbody>
@@ -47,30 +48,42 @@ For an example showing each step performed on a sample value, see [Creating a UI
4748
<td>Normalization</td>
4849
<td>**Email**: Publisher or UID2 service<br/>**Phone number**: Publisher must normalize</td>
4950
<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>
51+
<td>Not shown</td>
5052
</tr>
5153
<tr>
5254
<td>2</td>
5355
<td>SHA-256 hashing</td>
5456
<td>Publisher or UID2 service</td>
5557
<td>[Email Address Hash Encoding](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding)<br/>[Phone Number Hash Encoding](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding)</td>
58+
<td>Column 1</td>
5659
</tr>
5760
<tr>
5861
<td>3</td>
5962
<td>Hex to Base64 encoding</td>
6063
<td>Publisher or UID2 service</td>
6164
<td>[Email Address Hash Encoding](../getting-started/gs-normalization-encoding.md#email-address-hash-encoding)<br/>[Phone Number Hash Encoding](../getting-started/gs-normalization-encoding.md#phone-number-hash-encoding)</td>
65+
<td>Column 1</td>
6266
</tr>
6367
<tr>
6468
<td>4</td>
6569
<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 integration.</td>
6670
<td>Publisher</td>
6771
<td>Various: for a summary, see [Implementation Resources](../overviews/overview-publishers.md#implementation-resources)</td>
72+
<td>Not shown</td>
6873
</tr>
6974
<tr>
7075
<td>5</td>
71-
<td>Perform multiple steps including hashing, salting, and encryption to create a UID2 token.</td>
76+
<td>Perform multiple steps including hashing and salting to create a raw UID2.</td>
7277
<td>UID2 service</td>
7378
<td>Not applicable: these steps are all performed by the UID2 service.</td>
79+
<td>Column 2</td>
80+
</tr>
81+
<tr>
82+
<td>6</td>
83+
<td>Encrypt the raw UID2 to create a UID2 token.</td>
84+
<td>UID2 service</td>
85+
<td>Not applicable: performed by the UID2 service.</td>
86+
<td>Column 3</td>
7487
</tr>
7588
</tbody>
7689
</table>

0 commit comments

Comments
 (0)