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 tables for global file downloads and external clicks on /metrics #4943

Open
4 tasks
tdlowden opened this issue Oct 22, 2024 · 0 comments
Open
4 tasks

Add tables for global file downloads and external clicks on /metrics #4943

tdlowden opened this issue Oct 22, 2024 · 0 comments
Labels
metrics Stats, metrics and data visualizations of catalog

Comments

@tdlowden
Copy link
Member

User Story

In order to understand the totality of downloads and link clicks on the site, agency users wants unfiltered file download and external link data.

Acceptance Criteria

[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]

  • GIVEN we don't have a way of attributing links to orgs on search results pages
    WHEN someone visits the main /metrics page happens
    THEN tables for global downloads and external link clicks will be present
    AND have associated downloadable full files

Background

The org-specific dataset pages do not account for link clicks directly from search results. This will help show the full picture

Security Considerations (required)

none

Sketch

  • Create API calls for global downloads and external links

  • Add tables for downloads and external links to global /metrics page

    MOST_DOWNLOADED_DATASETS_GLOBAL: {
    title: "Most Downloaded Dataset Files",
    description: "Top 10 downloaded files across catalog.data.gov, including links on dataset pages and search results pages",

    MOST_CLICKED_OUTBOUND_LINKS_GLOBAL: {
    title: "Most Downloaded Dataset Files",
    description: "Top 10 external link clicks across catalog.data.gov, including links on dataset pages and search results pages",

  • Include download links for the global data

@tdlowden tdlowden added the metrics Stats, metrics and data visualizations of catalog label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metrics Stats, metrics and data visualizations of catalog
Projects
Status: 📥 Queue
Development

No branches or pull requests

1 participant