I am creating a new activity using Adobe Target Standard. In my experiences I am using JS code and pasting in it custom code box. But my JS code is not getting executed. Any help will be appreciated.
I was having the same issue. Even simple scripts that were just a console.log('Hello World'); weren't running. I have no idea why, but for whatever reason if I moved my script tag to be above the html it worked fine. If the script was at the bottom, it didn't run.