-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tracking of file download #260
Comments
This was referenced Nov 8, 2024
jpaten
added a commit
that referenced
this issue
Nov 12, 2024
jpaten
added a commit
that referenced
this issue
Nov 13, 2024
NoopDog
pushed a commit
that referenced
this issue
Nov 14, 2024
NoopDog
pushed a commit
that referenced
this issue
Nov 14, 2024
Completed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Approach
Add a custom event that is a triggered when a user clicks on the individual file download:
file_downloaded
entity_name
:${filename}
related_entity_id
:{entityId}
whereentityId
is the ID of file's dataset or projectrelated_entity_name
:{entityName}
whereentityName
is the name of the file' dataset or projectAdd
trackFileDownload
function totracking.ts
.The text was updated successfully, but these errors were encountered: