From c56556a23b0e44fc37744f1067db99026d582aa8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 5 Jul 2021 22:05:41 +0600 Subject: [PATCH] Add Segment Consent Manager / cookie compliance --- src/technologies.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index d2dd73b3f..87b9b7ff8 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17731,6 +17731,19 @@ ], "website": "https://segment.com" }, + "Segment Consent Manager ": { + "cats": [ + 67 + ], + "description": " Segment Consent Manager is a tool that automates the process of requesting consent for data usage, stores data on user privacy preferences, and updates these preferences when users request changes.", + "icon": "Segment.svg", + "js": { + "consentManager.version": "([\\d.]+)\\;version:\\1" + }, + "scripts": "@segment/consent-manager@([\\d.]+)\\;version:\\1", + "saas": true, + "website": "https://segment.com/blog/how-to-build-consent-management-into-your-site-in-less-than-a-week" + }, "SegmentStream": { "cats": [ 10