ReverseProxy-PlausibleAnalytics icon indicating copy to clipboard operation
ReverseProxy-PlausibleAnalytics copied to clipboard

is it possible to track file downloads ?

Open Badelmaust opened this issue 1 year ago • 1 comments

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

Badelmaust avatar Dec 07 '23 19:12 Badelmaust