Skip to content

Commit

Permalink
partial updates based on comments from JN
Browse files Browse the repository at this point in the history
  • Loading branch information
genwhittTTD committed Feb 20, 2025
1 parent 92f03bf commit c6cfc24
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
21 changes: 17 additions & 4 deletions docs/ref-info/ref-how-uid-is-created.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ For an example showing each step performed on a sample value, see [Creating a UI
<table width="100%">
<thead>
<tr>
<th width="10%">Step</th>
<th width="5%">Step</th>
<th width="30%">Action</th>
<th width="30%">Who Does It?</th>
<th width="30%">Documentation</th>
<th width="25%">Who Does It?</th>
<th width="25%">Documentation</th>
<th width="15%">[Example](#creating-a-uid2-tokenexample)</th>
</tr>
</thead>
<tbody>
Expand All @@ -47,30 +48,42 @@ For an example showing each step performed on a sample value, see [Creating a UI
<td>Normalization</td>
<td>**Email**: Publisher or UID2 service<br/>**Phone number**: Publisher must normalize</td>
<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>
<td>Not shown</td>
</tr>
<tr>
<td>2</td>
<td>SHA-256 hashing</td>
<td>Publisher or UID2 service</td>
<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>
<td>Column 1</td>
</tr>
<tr>
<td>3</td>
<td>Hex to Base64 encoding</td>
<td>Publisher or UID2 service</td>
<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>
<td>Column 1</td>
</tr>
<tr>
<td>4</td>
<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>
<td>Publisher</td>
<td>Various: for a summary, see [Implementation Resources](../overviews/overview-publishers.md#implementation-resources)</td>
<td>Not shown</td>
</tr>
<tr>
<td>5</td>
<td>Perform multiple steps including hashing, salting, and encryption to create a UID2 token.</td>
<td>Perform multiple steps including hashing and salting to create a raw UID2.</td>
<td>UID2 service</td>
<td>Not applicable: these steps are all performed by the UID2 service.</td>
<td>Column 2</td>
</tr>
<tr>
<td>6</td>
<td>Encrypt the raw UID2 to create a UID2 token.</td>
<td>UID2 service</td>
<td>Not applicable: performed by the UID2 service.</td>
<td>Column 3</td>
</tr>
</tbody>
</table>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ For an example showing each step performed on a sample value, see [Creating a UI
<table width="100%">
<thead>
<tr>
<th width="10%">Step</th>
<th width="5%">Step</th>
<th width="30%">Action</th>
<th width="30%">Who Does It?</th>
<th width="30%">Documentation</th>
<th width="25%">Who Does It?</th>
<th width="25%">Documentation</th>
<th width="15%">[Example](#creating-a-uid2-tokenexample)</th>
</tr>
</thead>
<tbody>
Expand All @@ -47,30 +48,42 @@ For an example showing each step performed on a sample value, see [Creating a UI
<td>Normalization</td>
<td>**Email**: Publisher or UID2 service<br/>**Phone number**: Publisher must normalize</td>
<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>
<td>Not shown</td>
</tr>
<tr>
<td>2</td>
<td>SHA-256 hashing</td>
<td>Publisher or UID2 service</td>
<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>
<td>Column 1</td>
</tr>
<tr>
<td>3</td>
<td>Hex to Base64 encoding</td>
<td>Publisher or UID2 service</td>
<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>
<td>Column 1</td>
</tr>
<tr>
<td>4</td>
<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>
<td>Publisher</td>
<td>Various: for a summary, see [Implementation Resources](../overviews/overview-publishers.md#implementation-resources)</td>
<td>Not shown</td>
</tr>
<tr>
<td>5</td>
<td>Perform multiple steps including hashing, salting, and encryption to create a UID2 token.</td>
<td>Perform multiple steps including hashing and salting to create a raw UID2.</td>
<td>UID2 service</td>
<td>Not applicable: these steps are all performed by the UID2 service.</td>
<td>Column 2</td>
</tr>
<tr>
<td>6</td>
<td>Encrypt the raw UID2 to create a UID2 token.</td>
<td>UID2 service</td>
<td>Not applicable: performed by the UID2 service.</td>
<td>Column 3</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit c6cfc24

Please sign in to comment.