I have a question about custom tracking .js code that I need to include on the site for VM. Here's the sample of the code:
- Code: Select all
<script type="text/javascript">
var var1 = '11111';
var var2 = '22222';
var var3 = '33333';
</script>
<script type="text/javascript" src="https://tracking.js"></script>
How do I properly insert this code and where can I do that? Thank you in advance.