Hello,
We are running Mautic 6.0.3
When a new contact is created either manually or by an import a single contact record is created. And each time that contact interacts with Mautic the interaction details are added to that contact ID such that if you edit the contact at the bottom of the form you can see all the interactions listed. That is one contact record with many interactions. This is all well and good.
However when an anonymous contact interacts with Mautic, each separate interaction creates a new contact record. For example if anonymous IP address 1.2.3.4 interacts 50 times, 50 contact records are created for anonymous IP 1.2.3.4. You can see all the contact record id’s when you view contacts and click the anonymous button.
Why are multiple contact records being created for the same anonymous ip address, one per interaction. Surely only one anonymous contact record should be created for a given IP with each interaction recorded as per a normal contact.
This creates a significant number of duplicated anonymous contact records for the same IP address which is not good database design and artificially inflates the number of real contact records.
Would community forum members running Mautic 5.x and 6.x please check their anonymous contacts and see if you have the same duplication ?
Is this duplication by design or is it a bug ?
Thanks.