Skip to main content

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.

receivePushNotificationsboolean

User preference to receive marketing-related push notifications.

receiveMarketingEmailsboolean

User preference to receive promotional emails.

receiveMarketingSmsboolean

User preference to receive marketing messages via SMS.

receiveSocialAdsboolean

User preference to receive advertisements through social media platforms.

receiveTargetedAdsboolean

User preference to receive advertisements that are targeted based on user data.

receiveThirdPartyAdsboolean

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.

consentForTargetedAdsboolean

User consent to use their data for targeted advertising purposes.

consentForAnalyticsboolean

User consent to collect and use data for analytics and insights.

consentForPerformanceTrackingboolean

User consent to track data for enhancing app or service performance.

Preferences
{
"marketing": {
"receivePushNotifications": true,
"receiveMarketingEmails": true,
"receiveMarketingSms": true,
"receiveSocialAds": true,
"receiveTargetedAds": true,
"receiveThirdPartyAds": true
},
"data": {
"consentForTargetedAds": true,
"consentForAnalytics": true,
"consentForPerformanceTracking": true
}
}