Last active
May 6, 2018 05:30
-
-
Save mak00s/137c9b0d3760c7d41e12fc08351d8eb5 to your computer and use it in GitHub Desktop.
Pardot導入のために発行されるタグ(2017年時点、無加工)
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
<script type="text/javascript"> | |
piAId = '123456'; | |
piCId = '1234'; | |
(function() { | |
function async_load(){ | |
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); | |
} | |
if(window.attachEvent) { window.attachEvent('onload', async_load); } | |
else { window.addEventListener('load', async_load, false); } | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment