As per the Adobe Cookie there are additional cookies in play required for some systems.
Currently the @adobe/magento-storefront-event-collector package (which in itself is a dependency of @magento/experience-platform-connector uses snowplow as a depedency. Which uses 3rd party cookies that when disabled make it so that the flow of event capture is broken.
Expected Behaviour
Events are captured by the event collector and sent to the edge server edge server collecting them.
Actual Behaviour
The events are captured by the event collector and are failing to be sent to the edge server collecting them.
Reproduce Scenario (including but not limited to)
clone latest version of pwa-studio
install @magento/experience-platform-connector
run pwa-studio locally
disable 3rd party cookies on Firefox or a Chrome-bases browser
perform any of the documented automatically captured events
Steps to Reproduce
disable 3rd party cookies on Firefox or a Chrome-bases browser
perform any of the documented automatically captured events
Hi everyone, as a precaution we're internally trying to detect the impact of the planned deprecation of 3rd party cookies by major browsers. Google shares update on next step toward phasing out third-party cookies in Chrome (blog.google) Saying goodbye to third-party cookies in 2024 | MDN Blog (mozilla.org)
As per the Adobe Cookie there are additional cookies in play required for some systems.
Currently the @adobe/magento-storefront-event-collector package (which in itself is a dependency of @magento/experience-platform-connector uses snowplow as a depedency. Which uses 3rd party cookies that when disabled make it so that the flow of event capture is broken.
Expected Behaviour
Events are captured by the event collector and sent to the edge server edge server collecting them.
Actual Behaviour
The events are captured by the event collector and are failing to be sent to the edge server collecting them.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
The issue is the mg cookie being set on snowplow.
Logs taken while reproducing problem