Skip to content

Commit

Permalink
Merge pull request #5011 from GSA/add-more-dimensions
Browse files Browse the repository at this point in the history
add dataset page dimensions to global download and outbound tables
  • Loading branch information
btylerburton authored Dec 10, 2024
2 parents af08582 + e984c9e commit 1f5d624
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 @@ -159,6 +159,8 @@ def setup_global_reports():
{"name": "linkUrl"},
{"name": "fileExtension"},
{"name": "fileName"},
{"name": "pageLocation"},
{"name": "pageTitle"}
],
"dimensionFilter": {
"andGroup": {
Expand Down Expand Up @@ -186,6 +188,8 @@ def setup_global_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 1f5d624

Please sign in to comment.