# 产品目录文件格式

<a href="https://pxa.impact.com/student/activity/1117599?sid=0c0e3e5c-54c9-4435-9bee-ebcdccb7f292&#x26;sid_i=0?utm_source=app.impact.com&#x26;utm_medium=owned-platform&#x26;utm_content=eng-350&#x26;utm_campaign=help-center" class="button primary">参加 PXA 课程</a>

支持的分隔符类型：

|             |                                                                                                          |
| ----------- | -------------------------------------------------------------------------------------------------------- |
| **格式**      | **分隔符**                                                                                                  |
| **TXT/TSV** | 使用制表符分隔符来分隔您的产品目录字段。 [换行符](https://en.wikipedia.org/wiki/Newline) 不支持这种分隔符文本格式。提交带有换行符的文本字段将导致处理这些记录时出错。 |
| **CSV**     | 使用逗号分隔符来分隔您的产品目录字段。 [换行符](https://en.wikipedia.org/wiki/Newline) 不支持这种分隔符文本格式。提交带有换行符的文本字段将导致处理这些记录时出错。  |
| **PSV**     | 使用竖线分隔符来分隔您的产品目录字段。                                                                                      |

一个 **商品目录** 是一种包含您的产品及其元数据列表的数据源。impact.com 当前支持 6 种目录格式：

* Google Merchant Center
* eBay Commerce Merchant Center
* Connexity Merchant Center
* CJ Affiliate by Conversant
* 自定义格式
* 开放格式

<details>

<summary>Google Merchant Center 格式</summary>

impact.com 当前支持 [基于文本的版本](https://support.google.com/merchants/answer/7052112?hl=en) （即制表符分隔的 TXT 文件，而不是逗号分隔的 CSV 文件），以及 Google Merchant 的 RSS 和 Atom 变体 [XML 文件](https://support.google.com/merchants/answer/160589?hl=en) 。在使用 Google Merchant 生成产品目录后，您可以 [将文件上传到 impact.com](/brand/zh/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand.md).

文件生成后，您可以在 Google Merchant 产品目录中添加两个字段。

|            |                                                                                                                                                                                                                                                 |        |        |        |
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | ------ | ------ |
| **字段**     | **说明**                                                                                                                                                                                                                                          | **格式** | **示例** | **必填** |
| productbid | 产品的出价值，用于为该商品定义特定的每次点击费用（CPC）值，这可以覆盖您的标准支付设置。要了解更多关于 CPC 的信息，请参阅 [使用 CPC V2 设置您的点击支付规则。](/brand/zh/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/set-your-click-payout-rules-with-cpc-v2.md) | 数值     | 2.00   | 否      |
| 制造成本       | 产品的制造成本。此金额不包括对合作伙伴的任何付款。                                                                                                                                                                                                                       | 数值     | 30.00  | 否      |

</details>

<details>

<summary>eBay Commerce Merchant Center 格式</summary>

impact.com 当前支持 eBay Commerce 的基于文本和 .XML 文件。生成产品目录后，您可以 [将文件上传到 impact.com](/brand/zh/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand.md).

查看下方的 [eBay Commerce Merchant 文件字段](https://docs.google.com/spreadsheets/d/1np1YixxczH_IZBxer-EckMkAdcV9_lp74RQAtI-1Ct0/edit?usp=sharing)。请确保您查看的是 *eBay Commerce Merchant* 通过选择屏幕底部的标签页。

Google 表格中的并非所有字段都是您的 eBay Commerce 文件所必需的。如果您想上传 .CSV 文件，请将 *字段* 列中的空格替换为下划线。

</details>

<details>

<summary>Connexity Merchant Center 格式</summary>

impact.com 当前支持 [Connexity 的产品目录](https://connexity.jitbit.com/helpdesk/KB/View/8469181-required-data-feed-fields-and-template) 的 .TXT 和 .CSV 文件版本。生成产品目录后，您可以 [将文件上传到 impact.com](/brand/zh/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand.md).

</details>

<details>

<summary>CJ Affiliate by Conversant 格式</summary>

impact.com 支持 [CJ Affiliate 的产品目录](https://developers.cj.com/docs/data-imports/product-feeds) 的 .TXT、.CSV、.PSV 和 .XML 版本。查找标题 *产品源规范：购物（Google 格式）* 以了解如何使用 CJ Affiliate by Conversant 设置您的产品目录。生成产品目录后，您可以 [将文件上传到 impact.com](/brand/zh/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand.md).

</details>

<details>

<summary>自定义格式</summary>

impact.com 支持您的自定义格式产品目录的 .TXT、.CSV、.PSV 和 .XML 版本。

您还可以向产品目录添加自定义字段。选择 **添加另一个字段**，然后从下拉菜单中提供的字段选项中进行选择。

{% hint style="info" %}
**示例**

```programlisting
name, id, url, manufacturingcost, mycurrency, mycategory
ACME Bird Seed, 1234567, http://example.com/products, 20, USD, Accessories
```

确保您的字段名称与您为自定义上传格式配置的名称一致。
{% endhint %}

查看下方的 [自定义格式文件字段](https://docs.google.com/spreadsheets/d/1Cc1-9IdACq-TWdx47Xnnekh8MF0mJvHa_3zakJqKzoc/edit?usp=sharing) 以查看字段完整列表。

</details>

<details>

<summary>开放格式</summary>

开放格式适用于不会在 impact.com 中作为产品数据处理的目录，但允许品牌将产品源文件原样分发给其合作伙伴。请注意，这些功能仅针对特定品牌开启。

impact.com 支持任何文件格式，例如格式化产品目录的 .TXT、.CSV、.PSV 和 .XML 版本。

</details>


---

# Agent Instructions: 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:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/product-catalogs/file-formats-for-product-catalogs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
