From 2cad56c9b0c7285375d2fb1cd846b00b572c91e1 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Mon, 7 Apr 2025 16:44:07 +0200 Subject: [PATCH] add purpose id 11 --- consentconstants/tcf2/purposes.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/consentconstants/tcf2/purposes.go b/consentconstants/tcf2/purposes.go index e35b629..35890c8 100644 --- a/consentconstants/tcf2/purposes.go +++ b/consentconstants/tcf2/purposes.go @@ -88,4 +88,12 @@ const ( // Vendors cannot: // * Conduct any other data processing operation allowed under a different purpose under this purpose DevelopImprove base.Purpose = 10 + + // Purpose 11 (Use limited data to select content) is equivalent to the ad-related Purpose 2 (Use + // limited data to select advertising). This purpose is intended to cover processing activities such + // as the selection and delivery of non-advertising content based on real-time data (e.g. + // information about the page content or non-precise geolocation data), and controlling the + // frequency or order in which content is presented to a user. It does not cover the creation or use + // of profiles to select personalised content. + UseLimitedDataToSelectContent base.Purpose = 11 )