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
@@ -47,30 +48,42 @@ For an example showing each step performed on a sample value, see [Creating a UI
47
48
<td>Normalization</td>
48
49
<td>**Email**: Publisher or UID2 service<br/>**Phone number**: Publisher must normalize</td>
49
50
<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>
50
52
</tr>
51
53
<tr>
52
54
<td>2</td>
53
55
<td>SHA-256 hashing</td>
54
56
<td>Publisher or UID2 service</td>
55
57
<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>
56
59
</tr>
57
60
<tr>
58
61
<td>3</td>
59
62
<td>Hex to Base64 encoding</td>
60
63
<td>Publisher or UID2 service</td>
61
64
<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>
62
66
</tr>
63
67
<tr>
64
68
<td>4</td>
65
69
<td>Send value to UID2 Operator via the [POST /token/generate](../endpoints/post-token-generate.md) endpoint, an SDK, Prebid.js, or another supported integration.</td>
66
70
<td>Publisher</td>
67
71
<td>Various: for a summary, see [Implementation Resources](../overviews/overview-publishers.md#implementation-resources)</td>
72
+
<td>Not shown</td>
68
73
</tr>
69
74
<tr>
70
75
<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 hashingand salting to create a raw UID2.</td>
72
77
<td>UID2 service</td>
73
78
<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>
@@ -47,30 +48,42 @@ For an example showing each step performed on a sample value, see [Creating a UI
47
48
<td>Normalization</td>
48
49
<td>**Email**: Publisher or UID2 service<br/>**Phone number**: Publisher must normalize</td>
49
50
<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>
50
52
</tr>
51
53
<tr>
52
54
<td>2</td>
53
55
<td>SHA-256 hashing</td>
54
56
<td>Publisher or UID2 service</td>
55
57
<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>
56
59
</tr>
57
60
<tr>
58
61
<td>3</td>
59
62
<td>Hex to Base64 encoding</td>
60
63
<td>Publisher or UID2 service</td>
61
64
<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>
62
66
</tr>
63
67
<tr>
64
68
<td>4</td>
65
69
<td>Send value to UID2 Operator via the [POST /token/generate](../endpoints/post-token-generate.md) endpoint, an SDK, Prebid.js, or another supported integration.</td>
66
70
<td>Publisher</td>
67
71
<td>Various: for a summary, see [Implementation Resources](../overviews/overview-publishers.md#implementation-resources)</td>
72
+
<td>Not shown</td>
68
73
</tr>
69
74
<tr>
70
75
<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 hashingand salting to create a raw UID2.</td>
72
77
<td>UID2 service</td>
73
78
<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>
0 commit comments