CATEGORY: HOLIDAY

A Database File On a daily basis, the merchant uploads a file containing all available holidays to Kelkoo's ftp server. This allows kelkoo to process the file and update its database servers with the supplied products. Kelkoo are able to handle many different product file formats. (xml, csv, txt). The base file allows, a merchant?s products to return faster, and significantly reduces load on the merchant site then a spider adapter. (Please Ensure the file is uploaded before 9pm the night before you would like it to go live).

Please note that the initial feed size must be no greater than 50,000 offers. If you wish to display more, please speak to your salesperson after your offers begin appearing on the site.

Holidays Category File Format

The suggested format for a product in the holidays text file is as follows:

The Data Feed Format

The data feed format describes the way we'd like to receive the results from your script. Xml is our preffered format, alternatively each piece of information can be separated by another delimiter (comma, pipe, tab) and each product or by an end of line character.

An example of one product in our preferred XML format:

 <?xml version="1.0" encoding="UTF-8"?>
<holiday>
<type>P</type>
<countryDest>SPAIN CANARY ISLANDS</countryDest>
<arrivalTown>LANZAROTE</arrivalTown>
<arrivalOther/>
<airportDeparture>GLA </airportDeparture>
<departureTown>GLASGOW</departureTown>
<dayDuration>8</dayDuration>
<nightDuration>7</nightDuration>
<startValidity>2004-08-03</startValidity>
<endValidity>2005-12-20</endValidity>
<shortDesc>7 Nights SC holiday in LANZAROTE leaving on 20/12/2005 based on 2Adults.</shortDesc>
<departureDate>2005-12-20</departureDate>
<returnDate>2005-12-27</returnDate>
<boardBasis>Self Catering</boardBasis>
<accommodation/>
<hotelName/>
<pictureURL>www.pictureurl.com/image.png</pictureURL>
<keyword/>
<capacity>2</capacity>
<rating>2</rating>
<price>324.00</price>
<money>GBP</money>
<searchLongDesc/>
<searchEquipment/>
<moreinfo>www.company.com/deeplink</moreinfo>
</holiday>

 

Field
Description

Mandatory/optional
Type Package/ Weekend / Short / Cruise etcMandatory
CountryDest Destination CountryMandatory
ArrivalTown Town (can be multiple)Mandatory
ArrivalOther Destination if it is not a country nor a townOptional
DepartureTown Town holiday leaves fromMandatory
DayDuration Duration of the holiday (days)Mandatory
NightDuration Duration of the holiday (nights)Mandatory
StartValidity Offer is valid from this dateMandatory
EndValidity Offer unavailability after this dateMandatory
ShortDesc Short description of offer (will be displayed), must not contain formatting characters up to 250 charactorsMandatory
DepartureDate Departure dateMandatory
ReturnDate Return dateMandatory
BoardBasis Half board/all inclusive/self catering etcMandatory
Accommodation Hotel/bungalow/apartment etcMandatory
HotelName Name of Hotel etcMandatory
Picture URL Link to the picture on your siteOptional
Keyword List of keywords for this offer, must not contain formatting charactersOptional
Capacity Max nb. of peopleMandatory
Rating Quality level in starsOptional
Price Price inc VATMandatory
Money CurrencyMandatory
SearchLongDesc Long description, must not contain formatting charactersOptional
SearchEquipment List of equipment provided, must not contain formatting charactersOptional
Moreinfo URL to the offer on your siteMandatory