With over 200 exhibitors, this event is the largest of its kind, showcasing cutting-edge technology and services shaping the future of skies. Our team will contact you soon to discuss maximizing your company’s visibility and support at Airspace World 2025.
// The following function invocation is for illustration purposes only.
// You will have to provide your own means of deriving the monetary value of your conversion sprinkle.
let shoppingCartValue = getShoppingCartValue();
// Invoke the feathr function with the following parameters to sprinkle a conversion breadcrumb.
feathr(
‘convert’,
’66b267587d224e86c816db6f’,
{
amount: shoppingCartValue, // number, required
currency: ‘USD’, // string, optional, defaults to ‘USD’
category: ‘Conversion’ // string, optional, defaults to ‘Conversion’
}
);