CJM-51156: Add deviceType/operatingSystem/operatingSystemVersion to messageInteraction schema - #2255
Open
deepansh90 wants to merge 1 commit into
Open
Conversation
…essageInteraction schema Adds device type and OS name/version string fields to the message-interaction field group, matching the isBot precedent (adobe#2192), so AJO tracker open/click events can report device and OS in CJA/AJO.
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
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.
What
Adds three string fields to the
_experience.customerJourneyManagement.messageInteractionfield group:deviceType— device category (mobile / tablet / desktop)operatingSystem— OS name (iOS, Android, Windows, macOS)operatingSystemVersion— OS versionWhy
AJO email open/click tracking (CJM-51156) needs native device & OS reporting in CJA/AJO. Tracker's
ExperienceBuilderalready writesmessageInteraction.{deviceType,operatingSystem,operatingSystemVersion}(Adobe-CJM/tracker#690 consumer + #704 fallback; values sourced from Konductor DeviceAtlas headers, experience-edge/konductor#3963, or a Tracker-side User-Agent parse). Until these fields exist in the field group they are dropped at ingestion.Precedent
Mirrors the isBot addition in #2192 (CJM-141473) — same field group, same flat-field pattern, both
extensions/anddocs/reference/updated.Notes