Skip to content

Commit 2f74875

Browse files
committed
additional edits
1 parent 5b68657 commit 2f74875

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/guides/integration-advertiser-dataprovider-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ For details about the UID2 opt-out workflow and how users can opt out, see [User
146146
## Using POST /identity/map Version 2
147147

148148
:::note
149-
The following information is relevant only to integration approaches that use an earlier version of the `POST /identity/map` endpoint, version 2, and is provided for reference only. New implementations should use the latest version: see [High-Level Steps](#high-level-steps).
149+
The following information is relevant only to integration approaches that use an earlier version of the `POST /identity/map` endpoint, version 2, and is provided for reference only. New implementations should use the latest version: see [High-Level Steps](#high-level-steps).
150150
:::
151151

152152
The key differences when using v2 of the Identity Map API are:

docs/sdks/sdk-ref-java.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,12 @@ The following sections provide general information and guidance for migrating to
395395

396396
### Version 3 Improvements
397397

398-
Improvements provided by the new Identity Map version:
399-
- **Support for Multiple Identity Types**: Process emails and phones in a single request
400-
- **Simpler refresh management**: Re-map on reaching refresh timestamps instead of monitoring salt buckets
401-
- **Previous raw UID2 availability**: You can see previous UID2 for 90 days after rotation
402-
- **Improved performance**: The new API uses significantly less bandwidth for the same amount of DII
398+
Version 3 of the `POST /identity/map` endpoint includes the following improvements:
399+
400+
- **Support for multiple identity types**: You can process both email addresses and phone numbers in a single request.
401+
- **Simpler refresh management**: You can just re-map any raw UID2 when it reaches the refresh timestamp, rather than monitoring salt buckets, which is a separate API call.
402+
- **Availability of previous raw UID2**: You can see the previous UID2 for 90 days after rotation.
403+
- **Improved performance**: The new API version uses significantly less bandwidth for the same amount of DII.
403404

404405
### Required Changes
405406

0 commit comments

Comments
 (0)