You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kill the old analytics property, as there was a period in time where the preferences key was inverted incorrectly - that is analytics are supposed to be very strictly opt-in but they were default opted-in which is incorrect and would be a trust violation. Luckily it only happened after analytics were disabled on the backend so no harm, but we need to kill the old property to make sure no person has data they didn't opt-in shipped off device
fix up https://github.com/mikehardy/google-analytics-java so it works with the new breaking change / major upgrade to google analytics (or find someone else that has forked and done it, or any other open-source-license-compatible implementation that can talk to google analytics...)
the steps as I see them:
Originally posted by @mikehardy in #14463 (comment)