ID Synchronization in Audience Manager using ECID Service- Is DIL code needed ?
Hello All,
We have audience manager and ECID service setup on all non login pages of our website via Adobe Launch, however due to security reasons we are not using Launch on login page. We have included ECID service library file in the login page and calling setCustomerID() function once customer authenticates and setting up customer hash email as userid.
As per our use case we are also onboarding CRM data in AAM data source which has same integration code as "userid" in above login page setCustomerID() code as below.
visitor.setCustomerIDs({
"userid":{
"id":"67312378756723456",
"authState":Visitor.AuthState.AUTHENTICATED
}
});
I need your help in understanding, if AAM DIL code implementation is needed on login page for AAM to synchronize customer hash email from login page and that in the uploaded CRM file ?
The use case is to personalize non login pages with attributes from CRM.
Thankyou for your replies !