AEP Web SDK Migration - Query on Audience Manager Set Customer ID
Hi Team,
We are working on migrating to AEP using Web SDK. Since AEP uses identity service and RTCDP for the ID sync, do we still need to set the user-ID using the following logic still to continue to use AAM as is for the ID sync?
var visitor = Visitor.getInstance("abc@AdobeOrg");
visitor.setCustomerIDs({
"user_id": {
"id":'abc1234',
"authState":Visitor.AuthState.AUTHENTICATED
}
});
Also, since Experience Cloud ID service extension is no longer needed, how we need to set this up, using custom code?
