FlightsSearchesComparedOverall
| Field | Description | Type |
|---|---|---|
| actual | Searches overall data for the actual timeframe. | FlightsSearchesComparableOverall |
| comparison | Searches overall data for the comparison timeframe. | FlightsSearchesComparableOverall |
| variation | Calculated difference between actual and comparison. |
FlightsSearchesOverallVariation |
FlightsSearchesComparableOverall
| Field | Description | Type |
|---|---|---|
| timeframe | Reference date ranges. | FlightsSearchesComparableTimeframe |
| value | Searches overall data for the corresponding timeframe. |
FlightsSearchesOverall |
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 |
FlightsSearchesOverall
| 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 |
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 |