# File Formats for Product Catalogs

<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">Take the PXA course</a>

Types of delimiters that are supported:

|             |                                                                                                                                                                                                                                                                  |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Format**  | **Delimiter**                                                                                                                                                                                                                                                    |
| **TXT/TSV** | Use a tab delimiter to separate your product catalog fields. [Newlines](https://en.wikipedia.org/wiki/Newline) are not supported in this delimiter text format. Submitting text fields with newlines will result in errors processing those records.             |
| **CSV**     | Use a comma-separated delimiter to separate your product catalog fields. [Newlines](https://en.wikipedia.org/wiki/Newline) are not supported in this delimiter text format. Submitting text fields with newlines will result in errors processing those records. |
| **PSV**     | Use a pipe delimiter to separate your product catalog fields.                                                                                                                                                                                                    |

A **Product Catalog** is a data feed that holds a list of your products and their metadata. impact.com currently supports 6 catalog formats:

* Google Merchant Center
* eBay Commerce Merchant Center
* Connexity Merchant Center
* CJ Affiliate by Conversant
* Custom format
* Open format

<details>

<summary>Google Merchant Center format</summary>

impact.com currently supports the [text-based versions](https://support.google.com/merchants/answer/7052112?hl=en) (that is tab-delimited TXT files, and not comma-delimited CSV files), as well as RSS and Atom variants of Google Merchant's [XML files](https://support.google.com/merchants/answer/160589?hl=en) . After generating your product catalog with Google Merchant, you can [upload your file to impact.com](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand).

There are two fields you can add to your Google Merchant product catalog after the file is generated.

|                    |                                                                                                                                                                                                                                                                                                                                                                                                     |            |             |              |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | ----------- | ------------ |
| **Field**          | **Description**                                                                                                                                                                                                                                                                                                                                                                                     | **Format** | **Example** | **Required** |
| productbid         | The bid value of the product, used to define a specific Cost Per Click (CPC) value for this item, which can override your standard payout settings. To learn more about CPC, see [Set Your Click Payout Rules with CPC V2.](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/set-your-click-payout-rules-with-cpc-v2) | Numeric    | 2.00        | No           |
| manufacturing cost | The product's manufacturing cost. This amount excludes any payment to partners.                                                                                                                                                                                                                                                                                                                     | Numeric    | 30.00       | No           |

</details>

<details>

<summary>eBay Commerce Merchant Center format</summary>

impact.com currently supports both text-based and .XML files for eBay Commerce. After generating your product catalog, you can [upload your file to impact.com](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand).

View the [eBay Commerce Merchant file fields](https://docs.google.com/spreadsheets/d/1np1YixxczH_IZBxer-EckMkAdcV9_lp74RQAtI-1Ct0/edit?usp=sharing). Ensure you are looking at the *eBay Commerce Merchant* tab by selecting it at the bottom of the screen.

Not all fields in the Google Sheet are required for your eBay Commerce file. If you want to upload a .CSV file, replace the space in the *Field* column with underscores.

</details>

<details>

<summary>Connexity Merchant Center format</summary>

impact.com currently supports .TXT and .CSV file versions of [Connexity's product catalogs](https://connexity.jitbit.com/helpdesk/KB/View/8469181-required-data-feed-fields-and-template) . After generating your product catalog, you can [upload your file to impact.com](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand).

</details>

<details>

<summary>CJ Affiliate by Conversant format</summary>

impact.com supports .TXT, .CSV, .PSV, and .XML versions of [CJ Affiliate's product catalogs](https://developers.cj.com/docs/data-imports/product-feeds) . Find the heading *Product Feed Specifications: Shopping (Google Format)* to learn how to set up your product catalog using CJ Affiliate by Conversant. After generating your product catalog, you can [upload your file to impact.com](https://help.impact.com/brand/what-would-you-like-to-learn-about/platform-features/product-catalogs/add-product-catalogs-as-a-brand).

</details>

<details>

<summary>Custom format</summary>

impact.com supports .TXT, .CSV, .PSV, and .XML versions of your custom-formatted product catalog.

There are also custom fields you can add to your product catalog. Select **Add Another Field**, then choose from the field options presented to you in the drop-down menu.

{% hint style="info" %}
**Example**

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

Ensure your field names match the names you've configured for your custom upload format.
{% endhint %}

View the [Custom Format file fields](https://docs.google.com/spreadsheets/d/1Cc1-9IdACq-TWdx47Xnnekh8MF0mJvHa_3zakJqKzoc/edit?usp=sharing) for a full list of fields.

</details>

<details>

<summary>Open format</summary>

An Open format is for catalogs that are not processed as product data in impact.com but allows a brand to distribute product feed files, as is, to their Partners. Please note these are only turned on for specific Brands.

impact.com supports any file format such as .TXT, .CSV, .PSV, and .XML versions of formatted product catalogs.

</details>
