Skip to content

Commit 890cb94

Browse files
committed
Add intro copy in Java SDK doc section
1 parent 029ac2a commit 890cb94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/sdks/sdk-ref-java.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ If you're using server-side integration (see [Publisher Integration Guide, Serve
309309

310310
## Usage for Advertisers/Data Providers
311311

312+
The following instructions provide an example of how to map DII to raw UID2s using the latest version of the `POST /identity/map` endpoint.
313+
314+
For the earlier version, see [Previous SDK Version (using POST /identity/map v2)](#previous-sdk-version-using-post-identitymap-v2). For migration steps to the latest version, see [Migration From Version Using v2 Identity Map](#migration-from-version-using-v2-identity-map).
315+
312316
1. Create an IdentityMapV3Client as an instance variable:
313317
```java
314318
final private IdentityMapV3Client identityMapV3Client = new IdentityMapV3Client(UID2_BASE_URL, UID2_API_KEY, UID2_SECRET_KEY);

0 commit comments

Comments
 (0)