> 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/advocate-program/manage-advocate-participant-experiences/enable-customizable-share-links-for-advocates.md).

# 为 Advocate 启用可自定义的分享链接

可自定义分享链接让你的倡导者将通用的可分享链接替换为他们自行选择的、简短且带有品牌标识的链接。与其分享 `share.impact.com/mxqv12`，倡导者可以分享更容易记住的内容，例如 `share.impact.com/Acme`.

品牌链接更容易识别和记住，也能与受众建立信任，从而带来更多点击和转化。开启可自定义分享链接后，你的倡导者可以自助个性化自己的链接，而无需团队逐一配置。

### 关键注意事项

* 你必须拥有 [自定义域名](/brand/zh/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/set-up-a-domain-for-advocate.md).
* 可自定义分享链接按 widget 或 microsite 单独启用。倡导者只能在已启用此选项的 widget 和 microsite 上自定义他们的链接。如果未启用，他们将保留标准的自动生成 URL。
* 每位倡导者最多可编辑其分享链接 5 次。
* 自定义链接是可选的。不想使用个性化 URL 的用户将保留标准的自动生成链接。

### 链接限制

启用可自定义分享链接后，平台会自动执行限制规则，因此你无需逐一审核每个链接。倡导者无法保存以下链接：

* 已被其他倡导者占用（链接按先到先得的原则分配）。
* 包含脏话或冒犯性词语。
* 具有误导性，例如包含诸如 `免费`, `sale`，或 `discount`之类的词语，或冒充品牌或真实人物名称的名称。

### 启用可自定义分享链接

1. 从左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) \[**Engage]** → **内容**.
2. 在 *内容* 界面，前往你的 widget 或 microsite 编辑器：
   * **针对 widgets：** 在 *组件* 卡片中，选择 **编辑 Widgets**，然后选择一个包含分享链接的 widget。
   * **针对 microsite：** 在 *Microsite* 卡片中，选择 **编辑内容** → **基础布局** → **仪表板**.
3. 选择 **分享链接** 部分。
4. 从 *分享链接* 菜单中，选择 **编辑**.
5. 选择 **可自定义个性化链接**.
6. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **允许自定义**.
7. 选择 **保存**.
   * 启用后，使用该 widget 或 microsite 的倡导者将看到一个号召性操作，提示他们自定义分享链接。

<div data-with-frame="true"><figure><img src="/files/ae9548d38f853b4ef3224a7e944fe0aa141727e0" alt="" width="563"><figcaption></figcaption></figure></div>

### 排查分享链接问题

| 情况                    | 含义                              | 处理方法                                                      |
| --------------------- | ------------------------------- | --------------------------------------------------------- |
| 倡导者找不到自定义选项。          | 该 widget/microsite 未启用可自定义分享链接。 | 开启 **可自定义 URL** 在 widget/microsite **分享链接** 设置中。          |
| 倡导者表示他们的链接已存在。        | 另一位倡导者已经占用了该 slug。              | 建议他们选择另一个 slug[^1]。添加数字或连字符通常会有帮助。                        |
| 倡导者已达到其编辑次数上限。        | 他们已经将自己的 URL 更改了 5 次。           | [联系支持](mailto:saasquatch-support@impact.com) 以进行进一步更改。    |
| 需要移除或重新分配一个正在使用的分享链接。 | 某个链接需要管理员介入（例如被滥用或需要重新分配）。      | [联系支持](mailto:saasquatch-support@impact.com) 以重新分配或移除该链接。 |

[^1]: 斜杠 / 后面的部分 **\[正斜杠]**。例如， `share.impact.com/Acme-123`


---

# 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/advocate-program/manage-advocate-participant-experiences/enable-customizable-share-links-for-advocates.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.
