Skip to content

Commit cab542a

Browse files
authored
Update index.md
Added information that sending of null property or trait is not possible. In the following section: > **Good to know**: For any of the different methods described on this page, you can replace the properties and traits in the code samples with variables that represent the data collected. Added: "Note that sending of null property or trait will not be possible as Guava’s immutable maps will reject the null value and GSON library use to serilaize the Java object will ignore the null value. As a workaround, send an empty string instead of a null value in the property or trait."
1 parent f17735c commit cab542a

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/java

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/java/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following examples use [Guava's](https://github.com/google/guava) immutable
6363
## Identify
6464

6565
> note ""
66-
> **Good to know**: For any of the different methods described on this page, you can replace the properties and traits in the code samples with variables that represent the data collected.
66+
> **Good to know**: For any of the different methods described on this page, you can replace the properties and traits in the code samples with variables that represent the data collected. Note that sending of null property or trait will not be possible as Guava’s immutable maps will reject the null value and GSON library use to serilaize the Java object will ignore the null value. As a workaround, send an empty string instead of a null value in the property or trait.
6767
6868
`identify` lets you tie a user to their actions and record traits about them. It includes a unique User ID and any optional traits you know about them.
6969

0 commit comments

Comments
 (0)