> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/create-and-publish-a-program-draft-for-advocate.md).

# Advocate用のプログラム下書きを作成して公開する

稼働中の紹介プログラムを停止せずに調整したい場合は、プログラムの下書きを作成できます。下書きを使うと、プログラムの設計や顧客接点に加えた変更を包括的に確認し、公開できます。含まれる内容は次のとおりです:

* プログラムのルールと特典
* プログラムのメールとウィジェット
* ランディングページの設定
* ソーシャルメッセージ

#### プログラムの下書きを作成

各プログラムで同時にアクティブにできる下書きは1件までです。行った変更は自動的に下書きに保存され、反映するには公開する必要があります。

<details>

<summary>プログラムのルール</summary>

1. 左側のナビゲーションメニューで、〜を選択します ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → プログラムルール**.
2. 必要に応じて変更してください。
   * 下書きには少なくとも1つのコンバージョン目標を含める必要があります。プログラムに目標がない場合、変更を保存しようとするとエラーメッセージが表示されます。

変更は自動的にプログラムの下書きに追加されます。

{% hint style="info" %}
**注:** 翻訳とグローバル特典はプログラムの下書きには含まれません。プログラムのメールやウィジェットなどの顧客接点に関する変更が下書きに含まれている場合は、 [翻訳を更新できます](/brand/ja/what-would-you-like-to-learn-about/advocate-program/advocate-program-settings/translate-and-localize-your-advocate-program.md) 公開後に行えます。プログラムで [グローバル特典](/brand/ja/what-would-you-like-to-learn-about/advocate-program/advocate-rewards/create-a-reward.md)を使用している場合、その特典に加えた変更はすぐに公開されます。
{% endhint %}

</details>

<details>

<summary>プログラムのコンテンツ</summary>

1. 左側のナビゲーションメニューで、〜を選択します ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → コンテンツ。**
2. コンテンツエディターを開きます。
   * 〜の上で *ウィジェット* カードで、選択します **ウィジェットを編集**.
   * 〜の上で *メール* カードで、選択します **メールを編集**.
3. 以下の *プログラムウィジェット* または *プログラムのメール* 見出しのスライドアウトメニューで、変更したい項目を選択してください。
4. 変更を行ったら、 **下書きを保存** 上部のナビゲーションバーで。変更はプログラムの下書きに追加されます。

ウィジェットまたはメールの編集については、以下のドキュメントをご覧ください。 [ウィジェットのカスタマイズ](/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/widget-experiences/customize-program-widgets.md) および [メール](/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/email-experiences/create-and-customize-advocate-program-emails.md).

</details>

#### プログラムの下書きを公開

Full Access または Program Manager ロールのチームメンバーは、プログラムの下書きを作成、更新、破棄、公開できます。Full Access のチームメンバーで、Program Manager に下書きを公開させたくない場合は、サポートチームに連絡して以下を調整してください: [ユーザー権限](/brand/ja/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/advocate-team-member-roles-and-permissions.md).

1. 左側のナビゲーションメニューで、〜を選択します ![](/files/7ddd72d8e69e7055d9408cf4847c5c54abf9f71d) **\[Engage] → プログラムルール** または **コンテンツ**.
   * 〜の上で **コンテンツ** ページを開き、 **ウィジェットを編集** または **メールを編集** コンテンツエディターを開くには。
   * 更新したプログラムのウィジェットまたはメールを選択します。
2. 上部のナビゲーションバーで、 **公開**.
   * 変更した箇所の要約がメッセージで表示されます。公開すると、これらの変更はすべて稼働中のプログラムに反映されます。一部を含めたくない場合は、下書きを破棄できます。
   * プログラムにコンバージョン目標が含まれていない状態でプログラムの下書きを公開しようとすると、エラーメッセージが表示されます。続行するにはコンバージョン目標を追加してください。
3. 選択 **公開** すべての変更をすぐに稼働中のプログラムへ反映するには。


---

# 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://help.impact.com/brand/ja/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/create-and-publish-a-program-draft-for-advocate.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.
