fix(packages/sui-segment-wrapper): fix ga4 session id inconsistencies#1978
fix(packages/sui-segment-wrapper): fix ga4 session id inconsistencies#1978
Conversation
Code reviewFound 2 issues:
sui/packages/sui-segment-wrapper/src/utils/cookies.js Lines 7 to 17 in d6664f0
sui/packages/sui-segment-wrapper/src/repositories/googleRepository.js Lines 123 to 126 in d6664f0 sui/packages/sui-segment-wrapper/src/repositories/googleRepository.js Lines 256 to 264 in d6664f0 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
Console calls are OK for now since we need to debug the actual behavior in production, and the cookie regex has been extra documented and also more tested since it really works fine for the GA4 cookie format in production. |
What
Fix GA4 session ID inconsistencies and remove Adobe Analytics integration while maintaining backwards compatibility.
Why
Changes
GA4 Session Management
null)Adobe Analytics Removal
getAdobeVisitorData,getAdobeMCVisitorID)Testing