Last active
April 22, 2019 10:01
-
-
Save PardotGists/7d1564c0b38813dfa415 to your computer and use it in GitHub Desktop.
Tracking Google Analytics Conversions Goal Tracking Universal 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 { | |
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