From 7ebad6c12b0634cbb57b3adfe6f6a9ffc267bd7e Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Thu, 5 Sep 2024 19:58:31 -0400 Subject: [PATCH 1/5] minor edits --- docs/guides/integration-mobile-client-side.md | 1 + docs/guides/integration-mobile-overview.md | 2 +- .../current/guides/integration-mobile-client-side.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/integration-mobile-client-side.md b/docs/guides/integration-mobile-client-side.md index 8b794db26..778616c5e 100644 --- a/docs/guides/integration-mobile-client-side.md +++ b/docs/guides/integration-mobile-client-side.md @@ -704,6 +704,7 @@ If the response status indicates that the DII has been opted out of UID2, you mi ## Optional: UID2 Prebid Mobile SDK Integration + :::important The UID2 Prebid Mobile SDK integration requires version 1.4.0 of the UID2 SDK for Android, or version 1.5.0 of the UID2 SDK for iOS. ::: diff --git a/docs/guides/integration-mobile-overview.md b/docs/guides/integration-mobile-overview.md index 0c968e90d..6dd68655c 100644 --- a/docs/guides/integration-mobile-overview.md +++ b/docs/guides/integration-mobile-overview.md @@ -2,7 +2,7 @@ title: UID2 Mobile Integration Overview for Android and iOS sidebar_label: Integration Overview for Mobile pagination_label: Mobile Integration Overview for Android and iOS -description: Overview of options for UID2 mobile integration. +description: Overview of options for UID2 mobile integration. hide_table_of_contents: false sidebar_position: 04 displayed_sidebar: sidebarPublishers diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-side.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-side.md index 10cbd0f47..c941899bd 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-side.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-side.md @@ -704,6 +704,7 @@ If the response status indicates that the DII has been opted out of UID2, you mi ## Optional: UID2 Prebid Mobile SDK Integration + :::important UID2 Prebid Mobile SDK インテグレーションは、Android のみに対応しています。UID2 Prebid Mobile SDK インテグレーションを実装するには、SDK for Android のバージョン 1.4.0 が必要です。 ::: From 1eea8ef94d4926e194d7cc1b9c6ee902aa8cafcb Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Fri, 6 Sep 2024 13:27:46 -0400 Subject: [PATCH 2/5] minor UID2 mods from EUID mobile work --- docs/guides/integration-aws-entity-resolution.md | 2 +- docs/guides/integration-mobile-client-side.md | 2 +- docs/snippets/_mobile_docs_prebid-mobile.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/integration-aws-entity-resolution.md b/docs/guides/integration-aws-entity-resolution.md index 88fd35409..473d44d42 100644 --- a/docs/guides/integration-aws-entity-resolution.md +++ b/docs/guides/integration-aws-entity-resolution.md @@ -196,7 +196,7 @@ To create the matching workflow, first sign in to the AWS Management console, op ## Run the Matching Workflow -Follow the steps below to run the matching workflow and view the results. +Follow these steps to run the matching workflow and view the results. For details, see [Running and managing matching workflows](https://docs.aws.amazon.com/entityresolution/latest/userguide/run-manage-matching-workflow.html) in the AWS Entity Resolution documentation. diff --git a/docs/guides/integration-mobile-client-side.md b/docs/guides/integration-mobile-client-side.md index 778616c5e..1e6a89d2b 100644 --- a/docs/guides/integration-mobile-client-side.md +++ b/docs/guides/integration-mobile-client-side.md @@ -318,7 +318,7 @@ You can pass the user’s DII Date: Fri, 6 Sep 2024 15:28:09 -0400 Subject: [PATCH 3/5] fix chart filename to indicate UID2 content --- ...ng => integration-mobile-client-server-uid2.png} | Bin ...x => integration-mobile-client-server-uid2.pptx} | Bin docs/guides/integration-mobile-client-server.md | 2 +- ...ng => integration-mobile-client-server-uid2.png} | Bin ...x => integration-mobile-client-server-uid2.pptx} | Bin .../guides/integration-mobile-client-server.md | 2 +- 6 files changed, 2 insertions(+), 2 deletions(-) rename docs/guides/images/{integration-mobile-client-server.png => integration-mobile-client-server-uid2.png} (100%) rename docs/guides/images/resource/{integration-mobile-client-server.pptx => integration-mobile-client-server-uid2.pptx} (100%) rename i18n/ja/docusaurus-plugin-content-docs/current/guides/images/{integration-mobile-client-server.png => integration-mobile-client-server-uid2.png} (100%) rename i18n/ja/docusaurus-plugin-content-docs/current/guides/images/resource/{integration-mobile-client-server.pptx => integration-mobile-client-server-uid2.pptx} (100%) diff --git a/docs/guides/images/integration-mobile-client-server.png b/docs/guides/images/integration-mobile-client-server-uid2.png similarity index 100% rename from docs/guides/images/integration-mobile-client-server.png rename to docs/guides/images/integration-mobile-client-server-uid2.png diff --git a/docs/guides/images/resource/integration-mobile-client-server.pptx b/docs/guides/images/resource/integration-mobile-client-server-uid2.pptx similarity index 100% rename from docs/guides/images/resource/integration-mobile-client-server.pptx rename to docs/guides/images/resource/integration-mobile-client-server-uid2.pptx diff --git a/docs/guides/integration-mobile-client-server.md b/docs/guides/integration-mobile-client-server.md index aaee1837e..ed326907a 100644 --- a/docs/guides/integration-mobile-client-server.md +++ b/docs/guides/integration-mobile-client-server.md @@ -66,7 +66,7 @@ The following diagram shows the data flow that the publisher must implement for This example uses the [SDK for Android](../sdks/sdk-ref-android.md) in the client-side mobile app and the [SDK for Java](../sdks/sdk-ref-java.md) on the server side. -![Mobile Client-Server Integration Example](images/integration-mobile-client-server.png) +![Mobile Client-Server Integration Example](images/integration-mobile-client-server-uid2.png) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/images/integration-mobile-client-server.png b/i18n/ja/docusaurus-plugin-content-docs/current/guides/images/integration-mobile-client-server-uid2.png similarity index 100% rename from i18n/ja/docusaurus-plugin-content-docs/current/guides/images/integration-mobile-client-server.png rename to i18n/ja/docusaurus-plugin-content-docs/current/guides/images/integration-mobile-client-server-uid2.png diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/images/resource/integration-mobile-client-server.pptx b/i18n/ja/docusaurus-plugin-content-docs/current/guides/images/resource/integration-mobile-client-server-uid2.pptx similarity index 100% rename from i18n/ja/docusaurus-plugin-content-docs/current/guides/images/resource/integration-mobile-client-server.pptx rename to i18n/ja/docusaurus-plugin-content-docs/current/guides/images/resource/integration-mobile-client-server-uid2.pptx diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md index 975e491b6..5bba8d838 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md @@ -66,7 +66,7 @@ UID2 は、[Android](../sdks/sdk-ref-android.md) および [iOS](../sdks/sdk-ref この例では、Client-Side のモバイルアプリで [SDK for Android](../sdks/sdk-ref-android.md) を使用し、Server-Side で [SDK for Java](../sdks/sdk-ref-java.md) を使用しています。 -![Mobile Client-Server Integration Example](images/integration-mobile-client-server.png) +![Mobile Client-Server Integration Example](images/integration-mobile-client-server-uid2.png) From 3c26f992f2ca5e5395766ad346c352b2987243ab Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Fri, 6 Sep 2024 16:54:18 -0400 Subject: [PATCH 4/5] minor spacing mods --- docs/sdks/sdk-ref-javascript.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/sdks/sdk-ref-javascript.md b/docs/sdks/sdk-ref-javascript.md index ac68eda8a..0cfab6f26 100644 --- a/docs/sdks/sdk-ref-javascript.md +++ b/docs/sdks/sdk-ref-javascript.md @@ -331,11 +331,10 @@ There are two exceptions to this functionality: :::note -If `useCookie` is updated, the location of the identity changes. For example, if the value is updated from `true` to `false`, the first party cookie is removed and the identity is added to local storage. +If `useCookie` is updated, the location of the identity changes. For example, if the value is updated from `true` to `false`, the first-party cookie is removed and the identity is added to local storage. ::: - ### Init Config Calling `init()` stores an init config in a first-party cookie or local storage which can include the following parameters if given: `baseUrl`, `useCookie`, `refreshRetryPeriod`, `cookiePath`, and `cookieDomain`. This config is used to [bootstrap init](#self-bootstrap) and save load time in future page loads. Subsequent calls to `init()` update the config with the most recent parameters. @@ -344,7 +343,6 @@ Calling `init()` stores an init config in a first-party cookie or local storage When the constructor has completed and the SDK has been put on the window object, the code will check local storage and cookie storage for a stored [init config](#init-config). If the config exists, `init()` is automatically called with the parameters from the config, and as a result, any functions that require `init()` can be used. - #### Errors The `init()` function can throw the following errors. @@ -602,4 +600,4 @@ window.__uid2.callbacks.push((eventType) => { If you have decided to use `async` or `defer` script loading, move the script tag that loads the SDK into the document header and add the appropriate keyword. -Deciding to use `async` or `defer` script loading is not something the UID2 team can provide advice on, because it depends on the individual website. If you're not sure, it is safe to ignore this change and leave your script tag unchanged. \ No newline at end of file +Deciding to use `async` or `defer` script loading is not something the UID2 team can provide advice on, because it depends on the individual website. If you're not sure, it is safe to ignore this change and leave your script tag unchanged. From 5f48417264e945290348c060ac43f714e114dbb4 Mon Sep 17 00:00:00 2001 From: genwhittTTD Date: Mon, 9 Sep 2024 14:12:03 -0400 Subject: [PATCH 5/5] minor mods --- docs/guides/google-ss-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/google-ss-integration.md b/docs/guides/google-ss-integration.md index 58a8e2df1..267a0db8c 100644 --- a/docs/guides/google-ss-integration.md +++ b/docs/guides/google-ss-integration.md @@ -99,9 +99,9 @@ The following sample applications are available to illustrate how to integrate w Each sample application has its own instructions. -## Troubleshooting Tips for UID2 Integration with Google Secure Signals +## Troubleshooting -Here is some troubleshooting info that might help you in working with Google Secure Signals for your UID2 integration: +Here is some troubleshooting information that might help you in working with Google Secure Signals for your UID2 integration: - [I enabled Secure Signals within Google Ad Manager, but UID2s are not being passed through Google](#i-enabled-secure-signals-within-google-ad-manager-but-uid2s-are-not-being-passed-through-google)