Articles on: User Traits

How do I add traits to identities?

You can do that in the SDKs, that is a primary thing the SDK can do.

For example in Javascript, you would write something like this: Trait userTrait = await bulletClient.SetTrait("my_user_id", "my_user_trait", "blue");

Updated on: 19/02/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!