注意: この記事のコンテンツはリファレンスを目的としてそのまま提供されています。これは Account Engagement にサポートされているカスタムプロセスではありません。Account Engagement サポートチームはこれらの手順をトラブルシューティングすることはできません。
登録解除ページとメールプリファレンスページ:再登録ボタンのテキスト
メールプリファレンスページ:その他のテキスト
フォーム: [Not you?] リンクのテキスト
フォーム: [Please correct the errors below] のテキスト
メールプリファレンスセンターのページやメールの登録解除リンクから、プロスペクトがすべてのメールコミュニケーションをオプトアウトすると、確認ページに再登録ボタンが表示されます。ボタンのデフォルトのテキストは、「Re-subscribe」となっています。テキストを変更するには、次の手順に従ってください。
1. 登録解除ページに使用しているレイアウトテンプレートを編集します。
2. 次の JavaScript コードをレイアウトテンプレートの <head> タグ内に貼り付けます。
<script type="text/javascript" src="/js/jquery/jquery-3.5.1.min.js"></script><script type="text/javascript">
$(document).ready(function(){
var span = $('form.form p.submit');
span.html(span.html().replace("Re-subscribe","YOUR TRANSLATED TEXT"));
});
</script>
3. 「YOUR TRANSLATED TEXT」を登録解除ボタンに表示するテキストに置き換えます。
4. 完了したらレイアウトテンプレートを保存します。
登録解除リンクのテキスト、登録解除確認のテキスト、送信ボタンのテキスト、メールのラベル、メールのエラー、オプトインのメッセージ、オプトアウトのメッセージを更新するには、メールプリファレンスページを編集します。
1. 更新するメールプリファレンスページを編集します。
2. [フォームコンテンツ] と [お礼メッセージ] セクションを展開して項目を編集します。
3. 完了したら、[保存] をクリックします。
フォームに [Not You?] リンクを含める場合、フォームのレイアウトテンプレートに JavaScript を含めるとリンクのテキストを変更できます。
1. フォームに使用しているレイアウトテンプレートを編集します。
2. 次のコードをレイアウトテンプレートの <head> タグに貼り付けます。
<script type="text/javascript" src="/js/jquery/jquery-3.5.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
var span = $('.email span.description').first();
span.html(span.html().replace("Not","du Inte"));
span.html(span.html().replace("Click Here","Klicka här"));
});
</script>
3. 「du Inte」と「Klicka här」を任意のテキストで置き換えます。
4. 完了したらレイアウトテンプレートを保存します。
フォームの [Please correct the errors below] のテキストを変更するには、次の手順に従います。
1. フォームに使用しているレイアウトテンプレートを編集します。
2. [フォーム] タブをクリックします。
3. [Please correct the errors below] を見つけて、任意のテキストに置き換えます。
4. 完了したらレイアウトテンプレートを保存します。
000381602

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.