> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/pushly-ja/platform/organizations/multi-domain-notifications.md).

# マルチドメイン通知

## 通知一覧

組織の通知一覧には、組織内のドメインに配信されたすべての通知が表示されます。これには、複数のドメインを対象として作成された通知と、個別のドメインで作成された通知の両方が含まれます。

![](/files/92c18dd8ff96301db6cabb94eeaff73ac30d4495)

## 通知の作成 / 編集

組織コンテキスト内の通知作成ページから、組織内の複数のドメインの購読者に配信される通知を作成できます。&#x20;

まず、通知を組織内でアクセス権のあるすべてのドメインに配信するか、または次の中から1つ以上のドメインを選択するかを選びます。 `特定のドメイン` ピル:

![](/files/1f91ceb7a632729c3c861083944bf1aaa09445be)

次に、通知の対象を、選択した各ドメイン内のすべての購読者にするか、共有されている特定の [複数ドメイン セグメント](/pushly-ja/platform/organizations/multi-domain-segments.md)のいずれかにするかを選びます。注: 各選択ドメインで共有されているセグメントのみが、 `特定のセグメント` 一覧。

通知作成の残りの手順は、個別のドメイン向けの通知を作成する場合と同様です。

ここで作成した通知は、各個別ドメインの [通知一覧](/pushly-ja/platform/notifications.md#notification-list) にも表示され、その通知に関するドメイン固有の統計情報も含まれます。

### 通知のカスタマイズ

通知のランディングURLは、すべての購読者を同じドメインに誘導する静的URLにすることもできます。また、各ドメインのURL構造が同じで、購読者を購読しているドメインに着地させたい場合は、ランディングURL内のドメイン名の代わりに `{{ domain_url }}` マクロを使用できます。

たとえば、通知の対象として `example1.com` および `example2.com` ドメインがあり、購読者を `/content/article123` にある記事へ、それぞれのドメイン上で誘導したい場合は、ランディングURL欄に次のように入力します。 `https://www.{{ domain_url }}/content/article123` すると、その通知をクリックした購読者は、自分が購読しているドメイン上のそのページに誘導されます。

{% hint style="info" %}
プラットフォームのドメイン設定セクションで、ドメインURLにどの値が挿入されるか確認できます。

結果のランディングURLが正しいことを確認するために、必ずプレビュー機能を使用してください。
{% endhint %}


---

# 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://documentation.pushly.com/pushly-ja/platform/organizations/multi-domain-notifications.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.
