Landing pages from Intui.travel

Important! All links must pass through the deep link creation form. You can use it to generate affiliate links to any page on the advertiser’s website.

Landing page for airport transfer services

Goal: Send users to a specific airport page with a list of possible transfer destinations.

Landing URL example: https://en.intui.travel/transfer/spain_mainland/barcelona_airport/?api2

Link to the airport from the list of airports

Take the URL from Intui website to the airport page, for example, Barcelona airport: https://en.intui.travel/transfer/spain_mainland/barcelona_airport/.
The full list of airports can be found here: https://en.intui.travel/transfer/.

Add the following at the end of the link: ?api2.

Go to your affiliate’s dashboard and open the Tools of Intui.travel program. Paste the resulting URL into the deep link creation form:

In the Affiliate link section, a link is automatically generated and the click on it will be counted by the system. In our example, this link is as follows: 

https://tp.media/r?marker=78606&p=4018&u=https%3A%2F%2Fen.intui.travel%2Ftransfer%2Fspain_mainland%2Fbarcelona_airport%2F

Please, note! You can automatically generate such links, to do this, url-encoder your link and paste the formatting link to u parameter.

Link to the airport using the IATA airport code

Send a request to the intui API with the IATA code of the desired airport. For example, for Barcelona airport: https://www.intui.travel/api/v5/transfer/get/?partnerID=287737&airportcode=BCN.

The list of all IATA airport codes can be found here.

From the received response, you need to construct a link of the following form:

{url:http:\ /\ /www.en.intui.travel\ /transfer\ /spain_mainland\ /barcelona_airport\ /?api&partnerID=287737} 

To do this remove the back slash.

The result is the following link: https://en.intui.travel/transfer/spain_mainland/barcelona_airport/?partnerID=2871289

This link must be passed through the deep link creation form or create the link automatically (see above).

Landing page for transfer services in accordance with the purchased tickets

In order to generate the landing URL in accordance with the purchased tickets (dates and number of passengers), the following parameters need to be added to the link to the airport:

  • arrivaldate and arrivaltime — date (in yyyy-mm-dd format) and time (in hh:mm format) of arrival
  • departuredate and departuretime — date (in yyyy-mm-dd format) and time (in hh:mm format) of departure
  • numberofadults — number of adult passengers (from 12 years old inclusive)
  • numberofchildren — number of children (from 3 to 11 years old inclusive (optional)
  • numberofinfants — number of infants (up to 2 years old inclusive (optional)

To get one-way transfers (only from the airport or only to the airport), you need to leave only the arrival or departure parameters for the desired segment in the URL.

Example of a link (before generation) for a transfer to and from the airport

https://en.intui.travel/transfer/spain_mainland/barcelona_airport/?api2&partnerID=287737&arrivaldate=2020-10-05&arrivaltime=14:20&departuredate=2020-10-21&departuretime=18&numberofadults=2&numberofchildren=1&numberofinfants=2

Example of a link (before generation) for a transfer only from the airport

https://en.intui.travel/transfer/spain_mainland/barcelona_airport/?api2&arrivaldate=2020-10-05&arrivaltime=14:20&numberofadults=2&numberofchildren=1&numberofinfants=2

Example of a link (before generation) for a transfer only to the airport

https://en.intui.travel/transfer/spain_mainland/barcelona_airport/?api2&departuredate=2020-10-21&departuretime=18&numberofadults=2&numberofchildren=1&numberofinfants=2

Insert the URL into the deep link creation form (see above) and get the finished code.

Landing page for transfers to the hotel/city or given coordinates

Goal: Send the user to the page with a list of transfers to a hotel, villa, or city from nearby airports, with the best prices.

Example of a landing page: https://en.intui.travel/transfer/?api3&HotelName=Hilton%20exclusive&gpsLat=48.860645&gpsLng=2.344809

The Intui algorithm finds all airports and train stations closest to the hotel (city, villa) in the database and offers to choose a transfer with the lowest price. Thus, you can choose the cheapest and most relevant transfer service.

How to create a link to such a landing page

Add the following parameters to https://intui.travel/transfer/:

  • &api3 — sets the given display type of landing page
  • gpsLat — latitude GPS coordinates of the object (e.g. 55.75222)
  • gpsLng — longitude GPS coordinates of the object (e.g. 37.61556)
  • HotelName — name of the object (Hotel, Apartment, Villa, City, district, etc.)

The resulting URL must be inserted into the deep link creation form (see above).

Landing page for hotels at check-in/out dates and number of guests

Add additional parameters to the URL above:

  • arrivaldate and arrivaltime — date (yyyy-mm-dd) and time (hh:mm) of the check-in
  • departuredate and departuretime — date (yyyy-mm-dd) and time (hh:mm) of the check-out
  • numberofadults — number of adult passengers (from 12 years old inclusive)
  • numberofchildren — number of children (from 3 to 11 years old inclusive) (optional)
  • numberofinfants — number of infants (up to 2 years old inclusive) (optional)

To get one-way transfers, you need to leave only the necessary parameters for the desired segment in the URL.

Important! All links must go through the deep link creation form. With it, you can create affiliate links to any page on the advertiser’s website.

Example of a link (before generation) for a transfer to and from the airport:

https://en.intui.travel/transfer/?api3&HotelName=Hilton%20exclusive&gpsLat=48.860645&gpsLng=2.344809&partnerID=287737&arrivaldate=2020-10-05&arrivaltime=14:20&departuredate=2020-10-21&departuretime=18&numberofadults=2&numberofchildren=1&numberofinfants=2

Example of a link (before generation) for a transfer only to the airport:

https://en.intui.travel/transfer/?api3&HotelName=Hilton%20exclusive&gpsLat=48.860645&gpsLng=2.344809&partnerID=287737&arrivaldate=2020-10-05&arrivaltime=14:20&numberofadults=2&numberofchildren=1&numberofinfants=2

Example of a link (before generation) for a transfer from the airport:

https://en.intui.travel/transfer/?api3&HotelName=Hilton%20exclusive&gpsLat=48.860645&gpsLng=2.344809&departuredate=2020-10-21&departuretime=18&numberofadults=2&numberofchildren=1&numberofinfants=2