Skip to main content
A product feed is a way to import all your product information into Dash and ensure product data stays updated with the latest details. The easiest way to integrate your product feed is by using Facebook Product Catalog Importing but if this is not an option or if you’re working with a large data source (hundreds of thousands of products), there are other ways to import your products. This guide will explain everything you need to set up a product feed.

Before starting

Before starting, please ensure all your product information is up-to-date and accurate. Each product must have a unique URL and an accurate product name.

Methods for establishing the product feed

There are two ways to import your product feed without Facebook Product Catalog importing:
  • Upload product feed file to the designated SFTP
  • Upload product feed via URL
    • Supported URL protocols: http(recommended), https(recommended), ftp, sftp
    • If the file is hosted on an ftp/sftp server, please provide the username and password to access the server.
    • If you need to add Dash to the whitelist of IPs, please contact your Account Representative to get the list of IP addresses.
If you are not using a Facebook Product Catalog, please use this guide to prepare your file in the specified format with the necessary product information and contact your Account Representative to set up the product feed.

Supported file types

To set up the product feed, all we need is a file containing all your product information. We currently support any file with delimiter-separated values. This includes:
  • Tab-separated values.tsv
  • Comma-separated values .csv
  • Any text file (.txt) that contains delimiter-separated values
  • Extensible Markup Language .xml. Please note that localized product feed does not support .xml format

Accepted fields

The following fields in the product feed are accepted. If your product feed uses different field names than those listed below, please provide the field mapping to your Account Representative to ensure data consistency. Required Fields: Optional Fields: Provide any number of the following fields to add the information to the given product.
FieldTypeDescription
idstringA unique identifier for the product. It can be SKU, external system product ID, etc.
image_urlstringA URL that links to an image of the product. If this field is not provided, we will automatically source the product image from the URL’s metadata.
pricestring/numberThe price of the product. You can provide a price including the currency symbol/code, e.g., “$80.99,” or a numeric price, e.g., “80.99.”When providing a price without the currency symbol/code, it is highly recommended that the currency_code field also be provided.
currency_codestringA 3-letter code specifying the type of currency used for the product’s price. The currency_code is appended to the price when displayed in the media popup only if the price is numeric (e.g., “5.99”). If the price is non-numeric (e.g., “$5.99”), then currency_code will not be appended.For example, if the price is specified as “5.99” and the currency_code is “CAD,” the price will be displayed as “5.99 CAD” in the media popup.If the price is specified as “5.99"withthecurrencysymbol/codeandcurrencycodeis"CAD",thepricewillshowas"5.99" with the currency symbol/code and `currency_code` is "CAD", the `price` will show as "5.99” in the media pop-up.
availabilitystringThe current availability of the product.Acceptable values are: in stock, out of stock, preorder, available for order, discontinued.
descriptionstringThe description of the product.
source_group_idstringThe product group ID, which is useful when product variants are displayed as separate products in the feed. The source_group_id should be used as the parent product ID for all variants, helping to establish the relationship between the main product and its variants.

Example

Here is an example of product feed:

Localized product feed

A localized product feed allows you to provide alternative values, such as language or currency, for product fields in your default product feed. This way, you can show localized versions of your products to customers in different countries or who speak other languages. For more details on setting up a localized product feed, click here.

Frequently asked questions

Q: Where can I find my imported product feed(s) and their status? A: You can find it in your Dash Social Library. Navigate to Library > Products, click “Import” and then “Product Feed” to view all of your established product feeds and their status. Q: Can I modify or add my product information to the file once my product feed is established? A: Yes. Every 24 hours, we fetch new products and update any products that have been modified or had their statuses changed. During this update process, you will see the product feed status change to “Updating.” However, when modifying the existing product data, please ensure that the URL is unchanged. Q: I understand the URL is the primary key of each product, but we need to update our domain. What should we do? A: Please contact your Account Representative for this change so we can help you further! Q: We have another price level for each product. Can we enter more than one price for each product? A: Currently, only one price column is available for each product. We suggest pushing the sale price to the main price field.