> 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/campaigns-in-finder-classic/editing-a-campaign-with-finder-classic.md).

# Finder（クラシック）でのキャンペーン編集

{% hint style="info" %}
Nexthink Finderは、現在Nexthinkのwebインターフェース内で利用可能な機能を持つWindows専用のデスクトップアプリケーションです。 Nexthinkはブラウザから直接使用できるようになり、ほとんどの機能は追加のデスクトップアプリケーションを必要としなくなりました。
{% endhint %}

キャンペーンが作成されると、編集のためにFinderで再開できます。 キャンペーンがまだ公開されていない場合、完全に修正することができます。 一方で、キャンペーンが既に公開または引退している場合、修正できる機能にはいくつかの制限があります。

## キャンペーンの編集 <a href="#editingacampaignwithfinder-classic-editingacampaign" id="editingacampaignwithfinder-classic-editingacampaign"></a>

キャンペーンを編集するには:

1. Finderにログインし、[キャンペーンを作成する権限を持つ](https://docs.nexthink.com/platform/ja/configuring_nexthink/configuring-your-platform/administration/account-management/#accountmanagement-defining-user-roles)ユーザーとして操作してください。
2. メインウィンドウの左側パネルで**キャンペーン**セクションを選択します。
3. 既存のキャンペーン名をダブルクリックするか、右クリックして**編集**を選択します。
4. 目的のフィールドを修正します。 キャンペーンが既に公開または引退している場合、編集可能なキャンペーン機能の一部のみが利用可能です。
5. **保存**をクリックして変更を有効にし、恒久化します。

## 公開または引退したキャンペーンの編集可能な機能 <a href="#editingacampaignwithfinder-classic-editablefeaturesofapublishedorretiredcampaign" id="editingacampaignwithfinder-classic-editablefeaturesofapublishedorretiredcampaign"></a>

キャンペーンの結果を改ざんしたり、キャンペーンを不整合な状態にする可能性のある修正を防ぐため、キャンペーンが既に公開または引退している場合、すべての機能を編集することはできません。 キャンペーンの編集可能な機能を修正する際には、その結果も考慮してください。

### 編集可能な機能のリスト <a href="#editingacampaignwithfinder-classic-listofeditablefeatures" id="editingacampaignwithfinder-classic-listofeditablefeatures"></a>

以下は、編集可能な機能のリストと、変更した場合に生じる可能性のある影響の説明です。

**キャンペーン名**

キャンペーンの名前を変更すると、キャンペーンにリンクされた既存のスコアとNXQLクエリが無効になります。

表示可能なフィールド

**SENDER（名前、タイトル、写真）、NOTIFICATION（件名およびフッター）、質問文、選択肢文、挨拶、ヘッダー、フッター、最終メッセージ、翻訳**。 これらのフィールドの変更が意図した元の意味を改変しないようにしてください。 誤字や誤解を修正するために優先的に使用してください。

**質問名**および**選択肢名**

Portal内のラベルは新しい名前に従って自動的に更新されます。 ただし、この変更により、質問に関連する既存のスコアとNXQLクエリが無効になります。

**受信者**

キャンペーンに関連付けられたユーザーに対する調査の変更は、ターゲットオーディエンスをすぐに再定義します。

**リマインダーの頻度**

ユーザーが通知を受け取る頻度が即座に変更されます。

**選択肢の値**（意見スケール質問の）

変更時点までに受け取った回答は影響を受けず、Portalでは新しい値で再計算されません。

**選択肢の順序**

リストの選択肢を上または下に移動すると、表示順序が変わります。

### 編集できない機能のリスト <a href="#editingacampaignwithfinder-classic-listofnon-editablefeatures" id="editingacampaignwithfinder-classic-listofnon-editablefeatures"></a>

次の機能は、変更するとキャンペーンに不整合をもたらす可能性が高いため、編集できません。

* 質問のタイプ。
* 質問のフロー。
* 質問の追加または削除。
* 質問の選択肢の追加または削除。


---

# 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/campaigns-in-finder-classic/editing-a-campaign-with-finder-classic.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.
