Web Support Technician (Customer Success)

open source web analytics solution that gives people full control of their data and built-in privacy. If you love solving tech problems with passion for customers and enjoy interacting and

Blog: How to make your plugin configurable – Introducing the Matomo Platform

…$this->refreshInterval->uiControlAttributes = array(‘size’ => 3); $this->refreshInterval->description = ‘How often the value should be updated’; $this->refreshInterval->inlineHelp = ‘Enter a number which is >= 15′; $this->refreshInterval->defaultValue = ’30’; $this->refreshInterval->validate = function ($value,…

FAQ: Create a trigger to track interactions on all nested elements

…the child1 and child2 elements: <div class= »myClass »> Main DIV <span class= »child1″>Child 1</span> <span class= »child2″>Child 2</span> </div> To ensure that all elements within class= »myClass » trigger the desired action, you can create…