Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/c75f53477c177a37fa4c to your computer and use it in GitHub Desktop.
Save PardotGists/c75f53477c177a37fa4c to your computer and use it in GitHub Desktop.
Tracking Google Analytics Conversions -- Goal Tracking Classic Sample
<script type="text/javascript">
try{
var _gaq = _gaq || [];
_gaq.push(
['_setAccount', 'UA-xxxxxx-x'],
['_trackPageview', '/thankyou']
);
}catch (err) {}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment