Conversation
rossbrandon
approved these changes
Jul 27, 2026
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.
Description
Changes
getCcdmData()in the storefront events collector to detect CCDM merchantsby
viewIdinstead oflocale. WhenviewIdis present, scope codes are alwaysoverridden with standard placeholders (
STORE_VIEW_CODE,STORE_CODE,WEBSITE_CODE)regardless of any values configured by the merchant.
Related Issue
https://jira.corp.adobe.com/browse/DSCS-2313
Motivation and Context
localewas the original detection signal for CCDM merchants beforeviewIdwasintroduced.
viewIdis the identifier for CCDM merchants and is used consistentlyacross the pipeline. This change aligns the collector with that.
How Has This Been Tested?
codes are also set, and one verifying non-CCDM merchants (no
viewId) are unaffectedScreenshots (if appropriate):
Types of changes
Checklist