Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @mbedard ,
I think the below code will give the info required.
https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/functions-overview/...
document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function(event) { console.log('Event', event); });
View solution in original post
Views
Like
Replies
Likes