ReverseProxy-PlausibleAnalytics
ReverseProxy-PlausibleAnalytics copied to clipboard
is it possible to track file downloads ?
Hi,
Thanks for this great feature. I'd like to add download tracking. I've modified options.php by trying :
$whitelist = [
/js/script.js',
/js/script.outbound-links.js',
/js/script.file-downloads.js',
/api/event
];
or
$whitelist = [
/js/script.js',
/js/script.file-downloads.outbound-links.js',
/api/event
];
but nothing is displayed on the Goals panel. Perhaps there's another syntax to use?
Regards Badel