Open NicolasMassart opened 9 months ago
We'll keep this issue aside for now and come back to it once we have the feature that allows to merge two users in MixPanel + BigQuery, probably by end of Q1 2024.
To be done after migration to segment v2 on server side
Check https://github.com/MetaMask/metamask-extension/pull/13237 and https://docs.mixpanel.com/docs/tracking-methods/id-management/identifying-users-simplified because maybe there's something preventing the use of UUIDs on our Mixpanel configuration
What is this about?
Move anonymous id from
0x0000000000000000
to to a nil00000000-0000-0000-0000-000000000000
UUID format. This will allow consistency in ids.Scenario
No response
Design
No response
Technical Details
00000000-0000-0000-0000-000000000000
app/core/Analytics/MetaMetrics.test.ts
as this nil value was used as test value for regular ids. Use for instance74686973-2069-7320-7465-737420696421
(means "this is test id!" in ascii hex code)Threat Modeling Framework
No response
Acceptance Criteria
Stakeholder review needed before the work gets merged
References
No response