Learn how to segment multi accounting detection within projects using groups
Multi Accounting Groups allow you to segment the multi-accounting graph within a single project. This feature enables you to isolate and manage distinct sets of related accounts, ensuring that multi-accounting detection only occurs within specified groups.
The Verisoul team will tell you if this is the right solution for your use case. Most customers will not need to use this feature.
When groups are enabled, accounts are only considered linked if they share the same group identifier. For example:
Copy
Ask AI
Account 1 (Group A) ← Same device → Account 2 (Group A) // Will be linkedAccount 3 (Group B) ← Same device → Account 4 (Group B) // Will be linkedAccount 2 (Group A) ← Same device → Account 3 (Group B) // Will NOT be linked
Even if accounts from different groups share the same device, network, or other signals, they will not be considered linked accounts.
What if I have accounts that are in multiple groups?
A common way to handle this is to create a new account for each account-group pair. This way, you can track the relationship between the account and the group separately.The easiest way to do this is to concatenate the account id and group together. For example:
You will still want to use the group field to segment the multi-accounting graph in the dashboard. Using this method you can still easily search for accounts in the dashboard and segment by group.