Skip to content

Instantly share code, notes, and snippets.

@ajiseco
Last active August 29, 2015 13:59
Show Gist options
  • Save ajiseco/10494826 to your computer and use it in GitHub Desktop.
Save ajiseco/10494826 to your computer and use it in GitHub Desktop.
Universal:
on_sent_ok: "ga('send', 'event', 'Contact Form', 'sent');" as event
on_sent_ok: "ga('send', 'pageview', '/GA_Track/submitted.html');" as pageview
OLD:
on_sent_ok:"_gaq.push(['_trackPageview', '/GA_Track/submitted-popup.html']);" OLD
on_sent_ok: "try{_gaq.push(['_trackPageview', 'Contact Form', 'Submit']);} catch(e){}" TEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment