Hi,
I was wondering if adobe target supports adding a script onto a page that has a custom script attribute? I'm running into an issue where I keep trying to inject a script with a custom attribute and it ends up injecting the script twice like this:
<head>
...
<script custom-attribute=12345 src='test-script.com/script.js'></script>
<script src='test-script.com/script.js'></script>
</head>
Any ideas if theres a step im missing?