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