This page is a description of the website template deep link when redirecting the customer from search engines.
Should you have developed your own Search engine on your hosted website, please see the following "deep linking" instructions:
The url should look like this:
Structure: http://www.airlineibe.com/LANG/flight-results/DST1-DST2/YYYY-MM-DD/YYYY-MM-DD/ADLT/CHLD/INF/CURR
Example: http://www.airlineibe.com/flight-results/TLV-LON/2017-01-27/2017-02-10/1/0/0/EUR
Part in URL | Details | Format |
---|---|---|
www.airlineibe.com | Domain of hosted IBE | Qualified Domain name |
LANG | Language code - can be obtained from getAirlines | text |
flight-results | fixed name | text |
DST1 | Origin - can be obtained using getCompanyDestinations or will be given at getFlights | text |
DST2 | Destination - can be obtained using getCompanyDestinations or will be given at getFlights | text |
YYYY-MM-DD | Outbound date | YYYY-MM-DD |
YYYY-MM-DD | Inbound date "NA" if booking a oneway | YYYY-MM-DD |
ADLT | Number of adults | integer |
CHLD | Number of kids | integer |
INF | Number of infants | integer |
CURR | Currency code supported by airline - can be obtained from getAirlines | text |