Skip to content

Instantly share code, notes, and snippets.

Created August 4, 2017 12:01
Show Gist options
  • Save anonymous/f6d6c03eb8a5af2cb070c842cfafe8c9 to your computer and use it in GitHub Desktop.
Save anonymous/f6d6c03eb8a5af2cb070c842cfafe8c9 to your computer and use it in GitHub Desktop.
<script>
window.addEventListener("load", function load(event){
window.removeEventListener("load", load, false);
if (document.body.className.indexOf("applied") > 0) {
var conversion_id = 'INDEED_CONVERSION_ID';
var conversion_label = '';
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "//conv.indeed.com/pagead/conversion.js";
$("head").append(script);
}
},false);
</script>
@blackjersey
Copy link

blackjersey commented May 10, 2018

Hi. Is there an updated version in jQuery? I placed this in a js file and trying to load this using $.getScript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment