diff --git a/docs/Configuration.md b/docs/Configuration.md index 14448b7..fea62b8 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -26,7 +26,7 @@ To delete any group, click the dropdown in the Action column and select Delete. To create a new group, click Add new Cookie Group. -The **essential**, **analytical** & **marketing** cookie groups are created automatically on installation of the module. +The **essential**, **analytical**, **marketing** & **personalization** cookie groups are created automatically on installation of the module. These groups can be altered to your needs. ### Create @@ -56,5 +56,8 @@ store views for that specific cookie group. **Only the Name & Description field More information for GTM configuration can be found [here](./GTM.md) +### Google Consent + +More information for Google consent configuration can be found [here](Consent.md) diff --git a/docs/Consent.md b/docs/Consent.md new file mode 100644 index 0000000..fb57edb --- /dev/null +++ b/docs/Consent.md @@ -0,0 +1,17 @@ +# Consent Mode V2 + +## Configuration +### Enable the Google Consent feature +**Stores > Settings > Configuration > General > Cookie Consent -> Google Consent** + +### Remarks +- Make sure you are using the default system names of the cookie groups: + - essential + - analytical + - marketing + - personalization +- Make sure your Google Tag Manager instance is injected AFTER the 'phpro_cookie_gtag' block. It's important to have the consent first be set to 'DENIED' before loading Google Tag Manager. + + + +