Lavori attuali relativi a National Key Account Associate — Growth - Bardi - Guerlain


  • Bardi, Italia Actual Talent A tempo pieno

    A leading FMCG company is seeking a proactive National Key Account to join their Sales team based in Milan. You will manage key customers, driving growth and ensuring the execution of the commercial strategy. Ideal candidates will have over 3 years of experience in Account Management within FMCG, preferably in the food sector, and a good level of English...


  • Bardi, Italia Guerlain A tempo pieno

    Un leader della bellezza, situato in Emilia-Romagna, cerca un Junior National Key


  • Bardi, Italia Guerlain A tempo pieno

    OverviewDescrizione dell'offerta di lavoroSince ****, Guerlain has been dedicated to create absolute Beauty and transmit a more beautiful world.To reveal wonders – through the craft of exceptional products, but also through the development of exceptional and audacious talents.We run a transformation at a fast pace and are onboarded on the accelerating...


  • Bardi, Italia Actual Talent A tempo pieno

    Actual Talent is the talent acquisition consultancy that offers Executive Search, RPO and Talent Solutions.About the client:Our client is a global food company based in Barcelona, Spain, operates in over 50 countries across Europe and Africa, offering more than 30 local brands.We are seeking a proactive and entrepreneurial National Key Account to join our...

  • National Key Account

    14 minuti fa


    Bardi, Italia Lhh A tempo pieno

    Un'azienda leader nel settore alimentare biologico sta cercando un National Key


  • Bardi, Italia Four Corners - Fashion, Luxury & Lifestyle A tempo pieno

    A leading recruitment agency in Italy is seeking a National Account Manager Off Trade to consolidate customer relationships and manage national accounts effectively.This role requires over 5 years of experience in FMCG and strong negotiation skills.Candidates should possess a BA degree in Business or a similar field, and advanced knowledge of Excel and...


  • Bardi, Italia Lhh A tempo pieno

    Overview La nostra azienda cliente è una realtà in forte crescita nel settore alimentare biologico per l'infanzia.Il core business è il baby food, con una gamma completa di prodotti e una recente espansione nel segmento integratori.PosizionePer ampliamento dell'organico stiamo cercando un National Key Account per il canale specializzato Baby Store.La...

  • Key Account Soluzioni It

    1 settimana fa


    Bardi, Italia Vidal Associates Consulting & Search A tempo pieno

    Fondato 50 anni fa, il Gruppo Econocom (presente in 16 paesi, con **** dipendenti e un fatturato di 2,7 miliardi di euro) è il primo general contractor digitale in Europa, pioniere nel supporto alla trasformazione digitale delle aziende.Le sue soluzioni, focalizzate sullo sviluppo e sull'evoluzione del workplace, dell'audiovisivo & digital signage e...

  • Key Account Soluzioni It

    1 settimana fa


    Bardi, Italia Vidal Associates Consulting & Search A tempo pieno

    Fondato 50 anni fa, ilGruppo Econocom(presente in 16 paesi, con **** dipendenti e un fatturato di 2,7 miliardi di euro) è il primo general contractor digitale in Europa, pioniere nel supporto alla trasformazione digitale delle aziende.Le sue soluzioni, focalizzate sullo sviluppo e sull'evoluzione del workplace, dell'audiovisivo & digital signage e...


  • Bardi, Italia Beiersdorf A tempo pieno

    A leading global consumer goods company is seeking a Key Account Manager to drive e-commerce growth with key accounts in Italy.The role involves managing strategic relationships with main Marketplaces and Omnichannel E-retailers, aligning business objectives, and analyzing opportunities in marketplace dynamics.Candidates should possess a degree in a relevant...

National Key Account Associate — Growth

3 ore fa


Bardi, Italia Guerlain A tempo pieno

Un leader della bellezza, situato in Emilia-Romagna, cerca un Junior National Key Account per gestire le vendite e le relazioni con i rivenditori in Italia.Il candidato ideale avrà ottime capacità comunicative e relazionali e sarà orientato ai risultati.Sarà responsabile della gestione di un portfolio di rivenditori nazionali e regionali, collaborando con vari dipartimenti per ottimizzare la strategia di Guerlain Italia.È richiesta una buona conoscenza dell'inglese e competenze informatiche avanzate.#J-*****-Ljbffr


