Skip to content

Release 23.12.1 #4451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 46 commits into from
Mar 21, 2023
Merged

Release 23.12.1 #4451

merged 46 commits into from
Mar 21, 2023

Conversation

forstisabella
Copy link
Contributor

No description provided.

joeynmq and others added 30 commits February 15, 2023 10:31
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."
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.
Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com>
- add comma to example identify event block
- change name of title "User and group information" to "Using analytics.user() and analytics.group()" so it's searchable and more specific
Add sample code to pass custom field in context
The Enforce Email as Primary Identifier setting requires that an email be sent in on the payload. If that setting is enabled but an email isn't sent to Klaviyo then the payload will be rejected. This update clarifies that point.
Add info about source options for subdomains
…best-practice

Schema Controls best practices
@forstisabella forstisabella added the release For Release PRs label Mar 21, 2023
@forstisabella forstisabella merged commit 1afd008 into master Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release For Release PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.