No. You’d just add a call to record_event in this handler when a user downloads a file. Keep in mind this records a file download only. If a user accesses a query (which emits a “View Query” event) they could still download the entire dataset by copying the XHR request payload from their browser inspection tools.
@k4s1m can you expand on how this record_event would be implemented within the handler you linked? Would this need to be created only when filetype != json?
Login or sign up disabled while the site is in read only mode