mboxSessionId from AT.JS
I am trying to get the users mboxSessionID to pass to a cross domain. recently upgraded to at.js and mboxFactoryDefault.getSessionId() is no longer available.
Is there equivalent in at.js
I am trying to get the users mboxSessionID to pass to a cross domain. recently upgraded to at.js and mboxFactoryDefault.getSessionId() is no longer available.
Is there equivalent in at.js
Hi @mbedard ,
I think the below code will give the info required.
document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function(event) {
console.log('Event', event);
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.