Field mapping

Each feed has a different structure across all networks, so you must perform field mapping for each feed.

CSV Feed

Open your feed file in any CSV viewer, such as Excel. Next, set the column name from your file to the appropriate field in the plugin.

  • id - Unique ID of the product. This field must remain constant in your feed.

  • affiliate link – Link to the product with your affiliate parameter.

  • is in stock – Supported values: "1", "true", "on", "yes", "0", "false", "off", "no".

  • availability - Supported values: "in stock", "out of stock".

  • direct link – Direct URL to the original product page without redirects or affiliate parameters.

  • gtin - EAN 13-digit number, like 3001234567892.

Note that some fields are required, while others are optional.

XML Feed

with XML node attributes:

You can also use XPath syntax for more complex selectors, such as:

Example of XPath for a node with a namespace:

.//*[local-name()='media:thumbnail']/@url

Last updated