{{....}}{{flight.destination_city}} today!https://www.(...).com/flights?from={{flight.origin_airport}}&to={{flight.destination_airport}}&departure={{trip.departing_departure_date date_format:Y-m-d}}&return={{trip.returning_departure_date date_format:Y-m-d}}&num={{trip.num_travelers}}| Template tag | Description |
|---|---|
trip.currency_code | The ISO-4217 currency code (for example, “USD”) passed by the advertiser in dynamic events (for example, pixel events) using the key currency. If no currency code has been passed for an item, we show the product’s feed’s default currency. |
trip.departing_departure_date | The departure date that Facebook has collected for the user from the advertiser. If there was no departure date collected, this template tag will default to tomorrow. We support most of the date formats provided here. Example:
|
trip.returning_departure_date | The return date that Facebook has collected for the user from the advertiser. If there was no return date collected, this template tag will default to the day after tomorrow. We support most of the date formats provided here. Example:
|
trip.num_adults | Number of adult travelers, based on intent signals Facebook collects about a user. Currently defaults to 1, subject to change. |
trip.num_children | Number of children travelers, based on intent signals Facebook collects about the user. Currently defaults to 0, subject to change. |
trip.num_infants | Number of infant travelers, based on intent signals Facebook collects about the user. Currently defaults to 0, subject to change. |
trip.num_travelers | Sum of adult, children and infant travelers, based on intent signals Facebook collects about the user. Currently defaults to 1, subject to change. |
flight.destination_airport | The IATA code for the destination, such as SFO. |
flight.destination_city | Destination city name from flight feed, if provided. If not, city name associated with destination airport in English, such as San Francisco. |
flight.origin_airport | The IATA code for the destination, such as JFK. |
flight.origin_city | Origin city name from flight feed, if provided. If not, city name associated with destination airport in English, such as New York. |
flight.description | Flight description provided in catalog. |
flight.price | Price of the flight. To show a price from feed, use source:feed as the option: {{flight.price source:feed}} to use the last-seen price from a pixel or app event, use source:event as the option: {{flight.price source:event}}. |
flight.price type:one_way | One-way price of the flight. For this option, you must provide a source of prices. To show a price from feed, use source:feed as the option: {{flight.price source:feed type:one_way}}. |
flight.url | Flight URL provided in catalog. |