Thanks for joining forces with Delenta!

Please register your interest one of us from the team will reach out
in 2-3 working days!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Future with Delenta

We’re on a mission to make our unique
coaching platform the biggest and the best because when we change your working life for the better, we change your clients’ lives too. Technology, innovation, and inspiration - we’ll give you the coaching tools you need to excel.

Spend More Time On Coaching, Leave The Rest
To Delenta, You're In Good Hands!

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
//GA Event Tracker Script. Licensed under MIT. Free for any use by all. Written by Paul Seal from codeshare.co.uk // Get the category, action and label from the element and send it to GA. The action is optional, because mostly it will be a click event. var trackClickEvent = function () { var eventCategory = this.getAttribute("data-event-category"); var eventAction = this.getAttribute("data-event-action"); var eventLabel = this.getAttribute("data-event-label"); var eventValue = this.getAttribute("data-event-value"); ga('send', 'event', eventCategory, (eventAction != undefined && eventAction != '' ? eventAction : 'click'), eventLabel, eventValue); }; // Find all of the elements on the page which have the class 'ga-event' var elementsToTrack = document.getElementsByClassName("ga-event"); // Add an event listener to each of the elements you found var elementsToTrackLength = elementsToTrack.length; for (var i = 0; i < elementsToTrackLength; i++) { elementsToTrack[i].addEventListener('click', trackClickEvent, false); }