> 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/platform-features/promo-codes/promo-codes-faq.md).

# 促销代码常见问题

本 FAQ 介绍在您的 impact.com 项目中使用促销代码的常见问题。了解如何管理跟踪、归因和例外设置，以确保促销代码在您的合作伙伴设置中有效运行。

<details>

<summary>如何限制某些促销代码不向我的合作伙伴结算？</summary>

您可以使用 [促销代码例外列表](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-promo-code-exception-lists.md) 根据与其促成的操作相关的特定/选定促销代码，向合作伙伴支付不同费率（包括 $0）。您还可以根据 [商品类别或 SKU](/brand/zh/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md).

</details>

<details>

<summary>我可以将一个促销代码分配给多个合作伙伴吗？</summary>

不可以，促销代码只能分配给一个合作伙伴或媒体来源。创建促销代码时，您必须选择其将归因的具体合作伙伴或媒体来源。其他合作伙伴使用该促销代码带来的任何购买都将导致无效转化。

</details>

<details>

<summary>优惠券广告和跟踪促销代码有什么区别？</summary>

优惠券广告是简单的文本链接广告，可为您的合作伙伴提供可托管并链接到您的促销活动的内容。另一方面，跟踪促销代码包含归因逻辑——这意味着，当某个代码被使用时，impact.com 会根据点击路径和代码设置，将归因分配给某个合作伙伴，或取消该合作伙伴的归因。优惠券广告在点击归因上会回退到您项目的归因逻辑（这通常要求合作伙伴是最后一次点击）。

</details>

<details>

<summary>促销代码区分大小写吗？</summary>

精确匹配类型的促销代码不区分大小写。 [正则表达式](/brand/zh/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-explained.md) 不过，促销代码区分大小写。

</details>

<details>

<summary>什么是 Regex？</summary>

Regex 是 Regular Expression（正则表达式）的缩写。它是一种特殊的文本字符串，用于使用通配符描述某些模式。 [正则表达式](/brand/zh/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-explained.md) 可用于将数十个都以相同前缀开头的代码分配给一个合作伙伴。

{% hint style="info" %}
**示例：** 如果您的所有代码都以 `SUMMER` 但以其他字符结尾，您可以使用 Regex 设置该代码 `^(SUMMER).*` 以捕获任何以 `SUMMER`.
{% endhint %}

</details>

<details>

<summary>如果我使一个已分配促销代码的合作伙伴合同失效，该代码也会失效吗？</summary>

该代码不会失效，并将继续分配给该合作伙伴。这意味着，在合作伙伴合同失效后，归因于该代码和合作伙伴的任何销售都将在……中报告 [无效转化报告](/brand/zh/what-would-you-like-to-learn-about/platform-features/multi-program-reports/operations-reports/invalid-conversions-report.md).

</details>

<details>

<summary>为什么我的促销代码显示点击数为零？</summary>

如果您将带有 **始终归因** 政策的跟踪促销代码分配给合作伙伴，该合作伙伴的点击将不再由 impact.com 跟踪，并且点击次数在您的报告中将显示为 0。

</details>

<details>

<summary>为什么我看不到“创建跟踪促销代码”选项？</summary>

[需要启用促销代码跟踪](/brand/zh/what-would-you-like-to-learn-about/platform-features/promo-codes/enable-promo-code-tracking.md) 后，该选项才会显示。

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

</details>

<details>

<summary>当促销代码跟踪和归因组都处于活动状态时，归因会受到怎样的影响？</summary>

使用促销代码跟踪时，您的 [信用组](/brand/zh/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/credit-groups-explained.md) 将优先于 [促销码追踪](/brand/zh/what-would-you-like-to-learn-about/platform-features/promo-codes/promo-codes-overview.md) 归因。例如， *标准* 将促销代码设置为的合作伙伴 `始终归因` 将失去归因优先级，低于一个 *优先* 使用最后点击归因的合作伙伴。但是，如果两个合作伙伴合同都设置为 *优先*，则促销代码跟踪归因获胜。

</details>

<details>

<summary>如何防止促销代码在其他网站上泄露？</summary>

impact.com 内置了防护功能，可防止促销代码泄露。如果另一位合作伙伴推广了不属于其分配的代码，impact.com 会将由此产生的转化标记为无效转化。

此操作会撤销该转化，确保没有任何合作伙伴因此获得归因或佣金。

</details>


---

# 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/platform-features/promo-codes/promo-codes-faq.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.
