Our goal is to give you a "squeaky clean" datafeed that's easy to use, free of annoying inconsistencies, and ready to help you make money.
| Attribute | Format |
|---|---|
| Column Delimiter | Tab character |
| Row Delimiter | Standard Unix linebreak without a carriage return |
| Text Qualifier | None |
| Column Headers | Provided in the first row using only lowercase letters and the underscore (_) character. |
| Character Set | 7 bit ASCII, US-Char set, ISO 636 |
The feed is available via HTTP in real-time so no matter when you access it, it's always current. Access it using this url where "XXXX" is your affiliate ID.
http://www.redgaloshes.com/feed/view.php?a=XXXX
| Column | Description |
|---|---|
| link_id | The unique identifier for each product. |
| merchant_name | The name of the merchant who sells the product. |
| product_name | The name of the product itself. |
| description | A 24-48 word description of the product. |
| price | The selling price of the product with two decimal places in US Dollars. No dollar sign is included in the feed. |
| url | The link to the merchant's page for each product. The link is pre-populated with your affiliate ID. |
| thumbnail_url | A link to the image of the product. |
| thumbnail_height | The height of the thumbnail in pixels. |
| thumbnail_width | The width of the thumbnail in pixels. |
| category | Currently, this column is empty. |
| keywords | A comma-delimited list of keywords associated with each product. |
| sale_price | The sale price for the item. Please note, that a value in this column does not necessarily mean that the item is on sale. See the "sale_flag" column for more information. |
| sale_flag | If a product is on sale, this column will contain a "1". |
| unit | A short description of how each product is sold. For example, a pair of shoes may contain a value of "per pair" so that you can publish things like "...available for $79.00 per pair..." on your site. |