> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/optimizely/platform/optimizely-data-platform/email-settings/link-branding-for-email-campaigns.md).

# メールキャンペーンのリンクブランディング

### 電子メール キャンペーンのリンク ブランディング <a href="#gjdgxs" id="gjdgxs"></a>

リンク ブランディングを使用すると、顧客がクリック トラッキング リンクの上にカーソルを置いたときに、デフォルトの SendGrid ドメインではなく独自のドメインを表示できます。 リンク ブランディングはアカウントで自動的に有効になります。

電子メール サービス プロバイダーは、ユーザーを保護するために厳格なセキュリティ プロトコルを採用しています。 これらのセキュリティ プロトコルの結果、電子メール キャンペーン内のブランド リンクにより、顧客に対して安全な接続エラーが発生することに気づく場合があります。 このエラーにより、顧客はメール内のリンクから Web サイトに正常に移動できなくなります。

[プロキシ サーバーで SSL 証明書をホストする](https://support.optimizely.com/hc/en-us/articles/10735433322637-Link-branding-for-email-campaigns#h_01GJ63AE5HV8FE84AGP6GEDRPF)必要があります。 これができない場合は、サポート チームに連絡して[リンク ブランドを無効にしてください](https://support.optimizely.com/hc/en-us/articles/10735433322637-Link-branding-for-email-campaigns#h_01GJ63B0TESTHW02ANCDJF480R)。

### プロキシサーバー上でSSL証明書をホストする <a href="#id-30j0zll" id="id-30j0zll"></a>

プロキシ サーバーでホストされている SSL 証明書がないと、URL は HTTP で始まり、これが上記のエラーの原因となります。 ただし、プロキシ サーバーで SSL 証明書をホストすると、URL が HTTPS で始まるため、ブランド リンクにアクセスしようとする顧客の問題のエラーが解決されます。 また、リンクによって安全なサイトにリダイレクトされるため、顧客の信頼も高まります。

プロキシ サーバーは、クライアントとサーバー間の接続を中継するコンピューター システムまたはルーターです。 これは、誰かがプライベート ネットワークにアクセスするのを防ぐのに役立ち、ファイアウォールを構築するために使用されるいくつかのツールの 1 つです。

ブランド リンクの SSL 証明書を使用してプロキシ サーバーを更新するには、次の手順を実行します。

* 現在ドメイン名を管理している場所を確認してください。 ドメイン プロバイダーには、セキュリティ証明書を追加し、すべてのトラフィックを SendGrid の最終宛先にルーティングするプロキシを設定するためのドキュメントが用意されている必要があります。
* 新しいCNAMEエントリを追加します。詳細については、 [SendGrid のドキュメントを参照してください](https://docs.sendgrid.com/ui/sending-email/content-delivery-networks)。

これを完了したら、[サポート チームに連絡して](https://support.optimizely.com/hc/en-us/articles/4407268815757#h_b8e5c801-57c1-4415-8a6b-6273852e5524)、アカウントで SSL クリック トラッキングが有効になっていることを確認してください。

### リンクのブランディングを無効にする <a href="#id-1fob9te" id="id-1fob9te"></a>

プロキシ サーバーで SSL 証明書をホストできない場合は、[サポート チームに連絡して](https://support.optimizely.com/hc/en-us/articles/4407268815757#h_b8e5c801-57c1-4415-8a6b-6273852e5524)リンク ブランドを無効にしてください。 リンクのブランディングが無効になっている場合、顧客が電子メール キャンペーン内のクリック追跡リンクの上にカーソルを置くと、SendGrid ドメインが表示されます。 これにより、顧客はメール内のリンクから Web サイトに正常に移動できるようになります。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/optimizely/platform/optimizely-data-platform/email-settings/link-branding-for-email-campaigns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
