Skip to content

Commit

Permalink
add pageLocation and pageTitle dimensions to download files and outbo…
Browse files Browse the repository at this point in the history
…und links reports
  • Loading branch information
rshewitt committed Dec 6, 2024
1 parent 62f0885 commit 5ad7956
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 5ad7956

Please sign in to comment.