Formula +
Friday, August 9, 2024 at 1:00 PM
author: Daniel Horvath
Jeff Mahoney, owner and managing director of NEFT Vodka, told Formula.hu that they decided to get involved in Formula 1 because of the Netflix series Drive to Survive F1.
Austria-based NEFT Vodka has emerged as a Visa Cash App RB F1 team partner in the high-speed circus – and the sponsorship deal is based on none other than the Netflix F1 series.
“To be completely honest, the background to the decision was basically Drive to Survive, a Netflix production,” Jeff Mahoney replied to our question when we asked why they decided to enter Formula 1.
“The demographic change that the series has brought about fits perfectly into our plans. Formula 1 is undoubtedly a top-tier sport, with all the big, luxury brands present. The Formula 1 environment is very creative, innovative and precise.
“The Formula 1 environment was always there, but demographically it didn’t provide what we needed. Then came Drive to Survive – new people started to learn about Formula 1 and realised it’s a real sport where everyone has their own struggles, their own stories of love and togetherness.
“Then we suddenly found ourselves in the boardroom looking at the costs and potential consequences of Formula 1 sponsorship. Formula 1 helps us a lot, but it is only part of our marketing channels. Formula 1 helps to mobilise, to stimulate business and to stimulate purchases through different events.”
And what have the experiences been like so far? “Great experiences, with great results. Brand awareness has gone up dramatically,” said Jeff Mahoney.
Anyone who still had doubts about Drive to Survive's impact on Formula 1 may have been dispelled.
If you would like to recommend the article to your friends, you can do so using the buttons below:
function checkLoginState() { console.log(2); FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
jQuery(document).ready(function(){ jQuery(document).on('click','#fb-cust',function(e){ e.preventDefault(); //FB.login(statusChangeCallback, {scope: 'email,public_profile', return_scopes: true}); FB.login(statusChangeCallback, { scope: 'email', return_scopes: true }); }); });
window.fbAsyncInit = function() { FB.init({ appId : '483335665730477', cookie : true, xfbml : true, version : 'v3.3' });
FB.getLoginStatus(function(response) { //statusChangeCallback(response); }); };
(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { $('.fblogin_er').addClass('hidden'); var url = window.location.href; var parse_url = parseURL(url);
var redirect_to = decodeURIComponent(parse_url.params.redirect_to);
if( ( redirect_to == 'undefined' ) || ( validateURL( redirect_to ) == false ) ) { redirect_to = 'https://formula.hu/profil' }
FB.api('/me?fields=name,email,first_name,last_name', function(response) {
$.ajax({ type: "POST", url: "ajax.php", dataType: 'json', data: "act=fblogin&email=" + encodeURIComponent(response.email) + "&first_name=" + encodeURIComponent(response.first_name) + "&last_name=" + encodeURIComponent(response.last_name) + "&id=" + encodeURIComponent(response.id) + "&redirect_to=" + encodeURIComponent(redirect_to), cache: false, success: function(obj){ if (obj.msg == '#OK#') { if(fb__getCookie('quiz_backurl')){ window.location.replace(fb__getCookie('quiz_backurl')); } else { window.location.replace(obj.redirect_to); } } else { $('.fblogin_er').html(obj.msg); $('.fblogin_er').removeClass('hidden'); } }, error: function(ex,ey,ez){
} }); return false;
}); } }
function validateURL(surl) { var url = parseURL(surl); var urlHostname = url.hostname.trim();
if (urlHostname == '') { return true; } else { if (urlHostname.toUpperCase() == location.hostname.trim().toUpperCase()) { return true; } else return false; } }
function parseURL(url) { var a = document.createElement('a'); a.href = url; return { source: url, protocol: a.protocol.replace(':', ''), hostname: a.hostname, host: a.host, port: a.port, query: a.search, params: (function () { var ret = {}, seg = a.search.replace(/^\?/, '').split('&'), len = seg.length, i = 0, s; for (; i < len; i++) { if (!seg[i]) { continue; } s = seg[i].split('='); ret[s[0]] = s[1]; } return ret; })(), file: (a.pathname.match(/\/([^\/?#]+)$/i) || [, ''])[1], hash: a.hash.replace('#', ''), path: a.pathname.replace(/^([^\/])/, '/$1'), relative: (a.href.match(/tps?:\/\/[^\/]+(.+)/) || [, ''])[1], segments: a.pathname.replace(/^\//, '').split('/') }; }