Skip to content

Commit

Permalink
removes top search terms from metrics page
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Nov 4, 2024
1 parent 77cf3e7 commit 868c266
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions _data/metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ const REPORTS = {
description: "",
url: "global__device_category__last30.csv",
columnKeys: ["deviceCategory", "activeUsers", "percentage"]
},
TOP_SEARCH_TERMS: {
title: "Top Search Terms",
description: "Top onsite search terms (Full report shows top 50 terms)",
url: "global__top_search_terms__last30.csv",
columnKeys: ["searchTerm", "eventCount"]
},
},
DATASETS_PER_ORG: {
title: "Number of Datasets per Organization",
description: "Count of datasets by organization",
Expand Down

0 comments on commit 868c266

Please sign in to comment.