FlightsSearchesGroupedComparedOverallResults
| Field | Description | Type |
|---|---|---|
| actual | Searches overall grouped data for the actual timeframe. | FlightsSearchesGroupedComparableOverall |
| comparison | Searches overall grouped data for the comparison timeframe. | FlightsSearchesGroupedComparableOverall |
| variation | Calculated difference between actual and comparison. |
array[FlightsSearchesGroupedOverallVariation] |
FlightsSearchesGroupedComparableOverall
| Field | Description | Type |
|---|---|---|
| timeframe | Reference date range. | FlightsSearchesComparableTimeframe |
| value | Searches overall grouped data for the corresponding timeframe. |
array[FlightsSearchesGroupedOverallElement] |
FlightsSearchesComparableTimeframe
| Field | Description | Type |
|---|---|---|
| search | Reference search date range. | Timeframe |
| departure | Reference departure date range. | Timeframe |
Timeframe
| Field | Description | Type |
|---|---|---|
| *from | Start date of timeframe. | date |
| *to | End date of timeframe. | date |
FlightsSearchesGroupedOverallElement
| Field | Description | Type |
|---|---|---|
| *group | Group fields values combination for the requested grouping. | array[FlightsGroupElement] |
| *overall | Bookings overall values of the corresponding group. |
FlightsBookingsOverall |
FlightsGroupElement
| Field | Description | Type | Examples |
|---|---|---|---|
| *name | Name that identifies the element in the group. | string | trip_typeflight_type |
| *value | Value of the corresponding element. | string | onewayactive |
FlightsBookingsOverall
| Field | Description | Type |
|---|---|---|
| searches | Count of searches performed. | int |
| days_in_advance | Average number of days elapsed between search date and departure date. | decimal |
| length_of_stay | Average number of days elapsed between outbound and inbound departure dates for round trip flights. | decimal |
| partition | Incidence percentage of the group's searches over total searches. | decimal |
FlightsSearchesGroupedOverallVariation
| Field | Description | Type |
|---|---|---|
| *group | Group fields values combination for the requested grouping. | array[FlightsGroupElement] |
| *overall | Searches overall variation for the corresponding group. |
FlightsSearchesOverallVariation |
FlightsGroupElement
| Field | Description | Type | Examples |
|---|---|---|---|
| *name | Name that identifies the element in the group. | string | trip_typeflight_type |
| *value | Value of the corresponding element. | string | onewayactive |
FlightsSearchesOverallVariation
| Field | Description | Type |
|---|---|---|
| searches | Searches count variation. | Variation |
| days_in_advance | Average days in advance variation. | Variation |
| length_of_stay | Average length of stay variation. | Variation |
| partition | Group passengers count variation. | Variation |
Variation
| Field | Description | Type | Examples |
|---|---|---|---|
| value | Difference between actual value and comparison value. |
decimal | 1.12 |
| variation | The explicit variation polarity. It is null when values are not available in both timeframes. |
string | POSITIVE NEUTRAL NEGATIVE |