Custom attributes
setAttribute(key, value)unsetAttribute(key)
Reserved profile helpers
Prefer the explicit helpers over custom keys:setEmail(...)setDisplayName(...)setPhoneNumber(...)setPushToken(...)collectDeviceIdentifiers()
Integration identifiers
Use the enum or a validated custom string:setIntegrationIdentifier(type, value)unsetIntegrationIdentifier(type)setCustomIntegrationIdentifier(type, value)unsetCustomIntegrationIdentifier(type)
Attribution
Use:updateAttribution(new AppActorAttribution(...))setMediaSource(...)setCampaign(...)setAdGroup(...)setAd(...)setKeyword(...)setCreative(...)
AppActorAttribution over patching many individual helpers one by one.