Skip to content

Commit 4573b3a

Browse files
add complianz snippet
1 parent 0c7b40f commit 4573b3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// To instruct Koko Analytics to use cookies only after consent has been given:
2+
// 1. Configure Koko Analytics to not use any cookies from the settings page.
3+
// 2. In your cookie banner plugin (eg Complianz), run the following script once consent is given:
4+
5+
window.koko_analytics.use_cookie = true;
6+
7+
// In Complianz, you can find this page at Complianz > Integrations > Script Center.

0 commit comments

Comments
 (0)