I want to introduce a Marketo visitor to my site. For this, I entered Marketo. I have a code and I pasted it on footer.php. But I get a script error on the console.
TypeError: a undefined
This is my code.
<script type="text/javascript"> document.write(unescape("%3Cscript src='" + document.location.protocol + "//munchkin.marketo.net/munchkin.js' type='text/javascript'%3E%3C/script%3E")); </script> <script>Munchkin.init('My Id');</script>
What is the problem?
source share