This describes how to provide a product catalog to Martailer.
Martailer may ingest your product catalogs provided via XML documents (product feed). This might simplify and shorten the integration process for you.
In the table below, you will find product data Martailer needs for a proper functioning of the system.
XML tag | Required? | Description |
---|---|---|
id | yes | Internal product ID. |
title | yes | Product title. It is used in search keyword matching in search placements. |
description | no | Description of the product. It is used in search keyword matching in search placements. |
price | no | The list price of the product. |
discount | no | Discount amount. (e.g. 1.3). |
sellerId | no | The ID of the product seller. Used in marketplaces to identify products of a particular seller. |
imageUrl | no | URL to the main image of the product. |
availability | yes | A flag marking the current availability status of the product. Non-available (e.g. sold-out) products are automatically removed from advertising campaigns. |
categoryList | yes | List of category IDs or titles to which a product belongs. Used in ad targeting algorithms and placement matching. |
brand | no | A brand or vendor of the product. It may be used to identify products of the same brand. |