Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
762 changes: 762 additions & 0 deletions docs/guides/integration-snowflake-previous.md

Large diffs are not rendered by default.

535 changes: 237 additions & 298 deletions docs/guides/integration-snowflake.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/ref-info/updates-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ import Link from '@docusaurus/Link';

Check out the latest updates to our UID2 documentation resources.

### Updated: Snowflake Integration Guide

February 12, 2025

We've significantly updated the UID2 Snowflake integration, and updated the documentation to match.

For details, see [Snowflake Integration Guide](../guides/integration-snowflake.md).

<!-- APIDOCS-2918 -->

### Updated: Instructions for Using the UID2 Portal

February 10, 2025
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import Link from '@docusaurus/Link';
[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 とのインテグレーションにより、よりシームレスな体験が可能になります。

UID2 の以下のリストが Snowflake marketplace で入手可能です:
- 広告主向け: [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)
- データプロバイダー向け: [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)
- [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)

## Functionality

Expand Down
34 changes: 24 additions & 10 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,28 @@ const fullSidebar = [
collapsed: true,

items: [
{
type: 'category',
label: 'Integration Overview',
link: {
type: 'doc',
id: 'guides/integration-advertiser-dataprovider-overview',
},
collapsed: true,
items: [
'guides/integration-snowflake',
{
type: 'category',
label: 'Integration Overview',
link: {
type: 'doc',
id: 'guides/integration-advertiser-dataprovider-overview',
},
collapsed: true,
items: [
{
type: 'category',
label: 'Snowflake',
link: {
type: 'doc',
id: 'guides/integration-snowflake',
},
collapsed: true,
items: [
'guides/integration-snowflake-previous',
],
},

'guides/integration-aws-entity-resolution',
'guides/integration-advertiser-dataprovider-endpoints',
],
Expand Down Expand Up @@ -345,6 +357,7 @@ const sidebars = {
'Advertiser/Data Provider Integrations',
'guides/integration-advertiser-dataprovider-overview',
'guides/integration-snowflake',
'guides/integration-snowflake-previous',
'guides/integration-aws-entity-resolution',
'guides/advertiser-dataprovider-endpoints',
'DSP Integrations',
Expand Down Expand Up @@ -428,6 +441,7 @@ const sidebars = {
'Advertiser/Data Provider Integrations',
'guides/integration-advertiser-dataprovider-overview',
'guides/integration-snowflake',
'guides/integration-snowflake-previous',
'guides/integration-aws-entity-resolution',
'guides/advertiser-dataprovider-endpoints',
'sharing/sharing-bid-stream'
Expand Down