User & Attributes
Managing User Data
SDK v4.5.0 Update: User Management Changes
Updating User Information
let user = NetmeraUserIdentify()
user.userId = userId
user.email = email
user.msisdn = msisdn
Netmera.identifyUser(user)Managing attributes with set, add, remove, and unset
set, add, remove, and unsetOperation
Description
Data Type
1. set() – Create List from Scratch
set() – Create List from Scratch2. add() – Add New Elements
add() – Add New Elements3. remove() – Remove Elements
remove() – Remove Elements4. unset() – Clear All Data
unset() – Clear All DataCreating Custom Profile Attributes
Step 1: Navigate to the Developers section
Step 2: Fill in Attribute Details
Step 3: Save the Attribute
Step 4: Generated Code for Custom Attributes

Fetch Coupon
Email Subscription Preferences
Check Email Subscription Status
Update Email Subscription Preferences
SMS Subscription Preferences
Check SMS Subscription Status
Update SMS Subscription Preferences
WhatsApp Subscription Preferences
Update WhatsApp Subscription Preference
Check WhatsApp Subscription Status
Last updated
Was this helpful?