Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/7d1564c0b38813dfa415 to your computer and use it in GitHub Desktop.
Save PardotGists/7d1564c0b38813dfa415 to your computer and use it in GitHub Desktop.
Tracking Google Analytics Conversions Goal Tracking Universal Sample
<script type="text/javascript">
try {
ga('create', 'UA-XXXXXX-X', 'auto'); ga('send', 'pageview', '/thank-you');
} catch (err) {}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment