- custom attributes
- reserved profile helpers
- integration identifiers
- attribution fields
Custom attributes
setAttribute(key, value)unsetAttribute(key)
Reserved helpers
Use the explicit helpers for profile context:setEmail(...)setDisplayName(...)setPhoneNumber(...)setPushToken(...)collectDeviceIdentifiers()
Integration identifiers and attribution
Wrapper helpers include:setIntegrationIdentifier(...)unsetIntegrationIdentifier(...)setAppsflyerID,setAppsFlyerID,setAdjustID,setBranchID,setFirebaseAppInstanceID,setOneSignalIDupdateAttribution(...)setMediaSource,setCampaign,setAdGroup,setAd,setKeyword,setCreative
AppActorAttribution instead of hand-assembling random maps when you need full campaign payloads.