diff --git a/docs/endpoints/post-identity-map-v2.md b/docs/endpoints/post-identity-map-v2.md index 6c0d9406c..dfe44d160 100644 --- a/docs/endpoints/post-identity-map-v2.md +++ b/docs/endpoints/post-identity-map-v2.md @@ -23,12 +23,12 @@ This documentation is for version 2 of this endpoint, which is not the latest ve If you're using an earlier version, we recommend that you upgrade as soon as possible, to take advantage of improvements. For migration guidance, see [Migration from v2 Identity Map](post-identity-map.md#migration-from-v2-identity-map). For deprecation information, see [Deprecation Schedule: Endpoint Versions](../ref-info/deprecation-schedule.md#endpoint-versions). ::: -## Batch Size Requirements +## Batch Size and Request Parallelization Requirements Here's what you need to know: - The maximum request size is 1MB. -- To map a large number of email addresses, phone numbers, or their respective hashes, send them in batches with a maximum of 5,000 items per batch. +- To map a large number of email addresses, phone numbers, or their respective hashes, send them in batches with a maximum of 5,000 items per batch. We recommend sending no more than 20 batches in parallel. - Be sure to store mappings of email addresses, phone numbers, or their respective hashes.
Not storing mappings could increase processing time drastically when you have to map millions of email addresses or phone numbers. Recalculating only those mappings that actually need to be updated, however, reduces the total processing time because only about 1/365th of raw UID2s need to be updated daily. See also [Advertiser/Data Provider Integration Overview](../guides/integration-advertiser-dataprovider-overview.md) and [FAQs for Advertisers and Data Providers](../getting-started/gs-faqs.md#faqs-for-advertisers-and-data-providers). ## Rate Limiting diff --git a/docs/endpoints/post-identity-map.md b/docs/endpoints/post-identity-map.md index a55a44ba2..13738bf7c 100644 --- a/docs/endpoints/post-identity-map.md +++ b/docs/endpoints/post-identity-map.md @@ -23,12 +23,12 @@ This documentation is for the latest version of this endpoint, version 3. If needed, documentation is also available for the previous version: see [POST /identity/map (v2)](post-identity-map-v2.md). -## Batch Size Requirements +## Batch Size and Request Parallelization Requirements Here's what you need to know: - The maximum request size is 1MB. -- To map a large number of email addresses, phone numbers, or their respective hashes, send them in batches with a maximum of 5,000 items per batch. +- To map a large number of email addresses, phone numbers, or their respective hashes, send them in batches with a maximum of 5,000 items per batch. We recommend sending no more than 20 batches in parallel. - Be sure to store mappings of email addresses, phone numbers, or their respective hashes.
Not storing mappings could increase processing time drastically when you have to map millions of email addresses or phone numbers. Recalculating only those mappings that actually need to be updated, however, reduces the total processing time because only about 1/365th of UID2s need to be updated daily. See also [Advertiser/Data Provider Integration Overview](../guides/integration-advertiser-dataprovider-overview.md) and [FAQs for Advertisers and Data Providers](../getting-started/gs-faqs.md#faqs-for-advertisers-and-data-providers). ## Rate Limiting diff --git a/docs/ref-info/updates-doc.md b/docs/ref-info/updates-doc.md index 2fdea7742..335dfa053 100644 --- a/docs/ref-info/updates-doc.md +++ b/docs/ref-info/updates-doc.md @@ -20,9 +20,9 @@ Check out the latest updates to our UID2 documentation resources. Use the Tags toolbar to view a subset of documentation updates. ::: -## Q1 2026 +## Q2 2026 -The following documents were released in the first quarter of 2026. +The following documents were released in the second quarter of 2026. @@ -41,6 +41,10 @@ These changes apply to both [v2](../endpoints/post-identity-map-v2.md) and [v3]( +## Q1 2026 + +The following documents were released in the first quarter of 2026. + ### Removal of optout_check Parameter