Skip to content

Commit 51d3e56

Browse files
committed
updates to specify date on earlier version per CM and SW
1 parent 711f972 commit 51d3e56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guides/integration-snowflake-previous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 04
99

1010
import Link from '@docusaurus/Link';
1111

12-
# Snowflake Integration Guide (Earlier Listings)
12+
# Snowflake Integration Guide (Version Prior to February 2025)
1313

1414
[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.
1515

docs/guides/integration-snowflake.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Link from '@docusaurus/Link';
1414
[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.
1515

1616
:::important
17-
This document is for those using the combined advertiser and data provider Snowflake marketplace listing published in February 2025. If you're using one of the earlier listings, which are separate for advertiser and data provider, see [Snowflake Integration Guide (Earlier Listings)](integration-snowflake-previous.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 details, see [Changes from Previous Version](#changes-from-previous-version). For migration information, see [Migration Guide](#migration-guide).
17+
This document is for those using the combined advertiser and data provider Snowflake marketplace listing published in February 2025. If you're using one of the earlier listings, which are separate for advertiser and data provider (that is, you subscribed prior to 1 February 2025), see [Snowflake Integration Guide (Version Prior to February 2025)](integration-snowflake-previous.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 details, see [Changes from Previous Version](#changes-from-previous-version). For migration information, see [Migration Guide](#migration-guide).
1818
:::
1919

2020
The following listing for UID2 is available on the Snowflake marketplace:
@@ -43,7 +43,7 @@ If you're a publisher who is sharing UID2 tokens in the <Link href="../ref-info/
4343
The February, 2025 update to the UID2 Snowflake Marketplace integration includes updates and enhancements. One key change is that it includes a single listing and data share that combines the capabilities of the two previous data shares, one for Advertisers and one for Data Providers. This simplifies the integration for all participants.
4444

4545
:::note
46-
These changes assume that your code integration uses the previous version of Snowflake functions: see [Snowflake Integration Guide (Earlier Listings)](integration-snowflake-previous.md). If you're using an even earlier version, that uses the `FN_T_UID2_IDENTITY_MAP_EMAIL` and `FN_T_UID2_IDENTITY_MAP_EMAIL_HASH` functions, you could follow the instructions in the [Migration Guide section in the earlier guide](integration-snowflake-previous.md#migration-guide), and then upgrade again to the current version. However, in this scenario we recommend that you just follow the instructions in this guide and upgrade in one step. For details, see [Migration Guide](#migration-guide).
46+
These changes assume that your code integration uses the version of Snowflake functions published before 1 February 2025: see [Snowflake Integration Guide (Version Prior to February 2025)](integration-snowflake-previous.md). If you're using an even earlier version, that uses the `FN_T_UID2_IDENTITY_MAP_EMAIL` and `FN_T_UID2_IDENTITY_MAP_EMAIL_HASH` functions, you could follow the instructions in the [Migration Guide section in the earlier guide](integration-snowflake-previous.md#migration-guide), and then upgrade again to the current version. However, in this scenario we recommend that you just follow the instructions in this guide and upgrade in one step. For details, see [Migration Guide](#migration-guide).
4747
:::
4848

4949
The following table shows details of the changes to the Snowflake functions, from the previous version.
@@ -99,7 +99,7 @@ You can map DII to UID2s by using the following function:
9999

100100
- `FN_T_IDENTITY_MAP` (for details, see [Map DII](#map-dii))
101101

102-
The following function is deprecated in favor of `FN_T_IDENTITY_MAP`. You can still use it if you are on the previous Snowflake version (see [Snowflake Integration Guide (Earlier Listings)](integration-snowflake-previous.md)), but we recommend upgrading as soon as possible:
102+
The following function is deprecated in favor of `FN_T_IDENTITY_MAP`. You can still use it if you are on the previous Snowflake version (see [Snowflake Integration Guide (Version Prior to February 2025)](integration-snowflake-previous.md)), but we recommend upgrading as soon as possible:
103103

104104
- `FN_T_UID2_IDENTITY_MAP` (deprecated)
105105

0 commit comments

Comments
 (0)