Google タグマネージャを使用して、Account Engagement のトラッキングコードを設定する方法を詳しく解説します。
まず、Account Engagement でトラッキングコードを取得し、不要なコードを削除して編集します。その後、Google タグマネージャでカスタムHTMLタグとして設定し、トリガーを適切に構成します。タグの名前を「Account Engagement Tracking Code-[キャンペーン名]」のように設定し、保存後に公開してください。詳細な手順はGoogleのドキュメントを参照し、正確に設定を行いましょう。
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.