Skip to content

Commit 1d8b895

Browse files
authored
Merge pull request #916 from IABTechLab/gdm-UID2-5576-snowflake-docs
Updated Snowflake docs
2 parents 7986fc4 + 706d532 commit 1d8b895

File tree

10 files changed

+1825
-428
lines changed

10 files changed

+1825
-428
lines changed

docs/endpoints/post-identity-map-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For details about the UID2 opt-out workflow and how users can opt out, see [User
2020
This documentation is for version 2 of this endpoint, which is not the latest version. For the latest version, v3, see [POST /identity/map](post-identity-map.md).
2121

2222
:::note
23-
If you're using the v2 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).
23+
If you're using the previous 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).
2424
:::
2525

2626
## Batch Size and Request Parallelization Requirements

docs/endpoints/post-identity-map.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The v3 Identity Map API provides the following improvements over v2:
218218

219219
The following table shows key differences between the versions.
220220

221-
| Feature | V2 Implementation | V3 Implementation |
221+
| Feature | v2 Implementation | v3 Implementation |
222222
|:-------------------------------|:--------------------------------------------|:-------------------------------------------|
223223
| Endpoints Required | `/v2/identity/map` + `/v2/identity/buckets` | `/v3/identity/map` only |
224224
| Identity Types per Request | Single identity type only | Multiple identity types |
@@ -230,7 +230,7 @@ The following table shows key differences between the versions.
230230
To upgrade from an earlier version to version 3, follow these steps:
231231

232232
1. [Update Endpoint URL](#1-update-endpoint-url)
233-
2. [Update V3 Response Parsing Logic](#2-update-v3-response-parsing-logic)
233+
2. [Update v3 Response Parsing Logic](#2-update-v3-response-parsing-logic)
234234
3. [Replace Salt Bucket Monitoring with Refresh Timestamp Logic](#3-replace-salt-bucket-monitoring-with-refresh-timestamp-logic)
235235

236236
#### 1. Update Endpoint URL
@@ -249,7 +249,7 @@ url = '/v3/identity/map'
249249

250250
Update the logic for parsing the response, as shown in the following example.
251251

252-
V2 Response Parsing:
252+
v2 Response Parsing:
253253
```python
254254
# v2: Process mapped/unmapped objects with identifier lookup
255255
for item in response['body']['mapped']:
@@ -260,7 +260,7 @@ for item in response['body']['mapped']:
260260
store_mapping(original_identifier, raw_uid, bucket_id)
261261
```
262262

263-
V3 Response Parsing:
263+
v3 Response Parsing:
264264
```python
265265
# v3: Process array-indexed responses
266266
for index, item in enumerate(response['body']['email']):

docs/guides/integration-snowflake-previous.md renamed to docs/guides/integration-snowflake-before-february-2025.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Snowflake Integration (Earlier Listings)
3-
sidebar_label: Snowflake (earlier version)
2+
title: Snowflake Integration (Before February 2025)
3+
sidebar_label: Snowflake (Before February 2025)
44
pagination_label: Snowflake Integration
55
description: Information about integrating with UID2 through the UID2 Share in Snowflake (earlier listings, separate for Advertiser and Data Provider).
66
hide_table_of_contents: false
@@ -15,12 +15,12 @@ import Link from '@docusaurus/Link';
1515
[Snowflake](https://www.snowflake.com/) is a cloud data warehousing solution, where you as a partner can store your data and integrate with the UID2 framework. Using Snowflake, UID2 enables you to securely share consumer identifier data without exposing sensitive <Link href="../ref-info/glossary-uid#gl-dii">directly identifying information (DII)</Link>. Even though you have the option to query the Operator Web Services directly for the consumer identifier data, the Snowflake UID2 integration offers a more seamless experience.
1616

1717
:::important
18-
This document is for anyone using the separate advertiser and data provider Snowflake marketplace listings published prior to February 2025. For documentation on the newer, combined listing published in February 2025, see [Snowflake Integration Guide](integration-snowflake.md). If you're using the earlier implementation, we recommend that you migrate to the newer version to take advantage of the updates and enhancements. For migration information, see [Migration Guide](integration-snowflake.md#migration-guide).
18+
This document is for anyone using the separate advertiser and data provider Snowflake marketplace listings published prior to February 2025. For documentation on the newer, combined listing published in February 2025, see [Snowflake Integration Guide (Version Prior to July 2025)](integration-snowflake-before-july-2025.md). If you're using the earlier implementation, we recommend that you migrate to the newer version to take advantage of the updates and enhancements. For migration information, see [Migration Guide](integration-snowflake-before-july-2025.md#migration-guide).
1919
:::
2020

2121
The Snowflake marketplace listings for this implementation were separate for advertisers and for data providers. Those listings were removed following the publication of the updated version in February 2025.
2222

23-
If you have a working implementation, you can use this documentation to maintain it; however, we recommend upgrading to the latest version. See [Snowflake Integration Guide](integration-snowflake.md).
23+
If you have a working implementation, you can use this documentation to maintain it; however, we recommend upgrading to the latest version. See [Snowflake Integration Guide (Version Prior to February 2025)](integration-snowflake-before-july-2025.md).
2424

2525
:::tip
2626
For a summary of all integration options and steps for advertisers and data providers, see [Advertiser/Data Provider Integration Overview](integration-advertiser-dataprovider-overview.md).

0 commit comments

Comments
 (0)