Hi, I want to buy Matukio but I need to be sure I can integrate oktopost for conversion and lead tracking.
For conversion tracking I need to be able to put the following code on a thank you page (<img src="
okt.to/c/001LSBf527M5wOH/global
" alt="" width="1" height="1" />)
For the lead tracking I need to put the following code just above the closing BODY tag on any page that has a web-form.
<!-- BEGIN Oktopost Lead Capture -->
<script type="text/javascript" src="
okt.to/okt.min.js
"></script>
<script type="text/javascript">
window.onload = function() {
_addEvents('001LSBf527M5wOH');
};
</script>
<!-- END Oktopost Lead Capture -->
Is this possible?