Created
September 25, 2015 18:20
-
-
Save PardotGists/c75f53477c177a37fa4c to your computer and use it in GitHub Desktop.
Tracking Google Analytics Conversions -- Goal Tracking Classic Sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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