From dddaccd5eb3ecde3d8f0cdb75d3964c50c649af8 Mon Sep 17 00:00:00 2001 From: Robert Organ Date: Fri, 8 Nov 2024 10:38:16 +0100 Subject: [PATCH] Update Tradedoubler docs ING-717 --- docs/feeds/offer/formats/tradedoubler_xml.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/feeds/offer/formats/tradedoubler_xml.md b/docs/feeds/offer/formats/tradedoubler_xml.md index 9a2285e9..5223b585 100644 --- a/docs/feeds/offer/formats/tradedoubler_xml.md +++ b/docs/feeds/offer/formats/tradedoubler_xml.md @@ -8,6 +8,17 @@ description: Tradedoubler affiliate feed format ## Description [Tradedoubler](https://dev.tradedoubler.com/products/publisher/#XML_response) is partially supported for shops using the Tradadoubler affiliate network for quick onboarding to Prisjakt. But to fully utilize all features we recommend our [Prisjakt XML](./prisjakt_xml/index.md) format. +## Important Information + +### Condition Field + +- If `condition` field is not included in your feed, then it will be automatically set it to `new`. However, it is highly recommended to include this field in your feed for better accuracy and completeness. + +- Including the `condition` field helps ensure that the product information is up-to-date and provides a better experience for users. It allows for more precise categorization and improves the overall quality of the data. + +- By setting the `condition` field to `new` when it is not provided, you can maintain a consistent standard, but including the actual condition of the product is always the best practice. + + ## Mappings | Tradedoubler Field | Prisjakt Field | @@ -16,6 +27,7 @@ description: Tradedoubler affiliate feed format | name | title | | offers:offer:availability | availability | | offers:offer:condition | condition | +| fields:field:condition | condition | | fields:field:google_product_category | google_product_category | | offers:offer:sourceProductUrl | link | | offers:offer:priceHistory:price | price |