From 0e02cf72ef5e00d85ff968c3c7971efce4eab55e Mon Sep 17 00:00:00 2001 From: pyang Date: Wed, 19 Dec 2018 13:06:38 -0800 Subject: [PATCH] Add pubCommonId optout example --- dev-docs/modules/pubCommonId.md | 3 +- examples/modules/pub_common_id_optout.html | 36 ++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 examples/modules/pub_common_id_optout.html diff --git a/dev-docs/modules/pubCommonId.md b/dev-docs/modules/pubCommonId.md index 6f84e1fa71..dc7f0fcecf 100644 --- a/dev-docs/modules/pubCommonId.md +++ b/dev-docs/modules/pubCommonId.md @@ -43,11 +43,12 @@ Example: Changing ID expiration to 1 year ### User Opt-Out -Individual user opt-out is supported by setting the `_pubcid_optout` cookie in the publisher's domain. When this cookie is set, then Publisher Common ID is neither read nor updated, and it will not be made available to any adapters. +Users must be allowed to opt out of targeted advertising. When implementing this module, you are required to place a link in your privacy policy or elsewhere on your website which allows the user to implement this opt-out. User opt-out is supported by setting the `_pubcid_optout` cookie in the publisher’s domain. When this cookie is set, then Publisher Common ID is neither read nor updated, and it will not be made available to any adapters. The opt-out must also delete the Publisher Common ID cookie (shown in [example](../../examples/modules/pub_common_id_optout.html)). * Opt-In - `_pubcid_output` cookie is not present or set to 0 * Opt-Out - `_pubcid_output` cookie is set to 1 + ### Build the package #### Step 1: Bundle the module code diff --git a/examples/modules/pub_common_id_optout.html b/examples/modules/pub_common_id_optout.html new file mode 100644 index 0000000000..e7e919f4a3 --- /dev/null +++ b/examples/modules/pub_common_id_optout.html @@ -0,0 +1,36 @@ + + + + + + + + + + To control Publisher Common ID settings click here. + +