Experience Employee Advocacy in a 2-Month Experiment

Start with a low-threshold experiment to experience how employee advocacy works in practice. You activate a small group of employees, use existing content and work towards measurable results. This allows you to build a clear internal business case before deciding to scale.

  • No commitment
  • No complex setup
  • Guided by experts
  • One-time fee € 1.450
Trusted by top brands worldwide to activate brand ambassadors
Logo BridgestoneLogo CanonLogo dpdLogo CapgeminiLogo Crowe

Why this experiment works.

Employee advocacy only works when people experience it in practice. That is why this experiment is designed around adoption, impact and internal alignment. Instead of starting with a full rollout, you learn what works by activating real teams in real workflows, supported by clear goals and ongoing guidance.

What you can expect:

  • Full access to the platform during the experiment.
  • Intake, setup and guided kick-off in week one.
  • Ongoing support throughout the experiment.
  • Clear, measurable results after two months

How the experiment works.

In two months, you experience the complete employee advocacy cycle, from activation to measurable results.

  • We deliberately start with a compact setup.
  • A small group is activated, existing content is used and success criteria are defined upfront.
  • This keeps the experiment manageable and ensures insights you can confidently build on.
Trusted by marketing, HR and communication teams at organisations in 27 countries.
  • Bridgestone logo
  • Bridgestone logo

Interested in starting an experiment?

Fill in the form and you'll receive practical information about:

  • How the 2-month experiment is structured.
  • What is required to get started.
  • Clear, measurable results after two months.
  • The possible next steps and scaling options after you have completed the experiment.

No commitment. We only send information related to the experiment. You can always decide what you want to do.

$(document).ready(function() { // Only execute if the URL contains the Dutch slug '/nl' // if(window.location.href.indexOf('/nl') > -1) { // Check if the URL does not contain the word 'webinars' if(window.location.href.indexOf('webinars') === -1) { const modal = $('#webinar-modal'); function webModal(){ hasSeenBanner = getCookie("hasSeenWebinarBanner"); if (hasSeenBanner == "") { modal.addClass('active'); } } function closeModal(){ setCookie('hasSeenWebinarBanner', '1', '20'); modal.removeClass('active'); } $('#close-webinar-modal').click(function() { closeModal(); }); setTimeout(() => { webModal(); }, 15000); // Below you find three function for setting a cookie, getting a cookie and eventually checking whether the cookie exists function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function getCookie(cname) { let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); for(let i = 0; i #webinar-modal.active { z-index: 1000; opacity: 1; } #modal-wrapper { transition-property: opacity, z-index; transition-duration: 200ms, 0; transition-delay: 0, 200ms; } .geek-frame-holder { margin: 0 auto; }