Skip to content

Commit b21f026

Browse files
authored
Merge pull request #823 from IABTechLab/gwh-APIDOCS-2918-snowflake-new-version
Snowflake doc updates
2 parents 904810a + 8198c6c commit b21f026

File tree

6 files changed

+1788
-310
lines changed

6 files changed

+1788
-310
lines changed

docs/guides/integration-snowflake-previous.md

Lines changed: 762 additions & 0 deletions
Large diffs are not rendered by default.

docs/guides/integration-snowflake.md

Lines changed: 237 additions & 298 deletions
Large diffs are not rendered by default.

docs/ref-info/updates-doc.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ import Link from '@docusaurus/Link';
1111

1212
Check out the latest updates to our UID2 documentation resources.
1313

14+
### Updated: Snowflake Integration Guide
15+
16+
February 12, 2025
17+
18+
We've significantly updated the UID2 Snowflake integration, and updated the documentation to match.
19+
20+
For details, see [Snowflake Integration Guide](../guides/integration-snowflake.md).
21+
22+
<!-- APIDOCS-2918 -->
23+
1424
### Updated: Instructions for Using the UID2 Portal
1525

1626
February 10, 2025

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-snowflake-previous.md

Lines changed: 754 additions & 0 deletions
Large diffs are not rendered by default.

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-snowflake.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import Link from '@docusaurus/Link';
1414
[Snowflake](https://www.snowflake.com/) は、パートナーがデータを保存し、UID2 フレームワークとインテグレーションするためのクラウドデータウェアハウスソリューションです。Snowflake を使用することで、UID2 は機密性の高い <Link href="../ref-info/glossary-uid#gl-dii">directly identifying information (DII)</Link> を公開することなく、認可された消費者識別子データを安全に共有できます。消費者識別子データを直接 Operator Web Services に問い合わせることもできますが、Snowflake UID2 とのインテグレーションにより、よりシームレスな体験が可能になります。
1515

1616
UID2 の以下のリストが Snowflake marketplace で入手可能です:
17-
- 広告主向け: [Unified ID 2.0: Advertiser Identity Solution](https://app.snowflake.com/marketplace/listing/GZT0ZRYXTMV/unified-id-2-0-unified-id-2-0-advertiser-identity-solution?originTab=provider&providerName=Unified+ID+2.0)
18-
- データプロバイダー向け: [Unified ID 2.0: Data Provider Identity Solution](https://app.snowflake.com/marketplace/listing/GZT0ZRYXTN0/unified-id-2-0-unified-id-2-0-data-provider-identity-solution?originTab=provider&providerName=Unified+ID+2.0)
17+
- [Unified ID 2.0: Advertiser and Data Provider Identity Solution](https://app.snowflake.com/marketplace/listing/GZT0ZRYXTN8/unified-id-2-0-unified-id-2-0-advertiser-and-data-provider-identity-solution)
1918

2019
## Functionality
2120

sidebars.js

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,28 @@ const fullSidebar = [
192192
collapsed: true,
193193

194194
items: [
195-
{
196-
type: 'category',
197-
label: 'Integration Overview',
198-
link: {
199-
type: 'doc',
200-
id: 'guides/integration-advertiser-dataprovider-overview',
201-
},
202-
collapsed: true,
203-
items: [
204-
'guides/integration-snowflake',
195+
{
196+
type: 'category',
197+
label: 'Integration Overview',
198+
link: {
199+
type: 'doc',
200+
id: 'guides/integration-advertiser-dataprovider-overview',
201+
},
202+
collapsed: true,
203+
items: [
204+
{
205+
type: 'category',
206+
label: 'Snowflake',
207+
link: {
208+
type: 'doc',
209+
id: 'guides/integration-snowflake',
210+
},
211+
collapsed: true,
212+
items: [
213+
'guides/integration-snowflake-previous',
214+
],
215+
},
216+
205217
'guides/integration-aws-entity-resolution',
206218
'guides/integration-advertiser-dataprovider-endpoints',
207219
],
@@ -345,6 +357,7 @@ const sidebars = {
345357
'Advertiser/Data Provider Integrations',
346358
'guides/integration-advertiser-dataprovider-overview',
347359
'guides/integration-snowflake',
360+
'guides/integration-snowflake-previous',
348361
'guides/integration-aws-entity-resolution',
349362
'guides/advertiser-dataprovider-endpoints',
350363
'DSP Integrations',
@@ -428,6 +441,7 @@ const sidebars = {
428441
'Advertiser/Data Provider Integrations',
429442
'guides/integration-advertiser-dataprovider-overview',
430443
'guides/integration-snowflake',
444+
'guides/integration-snowflake-previous',
431445
'guides/integration-aws-entity-resolution',
432446
'guides/advertiser-dataprovider-endpoints',
433447
'sharing/sharing-bid-stream'

0 commit comments

Comments
 (0)