Represents the user-defined preferences related to data consent and marketing communication.

interface Preferences {
    data?: DataPreferences;
    marketing?: MarketingPreferences;
}

Properties

Properties

Preferences related to the user's consent for various types of data usage, including targeted advertising, analytics, and performance tracking.

Preferences related to the user's choice to receive marketing communications through various channels, including push notifications, emails, SMS, social media, targeted ads, and third-party marketing.