I'm attempting to implement a function that sets all active activity
names into a cookie value.After toggling on all Activity Response Tokens
in setup, I'm following the basic instruction here to debug: Response
tokens. These instructions contain this simple script, and state that
will work if added to Library
Footer:document.addEventListener(adobe.target.event.REQUEST_SUCCEEDED,
function(e) { console.log("Request succeeded", e.detail); }); I also
have one activity running to help debug, that c...