From 90f6c9649652589b464a1481c7eccafaeecdb96f Mon Sep 17 00:00:00 2001 From: bretg Date: Thu, 6 Mar 2025 11:20:02 -0500 Subject: [PATCH 1/2] PBS USGen doc update Adding allowPersonalDataConsent2 option --- prebid-server/features/pbs-usgen.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prebid-server/features/pbs-usgen.md b/prebid-server/features/pbs-usgen.md index 273699d1d6..97b7d3504a 100644 --- a/prebid-server/features/pbs-usgen.md +++ b/prebid-server/features/pbs-usgen.md @@ -74,6 +74,7 @@ Here's an example: | Parameter | Type | Scope | Description | |------|------|-------------| | skipSids | array of integer | Optional | Do not process the named section IDs. | +| allowPersonalDataConsent2 | boolean | Optional | By default [Prebid's logic](/features/mspa-usnat.html) for personal data consents considers a value of 2 as non-sensical. But it turns out that several CMPs didn't get that message and are reporting this value. We will deprecate this option once the CMPs are all on the same page. | By default the module will process GPP SIDs 7-12. The `skipSids` parameter allows the publisher to define a different processing flow for different GPP SIDs. From e19e61d217405d523d3637d8f904ebcc559ebde6 Mon Sep 17 00:00:00 2001 From: bretg Date: Thu, 6 Mar 2025 11:22:14 -0500 Subject: [PATCH 2/2] Update pbs-usgen.md --- prebid-server/features/pbs-usgen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebid-server/features/pbs-usgen.md b/prebid-server/features/pbs-usgen.md index 97b7d3504a..bfe61d2481 100644 --- a/prebid-server/features/pbs-usgen.md +++ b/prebid-server/features/pbs-usgen.md @@ -74,7 +74,7 @@ Here's an example: | Parameter | Type | Scope | Description | |------|------|-------------| | skipSids | array of integer | Optional | Do not process the named section IDs. | -| allowPersonalDataConsent2 | boolean | Optional | By default [Prebid's logic](/features/mspa-usnat.html) for personal data consents considers a value of 2 as non-sensical. But it turns out that several CMPs didn't get that message and are reporting this value. We will deprecate this option once the CMPs are all on the same page. | +| allowPersonalDataConsent2 | boolean | Optional | Defaults to 'false'. [Prebid's logic](/features/mspa-usnat.html) for personal data consents considers a value of 2 as non-sensical. But it turns out that several CMPs didn't get that message and are reporting this value. We will deprecate this option once the CMPs are all on the same page. | By default the module will process GPP SIDs 7-12. The `skipSids` parameter allows the publisher to define a different processing flow for different GPP SIDs.