From fd1fc0d98b7173da28cd42174f44ba6d38bb32b6 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 16 Jul 2020 13:16:50 -0400 Subject: [PATCH 1/3] Document subdomain to domain change for 4.0 Documents https://github.com/prebid/Prebid.js/pull/5500 --- dev-docs/modules/userId.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index aedc8f0dc6..6705ca81d3 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -45,6 +45,8 @@ Note that User IDs aren't needed in the mobile app world because device ID is av Also note that not all bidder adapters support all forms of user ID. See the tables below for a list of which bidders support which ID schemes. +As of Prebid 4.0, identity will attempt storage in the main domain of the website instead of on the subdomain. + ## User ID, GDPR, and Opt-Out When paired with the [Consent Management](/dev-docs/modules/consentManagement.html) module, privacy rules are enforced: From 657b4a0888a6d098599dbe7551764c48bff2a9ee Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Thu, 16 Jul 2020 13:20:06 -0400 Subject: [PATCH 2/3] Update userId.md --- dev-docs/modules/userId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index 6705ca81d3..17323db5fb 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -45,7 +45,7 @@ Note that User IDs aren't needed in the mobile app world because device ID is av Also note that not all bidder adapters support all forms of user ID. See the tables below for a list of which bidders support which ID schemes. -As of Prebid 4.0, identity will attempt storage in the main domain of the website instead of on the subdomain. +As of Prebid 4.0, identity will attempt storage in the main domain of the website instead of on the subdomain, unless this behavior is overriden by a submodule. ## User ID, GDPR, and Opt-Out From 45b1bea17fb352034de00a559f8fbce6ec6affb4 Mon Sep 17 00:00:00 2001 From: bretg Date: Thu, 16 Jul 2020 15:14:43 -0400 Subject: [PATCH 3/3] tweaked wording --- dev-docs/modules/userId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/userId.md b/dev-docs/modules/userId.md index 17323db5fb..9b9598ec9c 100644 --- a/dev-docs/modules/userId.md +++ b/dev-docs/modules/userId.md @@ -45,7 +45,7 @@ Note that User IDs aren't needed in the mobile app world because device ID is av Also note that not all bidder adapters support all forms of user ID. See the tables below for a list of which bidders support which ID schemes. -As of Prebid 4.0, identity will attempt storage in the main domain of the website instead of on the subdomain, unless this behavior is overriden by a submodule. +As of Prebid 4.0, this module will attempt storage in the main domain of the publisher's website instead of a subdomain, unless this behavior is overriden by a submodule. ## User ID, GDPR, and Opt-Out