Hi Jennifer,while adding custom code don't forget to put script inside <script></script> tag as follows.<script>document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED, function(e) { console.log("Request succeeded", e.detail); });</script>If you try to run and confirm the same code in the c...