Skip to content

Commit

Permalink
Merge pull request #5006 from GSA/add-more-dimensions
Browse files Browse the repository at this point in the history
update metrics: add dimensions to download file & outbound click tables
  • Loading branch information
rshewitt authored Dec 6, 2024
2 parents 62f0885 + 5ad7956 commit 5fe129b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metrics/datagov_metrics/ga.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def setup_organization_reports():
{"name": "customEvent:DATAGOV_dataset_publisher"},
{"name": "fileExtension"},
{"name": "fileName"},
{"name": "pageLocation"},
{"name": "pageTitle"},
],
"dimensionFilter": {
"andGroup": {
Expand Down Expand Up @@ -104,6 +106,8 @@ def setup_organization_reports():
{"name": "customEvent:DATAGOV_dataset_organization"},
{"name": "customEvent:DATAGOV_dataset_publisher"},
{"name": "outbound"},
{"name": "pageLocation"},
{"name": "pageTitle"},
],
"dimensionFilter": {
"andGroup": {
Expand Down

0 comments on commit 5fe129b

Please sign in to comment.