diff --git a/README.md b/README.md index 578a23c..0958516 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,12 @@ composer require jbennecker/silverstripe-analytics ## 3. Enter your credentials -Go to Admin > Settings > Tracking and enter your Google Analytics ID and your Cookiebot ID. +Go to Admin > Settings > Tracking you can enter the the Cookiebot ID and Tagmanager IDs (Google and Matomo). +You can Google and/or Matomo TagManager. + +### IMPORTANT: +* Please configure Matomo TagManager to check "Disable Cookies" and "Bundle Tracker" +* Cookiebot is included in manual mode ## 4. Include the tracking code in your template @@ -21,3 +26,10 @@ Put this at the top of your ``. ``` <% include Tracking %> ``` + +## 5. Shortcodes provided by the plugin + +* `[cookiedeclaration]` for including in data privacy notice +* `[cookiebot]` to provide a button to edit cookiebot preferences +* `[youtube,id="dieYoutubeId"]` to provide cookiebot consent controlled youtube media +