-
Notifications
You must be signed in to change notification settings - Fork 380
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
Release 23.12.1 #4451
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
update Enforce Email as Primary Identifier
Engage unsubscribe link content
* Rename integration to innovid * cleanup --------- Co-authored-by: markzegarelli <mark.zegarelli@segment.com>
Add info for cookies that set by Analytics.js
Changing a source type note
Renamed space name can't be reflected in URL.
Added information that sending of null property or trait is not possible.
Update "Managing Identity in AJS" page
rchinn1
approved these changes
Mar 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.