Preferences
User-defined preferences related to data consent and marketing communication
marketing object
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.
User preference to receive marketing-related push notifications.
User preference to receive promotional emails.
User preference to receive marketing messages via SMS.
User preference to receive advertisements through social media platforms.
User preference to receive advertisements that are targeted based on user data.
User preference to receive marketing content from third-party partners.
data object
Preferences related to the user's consent for various types of data usage, including targeted advertising, analytics, and performance tracking.
User consent to use their data for targeted advertising purposes.
User consent to collect and use data for analytics and insights.
User consent to track data for enhancing app or service performance.
{
"marketing": {
"receivePushNotifications": true,
"receiveMarketingEmails": true,
"receiveMarketingSms": true,
"receiveSocialAds": true,
"receiveTargetedAds": true,
"receiveThirdPartyAds": true
},
"data": {
"consentForTargetedAds": true,
"consentForAnalytics": true,
"consentForPerformanceTracking": true
}
}