> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/user-guide/campaigns/working-with-campaigns.md).

# キャンペーンの操作

キャンペーンを使い始めるには:

* 次の内容を確認してください [#key-campaign-concepts](#key-campaign-concepts "mention").
* [キャンペーンを使用した従業員エクスペリエンスの理解](/platform/ja/user-guide/campaigns/working-with-campaigns/answering-a-campaign.md) のドキュメントを読んでください。
* [キャンペーン統計のモニタリング](/platform/ja/user-guide/campaigns/working-with-campaigns/monitoring-campaign-statistics.md) および [特定のキャンペーン回答のモニタリング](/platform/ja/user-guide/campaigns/working-with-campaigns/monitoring-specific-campaign-responses.md) のガイドを参照してください。

## 主要なキャンペーンの概念

### キャンペーンがどこに、どのように表示されるか

キャンペーンは **従業員のデバイス上に直接**、アプリケーションに依存しない注意を引くポップアップとして表示されます。 これらのメッセージは業務フローの中で目立つように設計されており、ユーザーが後で対応することもできますが、**緊急**としてマークされている場合はフォーカス保護ルールをバイパスします。

キャンペーンには複数の画面（ステップ）、さまざまな質問タイプ、そして従業員の回答に応じてフローを変更するロジックを含めることができます。

詳細については [キャンペーンを使用した従業員エクスペリエンスの理解](/platform/ja/user-guide/campaigns/working-with-campaigns/answering-a-campaign.md) を参照してください。

***

### キャンペーンの送信

キャンペーンは次のいずれかの方法でトリガーできます。

* **手動** – Nexthink の Web インターフェイスを通じてユーザーが直接トリガーします。
* **スケジュール済み** – 定義されたターゲティングとタイミングルールに基づき自動で起動されます。
* **リモートアクション** – リモートアクションを通じてプログラム的にトリガーされます
* **API** – API 呼び出しによってトリガーされます
* **ワークフロー** – ワークフローの実行中にトリガーされます。

詳細については、[キャンペーンの送信](/platform/ja/user-guide/campaigns/working-with-campaigns/triggering-campaigns.md)を参照してください。

{% hint style="info" %}
ビュー・ドメインが制限されている場合、利用できるオプションは手動トリガーのみに制限される可能性があります。 [View domain](https://github.com/nexthink/documentation.online-product-documentation/blob/develop/ja_docs/user-guide/administration/account-management/roles/view-domain.md) を参照し、権限について Nexthink 管理者と相談してください。
{% endhint %}

***

### キャンペーンダッシュボードの解釈

キャンペーンのパフォーマンスと従業員の回答は、キャンペーンダッシュボードで確認できます。これには **定量データ**（回答、辞退、閲覧したユーザー数）と **定性フィードバック**（テキスト回答、評価、NPS スコア）が含まれます。 全体的なキャンペーン統計をプレビューしたり、特定のキャンペーンの回答詳細を見ることができます。

他のタイプとは異なり、リモートアクションキャンペーンにはダッシュボードがなく、回答はプラットフォームに報告されません。

詳細については [キャンペーン統計のモニタリング](/platform/ja/user-guide/campaigns/working-with-campaigns/monitoring-campaign-statistics.md) および [特定のキャンペーン回答のモニタリング](/platform/ja/user-guide/campaigns/working-with-campaigns/monitoring-specific-campaign-responses.md) を参照してください。


---

# 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://docs.nexthink.com/platform/ja/user-guide/campaigns/working-with-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.
