Hey guys,
I have a HTML button for which I’d like to track conversions. The button fires a script that pops up a webinar signup box. I was going to use external tracking, but the thank you page is not hosted on my domain.
Here is the HTML behind the button:
<button type="button" class="btn btn-default css3button" title="regpopbox_33086_dca1e65fbb"><span>RESERVE MY SEAT</span>
</button>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js" language="javascript" type="text/javascript"></script>
<script src="//app.webinarjam.net/assets/js/porthole.min.js" language="javascript" type="text/javascript" async></script>
<script src="//app.webinarjam.net/register.evergreen.extra.js" language="javascript" type="text/javascript" async></script>
Is there any way to track conversions in this situation?
Thanks in advance!
Glenn