Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

is identities case sensitive?

Avatar

Level 3

 

I see same email address (but difference due to case sensitive) is marked as identities twice in the identity graph. is identities in the email namespace is case sensitive?

1 Accepted Solution

Avatar

Correct answer by
Employee

Yes, identity values in the email namespace are case-sensitive in Adobe Experience Platform. This means that "User@example.com" and "user@example.com" are recognized as distinct identities and both will appear as separate nodes in the identity graph if ingested as such. This behavior is consistent across most string-based identity namespaces in AEP, including email.

Here’s the relevant information from Experience League documentation and best practices:

This is why you might see the same email address twice in the identity graph if the case differs, such as "John.Doe@example.com" and "john.doe@example.com".

Recommendation:
If you want to prevent duplicates, ensure that your source systems and data processing pipelines normalize email address case (commonly to lowercase) before ingestion.

View solution in original post

2 Replies

Avatar

Community Advisor

@itsMeTechy Yes they are case sensitive. We have seen this issue also with guids duplicating in all uppercase.

Avatar

Correct answer by
Employee

Yes, identity values in the email namespace are case-sensitive in Adobe Experience Platform. This means that "User@example.com" and "user@example.com" are recognized as distinct identities and both will appear as separate nodes in the identity graph if ingested as such. This behavior is consistent across most string-based identity namespaces in AEP, including email.

Here’s the relevant information from Experience League documentation and best practices:

This is why you might see the same email address twice in the identity graph if the case differs, such as "John.Doe@example.com" and "john.doe@example.com".

Recommendation:
If you want to prevent duplicates, ensure that your source systems and data processing pipelines normalize email address case (commonly to lowercase) before ingestion.