Skip to content

Instantly share code, notes, and snippets.

@D3MZ
Created May 9, 2016 19:17
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 D3MZ/57e4d65f81ecd429b149e7ae3ba56e3a to your computer and use it in GitHub Desktop.
Save D3MZ/57e4d65f81ecd429b149e7ae3ba56e3a to your computer and use it in GitHub Desktop.
Facebook event currently fires (correctly but will mis-fire if there are other pixels involved)
on_submit: "fbq('track', 'Lead');"
on_submit: "ga('send', 'event', 'Contact Page', 'Received Submission');"
on_sent_ok: "ga('send', 'event', 'Contact Page', 'Email Sent Successfully');"
@D3MZ
Copy link
Author

D3MZ commented May 9, 2016

Cannot currently get both the Facebook and google events to fire at the same time.

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