From 0bb8b0aeb80b79e3b606936c407becbe78d538a9 Mon Sep 17 00:00:00 2001 From: bkapustik <82807109+bkapustik@users.noreply.github.com> Date: Mon, 13 May 2024 15:44:54 +0200 Subject: [PATCH] update(docs): update library version matrix, add selection of tag displaying to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb75fea..1f99dc5 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Tag Manager integration enabling marketers to include prebuilt and custom tags i | ----------------- | --------------- | | >= 28.1.0 | >= 1.0.0 | | >= 28.3.1 | >= 2.0.0 | +| >= 29.0.0 | >= 3.0.0 | ### Dependencies @@ -101,6 +102,7 @@ dotnet add package Kentico.Xperience.TagManager - Top of the body - inserts a script immediately after the opening body tag. - Bottom of the body - inserts a script right before the closing body tag. - Fill in a consent if required. + - Select whether you want to display tags in the Xperience administration preview or pagebuilder, or both. This option defaults to None. 5. During rendering the livesite page, the Tag manager module automatically adds custom code snippets with accepted consents to defined locations. 6. To dynamically update the rendered code snippets, for example if a consent is accepted, call javascript function `window.xperience.tagManager.updateCodeSnippets()`.