Skip to content

Commit 42e82eb

Browse files
authored
Update index.md
As indicated in https://segment.atlassian.net/browse/KCS-145, making the following changes 1.) Just a slight rewording/typo fixing: "Note that sending a property or trait with a null value will not be possible as Guava's immutable maps will reject the null value and the GSON library used to serialize the Java object will ignore it. As a workaround, you can send an empty string instead of a null value in on your properties or traits." 2.) The Identify heading is above the Good to know section when it probably shouldn’t be. Move the Identify heading below the Good to know box when update PR.
1 parent cab542a commit 42e82eb

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ The following examples use [Guava's](https://github.com/google/guava) immutable
6060

6161
### Regional configuration
6262
{% include content/regional-config.md %}
63-
## Identify
6463

6564
> 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. 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.
65+
> **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 a property or trait with a null value will not be possible as Guava's immutable maps will reject the null value and the GSON library used to serialize the Java object will ignore it. As a workaround, you can send an empty string instead of a null value in on your properties or traits.
66+
67+
## Identify
6768

6869
`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.
6970

0 commit comments

Comments
 (0)