> 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/zh/what-would-you-like-to-learn-about/creator-edit-configuration/emails-and-announcements/edit-your-dashboard-announcement.md).

# 编辑您的仪表板公告

您可以在 Creator Edit 门户仪表板顶部显示自定义公告横幅。仪表板公告可用于通知创作者即将推出的促销、新产品或您希望他们登录时看到的其他重要信息。

您可以从 Creator Edit 门户和 impact.com 平台访问这些设置。请选择下面相应的选项卡。

{% tabs %}
{% tab title="在您的 Creator Edit 门户中" %}

1. 在右上角，选择您的 **\<Name>** ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** → **管理员**.
2. 从左侧导航菜单中，选择 **电子邮件和公告**.&#x20;
3. 在 *公告* 部分下，选择 **编辑仪表板公告**.
4. 在弹窗中填写可用字段。请参阅下面的 *公告字段* 参考。
5. 填写完公告字段后，选择 **保存**.&#x20;
   * 仪表板公告将保持可见，直到您隐藏或更新内容为止。
     {% endtab %}

{% tab title="在 impact.com 中 " %}

1. 从顶部导航栏中，选择 ![](/files/1cbb667ec4878308f24ec4acd13cbf03ede0bdfe) **\[用户资料]** → **设置**.
2. 在右侧，位于 *项目设置*下，前往 **Creator Edit** → [**电子邮件和公告**](https://app.impact.com/secure/advertiser/fr/branded-portal/emails-and-announcements.ihtml).&#x20;
3. 前往 *公告* 部分并填写可用字段。请参阅下面的 *公告字段* 参考。
4. 填写完公告字段后，选择 **保存**.
   * 仪表板公告将保持可见，直到您隐藏或更新内容为止。
     {% endtab %}
     {% endtabs %}

<details>

<summary>公告字段</summary>

| 公告组件            | 描述                                                                            |
| --------------- | ----------------------------------------------------------------------------- |
| **标题** （可选）     | 您的公告主文本。                                                                      |
| **正文**          | 您想添加到标题中的任何额外文本，以便为公告提供更多上下文。                                                 |
| **链接文本** （可选）   | 添加行动号召文本。                                                                     |
| **链接文本 URL**    | 为您的链接文本添加相关 URL。                                                              |
| **文本对齐方式** （可选） | 将消息对齐显示在横幅的左侧、居中或右侧。                                                          |
| **背景颜色**        | 输入横幅背景的十六进制颜色代码，或从颜色框中选择一种颜色。                                                 |
| **边框颜色** （可选）   | 输入横幅边框的十六进制颜色代码，或从颜色框中选择一种颜色。                                                 |
| **文字颜色**        | 输入横幅文字的十六进制颜色代码，或从颜色框中选择一种颜色。                                                 |
| **公告可见性**       | ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换]** 以在显示和隐藏公告之间切换。 |

</details>

<div data-with-frame="true"><figure><img src="/files/32bc5f55a0b747251f33b46893825832b4fdd93a" alt=""><figcaption></figcaption></figure></div>


---

# 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/zh/what-would-you-like-to-learn-about/creator-edit-configuration/emails-and-announcements/edit-your-dashboard-announcement.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.
