Account Engagement トラッキングコードを iframe フォームより先に読み込む方法を解説します。トラッキングコードが iframe フォームの後に実行されると、初回接触のトラッキングや UTM パラメーターの参照に問題が発生する場合があります。この回避策では、トラッキングコードを HTML の `</head>` タグの前に配置し、HTTPS 対応のコードを使用することで、Web サイトでのアクティビティを正確にキャプチャできるようにします。IT チームと連携しながら実装することを推奨します。
<script type="text/javascript">
piAId = '112233';
piCId = '123';
(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>
<script type="text/javascript"> piAId = '112233'; piCId = '123'; </script> <script type="text/javascript" src="http://cdn.pardot.com/pd.js"></script>
000383435

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.