Created
May 6, 2018 05:29
-
-
Save mak00s/3a60027585c6299968f27d577cf1b757 to your computer and use it in GitHub Desktop.
pardot-tag-2017-optimized-1
This file contains hidden or 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
piAId = '123456'; | |
piCId = '1234'; | |
(function() { | |
var s = document.createElement('script'); s.type = 'text/javascript'; | |
s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js'; | |
var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment