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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This document includes:
10
10
*[Usage for Publishers](#usage-for-publishers)
11
11
-[Basic Usage](#basic-usage)
12
12
-[Advanced Usage](#advanced-usage)
13
-
*[## Usage for UID2 Sharers](#usage-for-uid2-sharers)
13
+
*[Usage for UID2 Sharers](#usage-for-uid2-sharers)
14
14
15
15
## Who Is this SDK for?
16
16
@@ -66,7 +66,7 @@ If you're using standard integration (client and server) (see [Client-Side JavaS
66
66
67
67
#### Server-Only Integration
68
68
69
-
If you're using server-only integration (see [Publisher Integration Guide, Server-Only (Without SDK)](https://unifiedid.com/docs/guides/custom-publisher-integration)):
69
+
If you're using server-only integration (see [Publisher Integration Guide, Server-Only](https://unifiedid.com/docs/guides/custom-publisher-integration)):
70
70
71
71
1. Store this identity as a JSON string in the user's session, using the `identity.getJsonString()` function.
72
72
2. To use the user's UID2 token, use the `identity.getAdvertisingToken()` function.
@@ -113,7 +113,8 @@ If you're using standard integration (client and server) (see [Client-Side JavaS
113
113
`identity.getJsonString()`
114
114
115
115
#### Server-Only Integration
116
-
If you're using server-only integration (see [Publisher Integration Guide, Server-Only (Without SDK)](https://unifiedid.com/docs/guides/custom-publisher-integration)):
116
+
117
+
If you're using server-only integration (see [Publisher Integration Guide, Server-Only](https://unifiedid.com/docs/guides/custom-publisher-integration)):
117
118
118
119
1. Store this identity as a JSON string in the user's session, using: `identity.getJsonString()`.
119
120
2. To use the user's UID2 token, use `identity.getAdvertisingToken()`.
0 commit comments