@YashRe1There was no direct integration available as of now.You have to utilize the callback function to track the interaction.You can add below custom script through launch to track the interaction.//Conversation Engagedwindow.addEventListener('adobedx.conversations.ready', () => {const {addListene...