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
When profiles are merged by the APM worker, all profile properties are lost, as well as PII information. Profile traits and Segments are merged.
To Reproduce
Tested on v 1.1.1
On a device send a Sign-up event with email.main, firstname and lastname. The profile is correctly created with The email.main property and PII.firstname and PII.lastname are set.
On another device, send a pageview event first. An anonymous profile is created.
On this second device, send a sign-in event with the same email as the first device
The profiles are merged, but all properties and PII are lost. The profile is set as anonymous.
Expected behavior
The profiles should be merged, and they should inherit the set properties and PII from the first profile.
Instead, the profiles are correctly merged but they are set as Anonymous without properties or PII.
The text was updated successfully, but these errors were encountered:
To clarify, this is using the open-source version of Tracardi, with a docker instalation (tracardi/apm:1.1.1). tracardi-gui and tracardi-api is also running 1.1.1.
Describe the bug
When profiles are merged by the APM worker, all profile properties are lost, as well as PII information. Profile traits and Segments are merged.
To Reproduce
Tested on v 1.1.1
Expected behavior
The profiles should be merged, and they should inherit the set properties and PII from the first profile.
Instead, the profiles are correctly merged but they are set as Anonymous without properties or PII.
The text was updated successfully, but these errors were encountered: