Skip to content

Commit

Permalink
Update metrics.js
Browse files Browse the repository at this point in the history
Removed a couple words from global descriptions. Changed order of reports to put new reports above the old
  • Loading branch information
tdlowden authored Dec 9, 2024
1 parent 1f9ebfb commit 55bc5c7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions _data/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ const REPORTS = {
url: "global__device_category__last30.[end_date].csv",
columnKeys: ["deviceCategory", "activeUsers", "percentage"]
},
MOST_DOWNLOADED_DATASETS: {
title: "Most Downloaded Dataset Files",
description: "Top 10 downloaded files",
url: "global__download_requests__last30.[end_date].csv",
columnKeys: ["linkUrl", "eventCount"]
},
MOST_CLICKED_OUTBOUND_LINKS: {
title: "Most Clicked Outbound Links",
description: "Top 10 external link clicks",
url: "global__link_requests__last30.[end_date].csv",
columnKeys: ["linkUrl", "eventCount"]
},
DATASETS_PER_ORG: {
title: "Number of Datasets per Organization",
description: "Count of datasets by organization",
Expand All @@ -35,18 +47,6 @@ const REPORTS = {
description: "Count of harvest sources by organization",
url: "global__harvest_sources.[end_date].csv",
columnKeys: ["organization", "count"]
},
MOST_DOWNLOADED_DATASETS: {
title: "Most Downloaded Dataset Files",
description: "Top 10 downloaded files from dataset pages",
url: "global__download_requests__last30.[end_date].csv",
columnKeys: ["linkUrl", "eventCount"]
},
MOST_CLICKED_OUTBOUND_LINKS: {
title: "Most Clicked Outbound Links",
description: "Top 10 external link clicks from dataset pages",
url: "global__link_requests__last30.[end_date].csv",
columnKeys: ["linkUrl", "eventCount"]
}

},
Expand Down

0 comments on commit 55bc5c7

Please sign in to comment.