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/getting-started/gs-faqs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ For details, see [Recommended Token Refresh Frequency](../ref-info/ref-tokens.md
110
110
You can use the `[email protected]` email address or the `+00000000002` phone number to test your token refresh workflow. Using either parameter value in a request always generates an identity response with a `refresh_token` that results in a logout response.
111
111
112
112
:::tip
113
-
To arrive at the hashed and Base64-encoded values of any email address or phone number value, use the [UID2 Hashing Tool](gs-normalization-encoding.md#uid2-hashing-tool).
113
+
To get the normalized, hashed, and Base64-encoded hashed values for any email address, or the hashed and Base64-encoded hashed values for a phone number, you can use the hashing tool: see[UID2 Hashing Tool](gs-normalization-encoding.md#uid2-hashing-tool).
114
114
:::
115
115
116
116
The procedure is a little different depending on whether or not you are using an SDK.
Copy file name to clipboardExpand all lines: docs/guides/integration-publisher-server-side.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
@@ -19,7 +19,7 @@ The following options are available for publishers to integrate with UID2 on the
19
19
- SDK for Python (see [Usage for Publishers](../sdks/sdk-ref-python.md#usage-for-publishers) section).
20
20
- Custom server code to generate and refresh the UID2 token by calling the [POST /token/generate](../endpoints/post-token-generate.md) and [POST /token/refresh](../endpoints/post-token-refresh.md) endpoints.
21
21
22
-
There is also an example application that demonstrates the workflow. See [Sample Application](#sample-application).
22
+
There is also a sample implementation that demonstrates the workflow. See [Sample Implementation](#sample-implementation).
23
23
24
24
For a complete summary of publisher integration options, see [Publisher Integrations](summary-guides.md#publisher-integrations).
25
25
@@ -108,12 +108,12 @@ If the user logs out, do not use the UID2 token.
108
108
| 4-a | N/A | The user logs out from a publisher asset. |
109
109
| 4-b | N/A | Remove the UID2 token you've stored for that user. No interaction with the UID2 service is required. |
110
110
111
-
## Sample Application
111
+
## Sample Implementation
112
112
113
-
A sample application is available for server-side integration. See:
113
+
A sample implementation is available for server-side integration. See:
114
114
115
-
-[Server-Side UID2 Integration Example (sample application)](https://secure-signals-srvonly-integ.uidapi.com/)
116
-
-[Server-Side UID2 Integration Example (readme)](https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md)
115
+
-[Client-Server UID2 Integration Example (sample implementation)](https://secure-signals-srvonly-integ.uidapi.com/)
116
+
-[Client-Server UID2 Integration Example (readme)](https://github.com/IABTechLab/uid2-examples/blob/main/publisher/server_only/README.md)
Copy file name to clipboardExpand all lines: i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-publisher-server-side.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ import Link from '@docusaurus/Link';
19
19
- SDK for Python (see [Usage for Publishers](../sdks/sdk-ref-python.md#usage-for-publishers) section).
20
20
- Custom server code to generate and refresh the UID2 token by calling the [POST /token/generate](../endpoints/post-token-generate.md) and [POST /token/refresh](../endpoints/post-token-refresh.md) endpoints.
0 commit comments