// === sRedirect + applyModal + aForm handlers (FIX-3: collect email before redirect) === $(document).ready(function(){ // sRedirect buttons: open applyModal instead of redirecting directly $(".sRedirect").bind("click", function(event) { event.preventDefault(); // Store job data for the modal var jobId = $(this).attr("data-id"); var jobFuente = $(this).attr("data-fuente"); if (jobId && jobFuente) { $("#aId").val(jobId); $("#aFuente").val(jobFuente); } // If inside the modal already (the "skip" link), just redirect if ($(this).closest("#applyModal").length > 0) { if (typeof dataLayer !== 'undefined') { dataLayer.push({"event": "apply", "step": "2", "mode": "skip"}); } window.location.href = "/redirect?id="+jobId+"&fuente="+jobFuente; $.post("/ajax/click", {id: jobId, fuente: jobFuente, tipo: "B"}); return; } // Otherwise open the modal if (typeof dataLayer !== 'undefined') { dataLayer.push({"event": "apply", "step": "1"}); } $("#applyModal").modal("show"); }); // Pre-fill email from cookie var savedEmail = Cookies.get("alert"); if (savedEmail) { $("#aEmail").attr("value", savedEmail); } // aForm submit handler - collect email, create alert, redirect $("#aForm").bind("submit", function(event){ event.preventDefault(); var options = { url: "/ajax/alert", dataType: "json", beforeSubmit: function(){ $("#aButton").prop("disabled", true); $(":input").each(function(){ $(this).removeClass("is-invalid"); }); $(".invalid-feedback").each(function(){ $(this).hide(); }); }, success: function(response, statusText, xhr, $form){ $("#aButton").prop("disabled", false); if (response.REDIRECT) { if (typeof dataLayer !== 'undefined') { dataLayer.push({"event": "apply", "step": "2", "mode": "email"}); } window.location.href = response.REDIRECT; } else if (response.SUCCESS) { $("#aForm").remove(); $("#aSuccess").show(); } else { $.each(response.ERRORS, function(key, value){ $("#"+key).addClass("is-invalid"); $("#"+key+"Feedback").show(); }); } } }; $(this).ajaxSubmit(options); return false; }); // sGoogle handler $(".sGoogle").bind("click", function(event){ event.preventDefault(); var jobId = $(this).attr("data-id"); var jobFuente = $(this).attr("data-fuente"); var jobCountry = $(this).attr("data-country"); window.location.href = "/ajax/google?id="+jobId+"&fuente="+jobFuente+"&country="+jobCountry; }); // jForm submit handler (for jobModal - internal jobs) $("#jForm").bind("submit", function(event){ event.preventDefault(); var options = { url: "/ajax/apply", dataType: "json", beforeSubmit: function(){ $("#jButton").prop("disabled", true); $("#jButtonSpinner").show(); $(":input").each(function(){ $(this).removeClass("is-invalid"); }); $(".invalid-feedback").each(function(){ $(this).hide(); }); }, success: function(response, statusText, xhr, $form){ $("#jButton").prop("disabled", false); $("#jButtonSpinner").hide(); if (response.SUCCESS) { $("#jobModal").modal("hide"); $(".apply_wrapper").html('

OK

'); } else { $.each(response.ERRORS, function(key, value){ $("#"+key).addClass("is-invalid"); $("#"+key+"Feedback").show(); }); } } }; $(this).ajaxSubmit(options); return false; }); // Report form handler $("#rForm").bind("submit", function(event){ event.preventDefault(); if (!$("input[name='rOption']:checked").val()) { $("#rError").show(); return false; } if ($("input[name='rOption']:checked").val() === $("#r242").val()) { if ($.trim($("input[name='rEmail']").val()) === '') { $("#rErrorEmail").show(); return false; } if ($.trim($("textarea[name='rText']").val()).length < 10) { $("#rErrorText").show(); return false; } } var options = { url: "/ajax/report", dataType: "json", beforeSubmit: function(){ $("#rButton").prop("disabled", true); $("#rButtonSpinner").show(); }, success: function(response, statusText, xhr, $form){ $("#rButton").prop("disabled", false); $("#rButtonSpinner").hide(); if (response.SUCCESS) { $("#rForm").remove(); $("#rSuccess").show(); } } }; $(this).ajaxSubmit(options); return false; }); // Toggle report text input $("input[name='rOption']").change(function(){ if ($(this).attr("id") === "r242") { $("#rTextWrapper").show(); } else { $("#rTextWrapper").hide(); } $("#rError").hide(); $("#rErrorEmail").hide(); $("#rErrorText").hide(); }); // Alert form handler $("#alertForm").bind("submit", function(event){ event.preventDefault(); if (/^\w+([\.\+\-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test($("#alertEmail").val())) { var options = { url: "/ajax/alert", dataType: "json", data: { "aEmail": $("#alertEmail").val(), "aKeyword": $("#alertKeyword").val(), "aLocation": $("#alertLocation").val(), "aCountry": $("#alertCountry").val() }, success: function(response, statusText, xhr, $form){ $("#alertModal").modal("hide"); } }; $(this).ajaxSubmit(options); } return false; }); }); // === END sRedirect + applyModal handlers ===