Hi all,
I have two datasets in AEP (not enabled for profile). Both datasets have same identity values (CRM ID) but they are being passed in separate schema fields (but both datsets use same identity namespace)
Dataset 1 :- CRM ID is sent in the schema field :- _tenant.crmid
Dataset 2 :- CRM ID is sent in the identityMap :- identityMap.id has the CRM ID value
While using both datasets in CJA connection, it looks like the stitching is happening.
But I am unable to create a derived field to combine both identity fields into a single "CRM ID" derived field dimension. When trying to create if else condition, I cannot use identityMap.id
Is there any solution to get a single dimension instead of using _tenant.crmid and identityMap.id as separate dimensions?