Google タグマネージャを使用して、Account Engagement トラッキングコードを設定する方法をご紹介します。まず、Account Engagement でトラッキングコードを取得し、Google タグマネージャでカスタムHTMLタグとして設定します。トリガーの設定も忘れずに行ってください。詳細な手順はGoogleのドキュメントを参照し、正確に設定を行ってください。
注: これは Account Engagement のカスタムプロセスですので、Account Engagement サポートではこれらのガイドのトラブルシューティングを行うことはできません。
if(window.attachEvent) { ... }
else { ... }
async_load();
<script type="text/javascript">
piAId = '000000'; // トラッキングコードの piAId に置き換えます。
piCId = '0000'; // トラッキングコードの piCId に置き換えます。
piHostname = 'pi.pardot.com'; // トラッキングコードの piHostname に置き換えます。
(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);
}
async_load();
})();
</script>000381476

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.