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
Operation
Description
Data Type
1. set() – Create List from Scratch
2. add() – Add New Elements
3. remove() – Remove Elements
4. unset() – Clear All Data
Creating 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?