From a237a6d6bb7856debca5f45518f4b2523fbf54e5 Mon Sep 17 00:00:00 2001 From: janwinkler Date: Thu, 10 Sep 2020 23:27:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Adding=20ConsentManager=20CMP=20to=20a?= =?UTF-8?q?mp-consent=20(#29848)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Initial changes * Update consentmanager.md * Update cmps.js * Update cmps.js * Update consentmanager.md Co-authored-by: Carsten Dietz Co-authored-by: Micajuine Ho --- examples/amp-consent/cmp-vendors.amp.html | 17 +++++++ extensions/amp-consent/0.1/cmps.js | 7 +++ extensions/amp-consent/amp-consent.md | 1 + extensions/amp-consent/cmps/consentmanager.md | 50 +++++++++++++++++++ 4 files changed, 75 insertions(+) create mode 100644 extensions/amp-consent/cmps/consentmanager.md diff --git a/examples/amp-consent/cmp-vendors.amp.html b/examples/amp-consent/cmp-vendors.amp.html index 1f18f289db76..d2b6063bf882 100644 --- a/examples/amp-consent/cmp-vendors.amp.html +++ b/examples/amp-consent/cmp-vendors.amp.html @@ -96,6 +96,7 @@ + @@ -159,6 +160,22 @@

Image that is NOT blocked by consent

+ + + + +
+ Post Prompt UI + +
+
+ + +
+ Post Prompt UI + +
+
+``` + +## Configuration + +| Attribute | Type | Mandatory | Description | +| --------- | :----: | :-------: | ------------------------------------------------------------------------------ | +| id | String | yes | Your ConsentManager CMP ID. Can be found in your account under Menu > Get Code | +| params | String | no | Additional parameters that can be used in order to configure the CMP layout | + +Visit the [ConsentManager Website](https://www.consentmanager.net/) and our [Documentation](https://help.consentmanager.net/books/cmp/page/using-the-cmp-with-amp-websites) for more information.