Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SavedCookieConsentPreferences

A user has saved their cookie consent preferences.

This schema describes events sent to Segment from [[savedCookieConsentPreferences]]

example
 {
   action: "savedCookieConsentPreferences",
   value: {
     necessary: true,
     functional: true,
     performance: true,
     targeting: false
   }
 }

Hierarchy

  • SavedCookieConsentPreferences

Index

Properties

Properties

action

action: savedCookieConsentPreferences

value

value: Record<string, boolean | null | undefined>

Generated using TypeDoc