Skip to content
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

Closed
MillenniumFalconMechanic opened this issue Nov 8, 2024 · 1 comment · Fixed by #263
Closed

Add tracking of file download #260

MillenniumFalconMechanic opened this issue Nov 8, 2024 · 1 comment · Fixed by #263
Assignees

Comments

@MillenniumFalconMechanic
Copy link
Collaborator

MillenniumFalconMechanic commented Nov 8, 2024

Approach

  • Add a custom event that is a triggered when a user clicks on the individual file download:

    • Event name: file_downloaded
    • Parameter: entity_name: ${filename}
    • Parameter: related_entity_id: {entityId} where entityId is the ID of file's dataset or project
    • Parameter: related_entity_name: {entityName} where entityName is the name of the file' dataset or project
  • Add trackFileDownload function to tracking.ts.

@MillenniumFalconMechanic
Copy link
Collaborator Author

Completed.

MillenniumFalconMechanic pushed a commit that referenced this issue Nov 14, 2024
* feat: added file download tracking (#260)

* feat!: made tracking parameters to azulFileDownload required (#260)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants