You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be great when file download tracking with this library would be as easy as when including the script directly with https://plausible.io/js/script.file-downloads.js as described in the docs, i.e.
constplausible=newPlausible({domain: 'example.org',trackFileDownloads: true})// Defining options could be handled with an options object:constplausible=newPlausible({domain: 'example.org',trackFileDownloads: {extensions: ['docx','pdf','xlsx']}})
Right now it seems I would have to implement all of this myself.
The text was updated successfully, but these errors were encountered:
Hi all,
it would be great when file download tracking with this library would be as easy as when including the script directly with
https://plausible.io/js/script.file-downloads.js
as described in the docs, i.e.Right now it seems I would have to implement all of this myself.
The text was updated successfully, but these errors were encountered: