Audience satisfying multiple conditions.
I've a targeted activity is in place which is based on AEM usergroups.
Once the user has logged into the website the targetParamsAll() method is called and is passing the usergroup information(String containing all groups the user is associated with, comma separated) to target.
At Target end, audience is defined based on whether the usergroup string contains a specific usergroup.
Everything is working fine as expected.
What I would like to understand here is the expected target delivery if the user satisfies more than one audience definition.
For example,
User A belongs to groups a,b,c,X
User B belongs to a,b,c,Y
User C belongs to a,b,c,X,Y
User A and B will get the correct targeted experience since they belong to only either X or Y. But in the case of User C, what would the expected Target behavior as C is belonging to both X and Y?
Would it be defaulted to Standard experience or intermittent X/Y experience delivery?