Hi @Sushmita_2 Based on the scenario you've mentioned there will be two ECIDs or two profiles.however if you are capturing person details (during first visit when he made an unauthenticated using his laptop and provided his details) you can also capture the his email and mark as an identity, so if t...
1. Checking Dataset and batches responsible for a mergeTo check the dataset and batches responsible for a merge in identity graph follow the mentioned steps:Navigate to identity graph tab in identities section.Select the identity namespace as Email and enter the value and click view.A graph will be ...
yes, In AEP you can define multiple identities in your schema followed by a single primary identity of standard and custom identity namespaces, Identity service then will merge all these fragments to provide you a holistic user profile.
Hi @Michael_Soprano If you're not setting s.visitorID and using identity service for visitors identification then Adobe uses ECID followed by a fallback ID if ECID is not available if none of this is available then IP is used to identify visitors.Check this document for more details. @jayakrishnaapa...
Hi @Roy23 Check the mentioned documents, might be helpfulhttps://github.com/adobe/aepsdk-react-native/blob/main/README.md https://www.npmjs.com/package/@adobe/react-native-aepcore https://developer.adobe.com/client-sdks/home/
Hi @MohitVashist FPID is used to identify visitors by using first-party cookies to automatically encoded into an ECID by the Edge Network(basically seeding the ECID), if one of your platform is utilizing FPID while others aren't I suggest you should wait until all your platform have the FPID functio...
Hi @Ankit_EG While implementing web SDK ECID will be available by default, however its won't be available in a custom variable or field you can map it by using two following methods here(via data prep in DataStream or create a data element to map it on the client side).For product string you can use...
Hi @kendallhall Are you referring to Person ID(individual identifier used to identify a user) or an id which is used to uniquely identify a profile record in the dataset?well a schema composed of XDM individual profile class consist a _id field which is used to uniquely identify a record and a perso...
Hi @timytim75 You can use a variable data element to achieve this goal a while using a variable data element you don't have to create multiple data element for each event rather you can use update variable action type on the same DE before sending it to AEP in different rules(more like set variables...