Skip to content

Commit

Permalink
add dataset page dimensions to global download and outbound tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Dec 10, 2024
1 parent af08582 commit e984c9e
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 e984c9e

Please sign in to comment.