Skip to content
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

Missing orders in GA from Firefox in private mode #92

Open
blazejstarosta opened this issue Oct 16, 2020 · 0 comments
Open

Missing orders in GA from Firefox in private mode #92

blazejstarosta opened this issue Oct 16, 2020 · 0 comments

Comments

@blazejstarosta
Copy link

My website is using this library to implement Measurement Protocol for three actions: add to cart, remove from cart and purchase (sending the order to GA). The rest of Google Analytics (like page views, impressions and so on) are integrated with Google Tag Manager. Everything is working fine except for sending orders. We noticed we are missing some orders in our default view in GA.

In our GA we have two views - the default one and UID. We are not actually using UID, we thought about doing it earlier but ended up ditching the idea. The view remained, though. However, we noticed that the UID view contains all orders, including the ones missing from the standard view.

We started doing more research and, in the end, we found out what's going on. All missing orders from the default view come from Firefox in private mode. Also, incognito mode in the new Edge (the one based on Chromium) also seems to cause the same issue. Whenever we place a test order from either Firefox or Edge in private mode the order will not be visible in the standard view, it will only show up in the UID view. It only affects these two browsers. The orders from the private mode in Safari or Chrome appear properly in both views.

Does anyone have any idea what might be causing it and how it is even possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant