@bellis0 Great! BTW if you want to use the Adobe Debugger's logger but
without causing a page reload: Go to any page in the domain, then open
your browser's console and enter "_satellite.setDebug(true)". Now the
Debugger is in logging mode, and from that point on, you'll start to see
logs without needing a reload. This also means that on the current page,
e.g. if you're tracking any link clicks, those will show up in the log
too, even though you hadn't enabled the logger when loading the page
it...