diff --git a/.yarn/cache/esbuild-darwin-arm64-npm-0.14.54-ec53803fa6-10.zip b/.yarn/cache/esbuild-darwin-arm64-npm-0.14.54-ec53803fa6-10.zip new file mode 100644 index 00000000..2cea0e26 Binary files /dev/null and b/.yarn/cache/esbuild-darwin-arm64-npm-0.14.54-ec53803fa6-10.zip differ diff --git a/.yarn/cache/esbuild-linux-64-npm-0.14.54-2cb8070ade-10.zip b/.yarn/cache/esbuild-linux-64-npm-0.14.54-2cb8070ade-10.zip deleted file mode 100644 index 1ae2ee89..00000000 Binary files a/.yarn/cache/esbuild-linux-64-npm-0.14.54-2cb8070ade-10.zip and /dev/null differ diff --git a/.yarn/cache/fsevents-patch-6b67494872-10.zip b/.yarn/cache/fsevents-patch-6b67494872-10.zip new file mode 100644 index 00000000..9887ada7 Binary files /dev/null and b/.yarn/cache/fsevents-patch-6b67494872-10.zip differ diff --git a/.yarn/cache/fsevents-patch-afc6995412-10.zip b/.yarn/cache/fsevents-patch-afc6995412-10.zip new file mode 100644 index 00000000..34871c57 Binary files /dev/null and b/.yarn/cache/fsevents-patch-afc6995412-10.zip differ diff --git a/README.md b/README.md index 4c660eb4..907c8796 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Standard GDPR style banner for opting in or out of all purposes. Selecting "More | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Accept All | Opts the user into all allowed purposes in current consent experience. | | Reject All | Opts the user out of all allowed purposes in current consent experience. Essential is never opted out. | -| More choices | Redirects to the `CompleteOptions` view state. No purposes change. | +| More choices | Redirects to the `data-more-choices` view state (defaulted to `CompleteOptions`). No purposes change. | | See our Privacy Policy | Redirects to the privacy policy link specified in [Consent Display Settings](https://app.transcend.io/consent-manager/display-settings) or the [`data-privacy-policy`](https://docs.transcend.io/docs/consent/faq#how-can-i-customize-the-privacy-policy-link-when-hosting-on-multiple-domains?) data attribute. | ### `AcceptOrRejectAllOrMoreChoices` @@ -45,7 +45,7 @@ Similar to `AcceptOrRejectAll`, but the "More Choices" button is a primary butto | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Accept All | Opts the user into all allowed purposes in current consent experience. | | Reject All | Opts the user out of all allowed purposes in current consent experience. Essential is never opted out. | -| More choices | Redirects to the `CompleteOptions` view state. No purposes change. | +| More choices | Redirects to the `data-more-choices` view state (defaulted to `CompleteOptions`). No purposes change. | | See our Privacy Policy | Redirects to the privacy policy link specified in [Consent Display Settings](https://app.transcend.io/consent-manager/display-settings) or the [`data-privacy-policy`](https://docs.transcend.io/docs/consent/faq#how-can-i-customize-the-privacy-policy-link-when-hosting-on-multiple-domains?) data attribute. | ### `QuickOptions` @@ -60,7 +60,7 @@ This banner is recommended for GDPR-like regimes where customers can opt in or o | Functional | Opts the user in to Functional, but opts out of Analytics and Advertising. Does not change SaleOfInfo. | | Analytics | Opts the user in to Functional and Analytics, but opts out of Advertising. Does not change SaleOfInfo. | | Ads and Analytics | Opts the user in to Functional and Analytics and Advertising. Does not change SaleOfInfo. | -| More choices | Redirects to the `CompleteOptions` view state. No purposes change. Does not change SaleOfInfo. | +| More choices | Redirects to the `data-more-choices` view state (defaulted to `CompleteOptions`). No purposes change. Does not change SaleOfInfo. | | See our Privacy Policy | Redirects to the privacy policy link specified in [Consent Display Settings](https://app.transcend.io/consent-manager/display-settings) or the [`data-privacy-policy`](https://docs.transcend.io/docs/consent/faq#how-can-i-customize-the-privacy-policy-link-when-hosting-on-multiple-domains?) data attribute. | ### `QuickOptions3` @@ -74,7 +74,7 @@ This banner is the same as `QuickOptions` but the Functional & Analytics buttons | Only Essentials | Opts the user out of all purpose types other than Essential. Essential is never opted out. | | Analytics | Opts the user in to Functional and Analytics, but opts out of Advertising. Does not change SaleOfInfo. | | Ads and Analytics | Opts the user in to Functional and Analytics and Advertising. Does not change SaleOfInfo. | -| More choices | Redirects to the `CompleteOptions` view state. No purposes change. Does not change SaleOfInfo. | +| More choices | Redirects to the `data-more-choices` view state (defaulted to `CompleteOptions`). No purposes change. Does not change SaleOfInfo. | | See our Privacy Policy | Redirects to the privacy policy link specified in [Consent Display Settings](https://app.transcend.io/consent-manager/display-settings) or the [`data-privacy-policy`](https://docs.transcend.io/docs/consent/faq#how-can-i-customize-the-privacy-policy-link-when-hosting-on-multiple-domains?) data attribute. | ### `CompleteOptions` @@ -205,7 +205,7 @@ This banner can be used to notify users of privacy policy changes. It does not c | Button Title | Callback Description | | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Okay | Closes the modal with no changes to purposes and no changes to consent confirmation. | -| Do Not Sell My Personal Information | Redirects to the `CompleteOptions` view state. No purposes change. Does not change SaleOfInfo. | +| Do Not Sell My Personal Information | Redirects to the `data-more-choices` view state (defaulted to `CompleteOptions`). No purposes change. Does not change SaleOfInfo. | | See our Privacy Policy | Redirects to the privacy policy link specified in [Consent Display Settings](https://app.transcend.io/consent-manager/display-settings) or the [`data-privacy-policy`](https://docs.transcend.io/docs/consent/faq#how-can-i-customize-the-privacy-policy-link-when-hosting-on-multiple-domains?) data attribute. | ### `AcceptOrRejectAnalytics` @@ -247,7 +247,7 @@ A banner that handles opting in or out of the `Advertising` tag. | Button Title | Callback Description | | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Accept All | Opts the user into all allowed purposes in current consent experience. | -| More choices | Redirects to the `CompleteOptions` view state. No purposes change. | +| More choices | Redirects to the `data-more-choices` view state (defaulted to `CompleteOptions`). No purposes change. | | See our Privacy Policy | Redirects to the privacy policy link specified in [Consent Display Settings](https://app.transcend.io/consent-manager/display-settings) or the [`data-privacy-policy`](https://docs.transcend.io/docs/consent/faq#how-can-i-customize-the-privacy-policy-link-when-hosting-on-multiple-domains?) data attribute. | ### `AcceptAllOrMoreChoices` @@ -261,7 +261,7 @@ A banner that handles opting in or out of the `Advertising` tag. | Button Title | Callback Description | | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Accept All | Opts the user into all allowed purposes in current consent experience. | -| More choices | Redirects to the `CompleteOptions` view state. No purposes change. | +| More choices | Redirects to the `data-more-choices` view state (defaulted to `CompleteOptions`). No purposes change. | | See our Privacy Policy | Redirects to the privacy policy link specified in [Consent Display Settings](https://app.transcend.io/consent-manager/display-settings) or the [`data-privacy-policy`](https://docs.transcend.io/docs/consent/faq#how-can-i-customize-the-privacy-policy-link-when-hosting-on-multiple-domains?) data attribute. | ### `AcceptAllRejectAllToggle` @@ -289,7 +289,7 @@ This is the view state that allows the user to select their language. | Button Title | Callback Description | | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Each Language | Each option changes the selected language for the modal, no purposes change. | -| More choices | Redirects to the `CompleteOptions` view state. No purposes change. | +| More choices | Redirects to the `data-more-choices` view state (defaulted to `CompleteOptions`). No purposes change. | | See our Privacy Policy | Redirects to the privacy policy link specified in [Consent Display Settings](https://app.transcend.io/consent-manager/display-settings) or the [`data-privacy-policy`](https://docs.transcend.io/docs/consent/faq#how-can-i-customize-the-privacy-policy-link-when-hosting-on-multiple-domains?) data attribute. | ### `Collapsed` diff --git a/index.html b/index.html index 7e2ab037..de86034d 100644 --- a/index.html +++ b/index.html @@ -54,6 +54,7 @@ data-secondary-policy="http://transcend.io/test" src="https://cdn.transcend.io/cm/443312ef-12f9-494d-85f5-969894260cc7/airgap.js" onload="window.airgapScriptLoadEvent=event;" + data-more-choices="CompleteOptionsToggles" data-regime="GDPR" >