I'm trying to do the same, and when adding:document.addEventListener('click', function(e) {
console.log("Request succeeded", e.detail);
});The only response I get is: Request succeeded 1I can see the response tokens in the Network call, but I'm unable to access them via the adobe.target object.