> 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).

# 为倡导者启用可自定义分享链接

可自定义的分享链接让你的推广者可以把通用的可分享链接替换成他们自己选择的简短品牌链接。与其分享 `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).
* 可自定义的分享链接按小组件或微站点分别启用。推广者只能在你已启用此选项的小组件和微站点上自定义他们的链接。如果未启用，他们将保留标准的自动生成 URL。
* 每位推广者最多可编辑其分享链接 5 次。
* 自定义链接是可选的。不想使用个性化 URL 的人会保留标准的自动生成链接。

### 链接限制

启用可自定义的分享链接后，平台会自动执行限制规则，因此你无需逐个审核链接。推广者不能保存以下链接：

* 已被另一位推广者占用（链接按先到先得分配）。
* 包含脏话或冒犯性词语。
* 具有误导性，例如像 `免费`, `促销`或 `折扣`，或冒充品牌或真实人物的名称。

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

1. 从左侧导航菜单中选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) \[**互动]** → **内容**.
2. 在 *内容* 屏幕上，导航到你的小组件或微站点编辑器：
   * **对于小组件：** 在 *小组件* 卡片中，选择 **编辑小组件**，然后选择一个包含分享链接的小组件。
   * **对于微站点：** 在 *微站点* 卡片中，选择 **编辑内容** → **基础布局** → **仪表板**.
3. 选择 **分享链接** 部分。
4. 从 *分享链接* 菜单中，选择 **编辑**.
5. 选择 **可自定义的个性化链接**.
6. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **允许自定义**.
7. 选择 **保存**.
   * 启用后，使用该小组件或微站点的推广者将看到一个行动号召，提示他们自定义分享链接。

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

### 排查分享链接问题

| 情况                     | 含义                         | 处理方法                                                      |
| ---------------------- | -------------------------- | --------------------------------------------------------- |
| 推广者找不到自定义选项。           | 该小组件/微站点未启用可自定义的分享链接。      | 打开 **可自定义 URL** 在小组件/微站点 **分享链接** 设置中。                    |
| 推广者表示他们的链接已存在。         | 另一位推广者已经认领了该 slug。         | 建议他们选择一个不同的 slug[^1]。添加数字或连字符通常会有帮助。                      |
| 推广者已达到其编辑上限。           | 他们已经更改了 5 次 URL。           | [联系支持](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.
