Skip to content

Commit ba0a256

Browse files
Add faqs about null values
1 parent e5c6ec8 commit ba0a256

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/engage/faqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ In this example, `anonymous_id: a1` is not reset during a `User Logout`. Without
8484

8585
This is especially helpful for preventing "blob users" that are merged together by non-unique anonymous IDs or by common group emails like `[email protected]`.
8686

87+
## Can we remove a trait from a User profile?
88+
89+
To remove a trait from a user profile, you can send in a key-value pair in the properties object with null as the value for that trait from one of the connected sources. E.g. `"properties": {"trait1": null, ...}, ....` Sending in an empty string i.e. `trait2: ""` will also have the same effect.
90+
8791
## Which destinations support syncing the identity graph?
8892
Most destinations on the Segment Platform are built up around a user model. They assume that a user will have a single userId. Further, most Destinations are not built to handle anonymous traffic.
8993

0 commit comments

Comments
 (0)