-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #310 from IABTechLab/gwh-APIDOCS-1680-doc-updates-…
…page-02 update to JP file + link fix
- Loading branch information
Showing
2 changed files
with
122 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
120 changes: 120 additions & 0 deletions
120
i18n/ja/docusaurus-plugin-content-docs/current/ref-info/updates-doc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
--- | ||
title: Documentation Updates | ||
description: Summary of Significant UID2 Documentation Updates | ||
hide_table_of_contents: false | ||
sidebar_position: 06 | ||
--- | ||
|
||
# Documentation Updates | ||
|
||
Check out the latest updates to our UID2 documentation resources. | ||
|
||
### New: Private Operator Guide for Google Confidential Space | ||
|
||
30 September 2023 | ||
|
||
This new guide provides information for setting up the UID2 Operator Service in [Confidential Space](https://cloud.google.com/confidential-computing#confidential-space), a confidential computing option from the Google Cloud Platform. | ||
|
||
For details, see [UID2 Private Operator—Google Cloud Platform Confidential Space](../guides/operator-private-gcp-confidential-space.md). | ||
|
||
|
||
### Update: Normalization and Encoding Rules | ||
|
||
7 September 2023 | ||
|
||
We clarified the instructions for normalizing and encoding [directly identifying information (DII)](../ref-info/glossary-uid.md#gl-dii) to create a raw UID2 or UID2 token. | ||
|
||
For details, see: | ||
|
||
- [Email Address Hash Encoding](../getting-started/gs-normalization-encoding#email-address-hash-encoding) | ||
- [Phone Number Hash Encoding](../getting-started/gs-normalization-encoding#phone-number-hash-encoding) | ||
|
||
### New: IMA Mobile Plugin for Android | ||
|
||
8 August 2023 | ||
|
||
A new guide for publishers that provides information about the UID2 Interactive Media Ads (IMA) Plugin for Android. This plugin enables publishers who use the Google IMA SDK for Android to send [UID2 tokens](../ref-info/glossary-uid.md#gl-uid2-token) as secure signals in ad requests from Android apps. | ||
|
||
For details, see [UID2 IMA Plugin for Android Integration Guide](../guides/mobile-plugin-ima-android.md). | ||
|
||
|
||
### New: IMA Mobile Plugin for iOS | ||
|
||
8 August 2023 | ||
|
||
A new guide for publishers that provides information about the UID2 Interactive Media Ads (IMA) Plugin for iOS. This plugin enables publishers who use the Google IMA SDK for iOS to send [UID2 tokens](../ref-info/glossary-uid.md#gl-uid2-token) as secure signals in ad requests from iOS apps. | ||
|
||
For details, see [UID2 IMA Plugin for iOS Integration Guide](../guides/mobile-plugin-ima-ios.md). | ||
|
||
### New: GMA Mobile Plugin for Android | ||
|
||
4 August 2023 | ||
|
||
A new guide for publishers that provides information about the UID2 Google Mobile Ads (GMA) Plugin for Android. This plugin enables publishers who use the Google GMA SDK to send [UID2 tokens](../ref-info/glossary-uid.md#gl-uid2-token) as secure signals in ad requests from Android apps. | ||
|
||
For details, see [UID2 GMA Plugin for Android Integration Guide](../guides/mobile-plugin-gma-android.md). | ||
|
||
|
||
### New: GMA Mobile Plugin for iOS | ||
|
||
4 August 2023 | ||
|
||
A new guide for publishers that provides information about the UID2 Google Mobile Ads (GMA) Plugin for iOS. This plugin enables publishers who use the Google GMA SDK to send [UID2 tokens](../ref-info/glossary-uid.md#gl-uid2-token) as secure signals in ad requests from iOS apps. | ||
|
||
For details, see [UID2 GMA Plugin for iOS Integration Guide](../guides/mobile-plugin-gma-ios.md). | ||
|
||
### New: UID2 Website in Japanese | ||
|
||
3 August 2023 | ||
|
||
The entire UID2 website is now available in Japanese as well as English. | ||
|
||
For details, use the language drop-down at the top of any site page, or go straight to the [Unified ID 2.0 page in Japanese](https://unifiedid.com/ja/docs/intro). | ||
|
||
### New: UID2 Portal Documentation | ||
|
||
3 August 2023 | ||
|
||
We published several new documentation pages to help users navigating the new UID2 Portal user interface, where you can manage your UID2 account. | ||
|
||
For details, see [UID2 Portal](/docs/category/uid2-portal). | ||
|
||
### New: Documentation for UID2 Sharing | ||
|
||
3 August 2023 | ||
|
||
We published the following new and updated documents to support use of the new UID2 sharing feature: | ||
|
||
- A set of new pages providing information relating to UID2 sharing, including an overview, use cases, implementation instructions, best practices, and more. See [UID2 Sharing](/docs/category/uid2-sharing). | ||
- Updates to the four server-side SDKs to support UID2 sharing: | ||
|
||
- [UID2 SDK for C# / .NET: Usage for UID2 Sharers](../sdks/uid2-sdk-ref-csharp-dotnet.md#usage-for-uid2-sharers) | ||
- [UID2 SDK for C++: Usage for UID2 Sharers](../sdks/uid2-sdk-ref-cplusplus.md#usage-for-uid2-sharers) | ||
- [UID2 SDK for Java: Usage for UID2 Sharers](../sdks/uid2-sdk-ref-java.md#usage-for-uid2-sharers) | ||
- [UID2 SDK for Python: Usage for UID2 Sharers](../sdks/uid2-sdk-ref-python.md#usage-for-uid2-sharers) | ||
|
||
- Updates to the Snowflake feature to support UID2 sharing. See [Snowflake Integration Guide: Usage for UID2 Sharers](../guides/snowflake_integration.md#usage-for-uid2-sharers). | ||
|
||
### New: Android SDK Guide | ||
|
||
3 August 2023 | ||
|
||
A new guide for publishers that provides information about the UID2 SDK for Android, an SDK that facilitates the process of establishing client identity using UID2 and retrieving UID2 tokens for publishers who need to support Android apps. | ||
|
||
For details, see [UID2 SDK for Android Reference Guide](../sdks/uid2-sdk-ref-android.md). | ||
|
||
### New: iOS SDK Guide | ||
|
||
3 August 2023 | ||
|
||
A new guide for publishers that provides information about the UID2 SDK for iOS, an SDK that facilitates the process of establishing client identity using UID2 and retrieving UID2 tokens for publishers who need to support iOS apps. | ||
|
||
For details, see [UID2 SDK for iOS Reference Guide](../sdks/uid2-sdk-ref-ios.md). | ||
|
||
### New: Prebid Integration Guide | ||
|
||
1 August 2023 | ||
|
||
A new guide for publishers who want to integrate with UID2 and generate UID2 tokens (advertising tokens) to be passed by Prebid in the RTB bid stream. | ||
|
||
For details, see [Prebid Integration Guide](../guides/integration-prebid.md). |