Skip to content

Instantly share code, notes, and snippets.

@ovlb
Last active December 22, 2017 20:50
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 ovlb/91919d2109439a0111c06ea73abe3efa to your computer and use it in GitHub Desktop.
Save ovlb/91919d2109439a0111c06ea73abe3efa to your computer and use it in GitHub Desktop.
Facebook Pixel Demo – 1 – addEventListener
this.$optOutButton.addEventListener(‘click’, (e) => {
// Verhindern, dass der Link irgendwohin linkt
e.preventDefault()
// Eigene Funktion, um den Opt Out-Status zu setzen
this.optOutController()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment