Skip to content

Instantly share code, notes, and snippets.

@boochek
Created March 15, 2017 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boochek/59c7072462e9f3385252eb808ca290e4 to your computer and use it in GitHub Desktop.
Save boochek/59c7072462e9f3385252eb808ca290e4 to your computer and use it in GitHub Desktop.
<script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion_async.js" charset="utf-8"></script>
<script>
window.addEventListener("load", function load(event){
window.removeEventListener("load", load, false);
if (document.body.className.indexOf('applied') > 0) {
window.google_trackConversion({
google_conversion_id: "GOOGLE_CONVERSION_ID",
google_conversion_language: "en",
google_conversion_format: "2",
google_conversion_color: "ffffff",
google_conversion_label: "CONVERSION_LABEL",
google_remarketing_only: false
});
}
},false);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment