---
title: KAYAK Conversion Tracking Connector Setup Guide
description: This article describes how to set up the KAYAK Conversion Tracking connector.
url: https://docs.tealium.com/server-side-connectors/kayak-conversion-tracking-connector/
---

## Connector Actions

| **Action Name** | **AudienceStream** | **EventStream** |
|:----------------|:-------------------|:----------------|
| Send Conversion | ✓                  | ✓               |

## Configure Settings

Go to the Connector Marketplace and add a new connector. Read the [Connector Overview](https://docs.tealium.com/about-connectors/) article for general instructions on how to add a connector.

After adding the connector, configure the following settings:

## Action Settings - Parameters and Options

Click **Next** or go to the **Actions** tab. This is where you configure connector actions.

This section describes how to set up parameters and options for each action.

### Action - Send Conversion

#### Parameters

| **Parameter**          | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                             |
|:-----------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Kayak Click ID         | <ul><li>(Required) The KAYAK unique identifier for the click/lead sent to your site.</li><li>This value is case-sensitive.</li></ul>                                                                                                                                                                                                                                                                                                  |
| Booking ID             | <ul><li>(Required) Your unique identifier for the booking.</li><li>This should be the unique identifier of the booking and used in all subsequent reports.</li></ul>                                                                                                                                                                                                                                                                  |
| Kayak Commission       | <ul><li>(Required) The commission KAYAK earned on the booking, in the currency specified by the Commission Currency parameter.</li><li>Do not include currency symbols, such as `$`.</li><li>Limit to 6 decimals.</li></ul>                                                                                                                                                                                                           |
| Commission Currency    | <ul><li>(Required) Currency of Kayak Commission.</li><li>This should be the currency in which commission to KAYAK is paid, if possible.</li><li>Use the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) codes.</li></ul>                                                                                                                                                                                                           |
| Conversion Time        | <ul><li>(Optional) The date time of when the booking was first made, in your report's timezone.</li><li>Use the `YYYY-MM-DDThh:mm:ssTZD` format, an [ISO 8601 simplification by W3C](https://www.w3.org/TR/NOTE-datetime).</li><li>If not provided, the current timestamp will be used.</li></ul>                                                                                                                                     |
| Price                  | <ul><li>The gross booking value of the booking, in the currency specified by the currency parameter.</li><li>Do not include currency symbols, such as `$`.</li><li>Limit to 6 decimals</li></ul>                                                                                                                                                                                                                                            |
| Currency               | <ul><li>Currency of price.</li><li>Use the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) codes.</li><li>This parameter is required whenever price parameter is used.</li></ul>                                                                                                                                                                                                                                                         |
| Booking Type           | <ul><li>Type of booking.</li><li>Must be one of `flight`, `hotel`, `car`, `package`, `cruise`, `train`, `restaurant`, or `activity`.</li></ul>                                                                                                                                                                                                                                                                                              |
| Commission Percentage  | <ul><li>Commission rate applied to this booking to calculate the commission.</li><li>This should be a decimal number between `0` and `1`, and limited to 6 decimals.</li></ul>                                                                                                                                                                                                                                                          |
| Tag 1                  | <ul><li>Custom field for additional data.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                         |
| Tag 2                  | <ul><li>Custom field for additional data.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                         |
| Check In Date          | <ul><li>The check in date of the booking.</li><li>Use the `yyyy-mm-dd` format.</li><li>Use the local time zone for the property.</li></ul>                                                                                                                                                                                                                                                                                                  |
| Check Out Date         | <ul><li>The check out date of the booking.</li><li>Use the `yyyy-mm-dd` format.</li><li>Use the property's local time zone.</li></ul>                                                                                                                                                                                                                                                                                                       |
| HID                    | <ul><li>Your unique identifier for the property booked, which is the same as provided in the data feed to us and used in the API.</li></ul>                                                                                                                                                                                                                                                                                                 |
| Number of Travelers    | <ul><li>Total number of travelers (all ages).</li></ul>                                                                                                                                                                                                                                                                                                                                                                                     |
| Number of Rooms        | <ul><li>The number of rooms booked.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                               |
| Flight Origin          | <ul><li>[IATA code](https://en.wikipedia.org/wiki/IATA_airport_code) for the initial origin airport in the booked itinerary.</li></ul>                                                                                                                                                                                                                                                                                                      |
| Flight Destination     | <ul><li>[IATA code](https://en.wikipedia.org/wiki/IATA_airport_code) for the destination airport of the first leg of the booked itinerary.</li></ul>                                                                                                                                                                                                                                                                                        |
| Fare Class             | <ul><li>Comma-separated list of fare basis codes for each segment in booking.</li><li>Must be ordered by departure date.</li><li>If all flight segments share the same fare basis code, a single value can be used.</li><li>Map Array type attributes to add multiple fare classes.</li><li>Map single value attribute to add a single fare class.</li></ul>                                                                                |
| Cabin Type             | <ul><li>Comma-separated list of cabin class booked for each segment in booking.</li><li>Possible values are `First`, `Business`, `Premium Economy`, or `Economy`.</li><li>Must be ordered by departure date.</li><li>If all flight segments share the same cabin class, a single value can be used.</li><li>Map Array type attributes to add multiple cabin types.</li><li>Map single value attribute to add a single cabin type.</li></ul> |
| Leg Index              | <ul><li>Zero-indexed leg number.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                  |
| Segment Index          | <ul><li>Zero-indexed segment number.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                              |
| Departure Airport Code | <ul><li>Departure Airport Code</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                    |
| Arrival Airport Code   | <ul><li>Arrival Airport Code</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                      |
| Departure Date Time    | <ul><li>Use the `yyyy-mm-dd` format.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                              |
| Arrival Date Time      | <ul><li>Use the `yyyy-mm-dd` format.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                              |
| Carrier Code           | <ul><li>[IATA code](https://en.wikipedia.org/wiki/IATA_airport_code)</li></ul>                                                                                                                                                                                                                                                                                                                                                              |
| Flight Number          | <ul><li>Flight Number.</li><li>Map Array type attributes to add multiple flight itineraries.</li><li>Array type attributes must be of equal length.</li><li>Map single value attributes to add a single flight itinerary.</li></ul>                                                                                                                                                                                                         |
| Car Pick-up Date       | <ul><li>The date of car pick-up, in the local time zone of the pick-up location.</li><li>Use the `yyyy-mm-dd` format.</li></ul>                                                                                                                                                                                                                                                                                                             |
| Car Drop-off Date      | <ul><li>The date of car drop-off, in the local time zone off the drop-off location.</li><li>Use the `yyyy-mm-dd` format.</li></ul>                                                                                                                                                                                                                                                                                                          |
| Car Pick-up ID         | <ul><li>Your unique identifier for the pick-up location for this booking, which is the same as provided in the data feed to us and used in the API.</li></ul>                                                                                                                                                                                                                                                                               |
| Car Drop-off ID        | <ul><li>Your unique identifier for the drop-off location for this booking, which is the same as provided in the data feed to us and used in the API.</li></ul>                                                                                                                                                                                                                                                                              |
| Car Agency             | <ul><li>Your unique identifier for the car agency for this booking, which is the same as provided in the data feed to us and used in the API.</li></ul>                                                                                                                                                                                                                                                                                     |
