Add Indeed Conversion-Tracking-Code to APPLY form
We would to add the Conversion-Tracking-Code from Indeed for submitting if someone clicks the apply-button.
The code looks like:
<!-- Begin INDEED conversion code -->
<script type="text/javascript">
/* <![CDATA[ */
var indeed_conversion_id = 'xxxxxxxxxxx'
var indeed_conversion_label = ''
/* ]]> */
</script>
<script type="text/javascript" src="//conv.indeed.com/pagead/conversion.
js">
</script>
<noscript>
<img height=1 width=1 border=0 src="//conv.indeed.com/pagead/conv/xxxxxxx/?script=0">
</noscript>
<!-- End INDEED conversion code -->
Any idea how to add this to application-form.php or application-process.php ?
Thanks!