[フォームウィザード] の [完了アクション] に、[フォームのお礼メッセージを表示する代わりに次の URL にリダイレクト] というオプションがあります。このチェックボックスをオンにすると、リダイレクト URL テキストボックスが表示され、ビジターをリダイレクトするページを入力できます。
さらに、フォームの [お礼コード] を [完了アクション] のステップで使用して、JavaScript のリダイレクトを設定できます。この方法はコンテンツをすぐに表示したい場合に使用します。リダイレクトは、Google アナリティクスの目標トラッキングなど、目標の達成を証明するために成功のロケーションが必要なサードパーティツールを使用する場合に便利です。
単純なリダイレクトの JavaScript コードは次のようになります。
<script type="text/javascript"> <!-- top.location.href = "http://www.site.com/"; //--> </script>
新しいブラウザーウィンドウにリダイレクトするようにし、ポップアップのサイズを指定することもできます。その場合は次のようになります。
<script type="text/javascript">
<!--
window.open("http://site.com/success.html", 'success_window', 'width=1024,height=768');
//-->
</script>
メモ:お礼コード (Adwords のコンバージョン用など) をそのまま使ってリダイレクトする場合は、フォームのチェックボックスオプションを使用せず、この記事の JavaScript コードを挿入してください。
フォームが Account Engagement ランディングページにある場合は、ランディングページレベルでプロスペクトを別のページにリダイレクトすることもできます。このオプションはランディングページウィザードの [フォームを選択] の下部にあります。
000381970

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.