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
4 changes: 1 addition & 3 deletions docs/guides/integration-advertiser-dataprovider-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,10 @@ For instructions for monitoring for salt bucket rotations, refer to one of the f

- Python SDK: [Monitor rotated salt buckets](../sdks/sdk-ref-python.md#monitor-rotated-salt-buckets).

- Snowflake: [Monitor for salt bucket rotation and regenerate raw UID2s](integration-snowflake-previous#monitor-for-salt-bucket-rotation-and-regenerate-raw-uid2s).
- Snowflake: [Monitor for salt bucket rotation and regenerate raw UID2s](integration-snowflake-previous.md#monitor-for-salt-bucket-rotation-and-regenerate-raw-uid2s).

- HTTP endpoints: [Monitor for salt bucket rotations for your stored raw UID2s (v2)](integration-advertiser-dataprovider-endpoints.md#monitor-for-salt-bucket-rotations-for-your-stored-raw-uid2s-v2).

<!-- GWH_Note 8/4/25 I took the .md out of the Snowflake link line 194 because Docu would not build it correctly... broken link in output. Do not know why, though. Same thing on 2 links -->

:::note
For AWS Entity Resolution, there is no way to do salt bucket monitoring. As an alternative, you could regenerate raw UID2s periodically using the AWS Entity Resolution service.
:::
Expand Down
6 changes: 0 additions & 6 deletions docs/guides/operator-guide-aks-enclave.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ To get set up with the installation files, follow these steps:

1. Download and unzip the file.

<!-- Download the ZIP file linked in the following table, AKS Download column, for the latest version.
1. Unzip the ZIP file to extract the following files, needed for the deployment:
- `operator.yaml` -->

### Prepare environment variables

Run the following commands to prepare environment variables that you'll use later. Choose variable names to suit your needs.
Expand Down
13 changes: 0 additions & 13 deletions docs/overviews/overview-dsps.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,6 @@ The following documentation resources are available for DSPs to implement UID2.
| Integration guide | [DSP integration guide](../guides/dsp-guide.md) | This integration guide for DSPs covers handling UID2s for bidding and honoring user opt-outs. |
| DSP direct integration instructions | [DSP direct integration tips](../guides/integration-dsp-no-sdk.md) | Instructions for DSPs who prefer to integrate without using one of the UID2 SDKs. |

<!-- ## Integration Requirements

To integrate with UID2 to receive UID2s from brands (as first-party data) and data providers (as third-party data) and leverage them to inform bidding on UID2s in the bidstream, the buy-side participants must meet the following requirements:

- Accept data in the form of UID2s
- Bid on data in the form of UID2s
- Build a webhook for honoring opt-out requests
- Sync <a href="../ref-info/glossary-uid#gl-encryption-key">encryption keys</a> daily with the UID2 Administrator

For details, see [DSP integration guide](../guides/dsp-guide.md).

Optionally, if DSPs want to generate UID2s themselves from DII, they can also follow the [Third-party data provider workflow](overview-data-providers.md#workflow-for-data-providers). -->

## FAQs for DSPs

For a list of frequently asked questions for DSPs using the UID2 framework, see [FAQs for DSPs](../getting-started/gs-faqs.md#faqs-for-dsps).
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,10 @@ raw UID2 は特定の時点でのユーザーの識別子です。特定のユ

- Python SDK: [Monitor rotated salt buckets](../sdks/sdk-ref-python.md#monitor-rotated-salt-buckets)

- Snowflake: [Monitor for salt bucket rotation and regenerate raw UID2s](integration-snowflake-previous#monitor-for-salt-bucket-rotation-and-regenerate-raw-uid2s)
- Snowflake: [Monitor for salt bucket rotation and regenerate raw UID2s](integration-snowflake-previous.md#monitor-for-salt-bucket-rotation-and-regenerate-raw-uid2s)

- HTTP endpoints: [Monitor for salt bucket rotations for your stored raw UID2s (v2)](integration-advertiser-dataprovider-endpoints.md#monitor-for-salt-bucket-rotations-for-your-stored-raw-uid2s-v2)

<!-- GWH_Note 8/4/25 I took the .md out of the Snowflake link line 194 because Docu would not build it correctly... broken link in output. Do not know why, though. Same thing on 2 links -->

:::note
AWS Entity Resolution では、ソルトバケットの監視を行う方法はありません。代わりに、AWS Entity Resolution サービスを使用して定期的に raw UID2 を再生成することができます。
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ AKS の新しい UID2 Private Operator をデプロイするには、次の主

1. ダウンロードし、解凍します。

<!-- Download the ZIP file linked in the following table, AKS Download column, for the latest version.
1. Unzip the ZIP file to extract the following files, needed for the deployment:
- `operator.yaml` -->

### Prepare environment variables

以下のコマンドを実行して、後で使用する環境変数を準備します。変数名は必要に応じて選択してください。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,6 @@ UID2 を実装する DSP 向けに、以下のドキュメントリソースが
| Integration guide | [DSP integration guide](../guides/dsp-guide.md) | DSP 向けのこのインテグレーションガイドでは、入札のための UID2 の取り扱いと、ユーザーのオプトアウトの受け入れについて説明します。 |
| DSP direct integration instructions | [DSP direct integration tips](../guides/integration-dsp-no-sdk.md) | UID2 SDK のいずれも使用せずにインテグレーションすることを希望する DSP 向けの手順。 |

<!-- ## Integration Requirements

To integrate with UID2 to receive UID2s from brands (as first-party data) and data providers (as third-party data) and leverage them to inform bidding on UID2s in the bidstream, the buy-side participants must meet the following requirements:

- Accept data in the form of UID2s
- Bid on data in the form of UID2s
- Build a webhook for honoring opt-out requests
- Sync <a href="../ref-info/glossary-uid#gl-encryption-key">encryption keys</a> daily with the UID2 Administrator

For details, see [DSP integration guide](../guides/dsp-guide.md).

Optionally, if DSPs want to generate UID2s themselves from DII, they can also follow the [Third-party data provider workflow](overview-data-providers.md#workflow-for-data-providers). -->

## FAQs for DSPs

UID2 フレームワークを使用する DSP 向けのよくある質問のリストについては、[FAQs for DSPs](../getting-started/gs-faqs.md#faqs-for-dsps) を参照してください。
Loading