How to send custom event to Piwk Pro using adobe launch

How to send the custom event to piwik pro using adobe launch

Hi :slight_smile: You can use the JavaScript command queue.

var _paq = _paq || [];
_paq.push(["trackEvent", "Category", "action", "name", <value>]);

Name and value fields are optional.