Skip to content

Commit

Permalink
Merge pull request #7135 from google/fix/7132-view-only-ga4-dims
Browse files Browse the repository at this point in the history
Allow view only users to request all pie chart dims.
  • Loading branch information
tofumatt authored Jun 5, 2023
2 parents 808f023 + c5581c5 commit 9cdf492
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/Modules/Analytics_4/Report/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,9 @@ protected function validate_shared_dimensions( $dimensions ) {
$valid_dimensions = apply_filters(
'googlesitekit_shareable_analytics_4_dimensions',
array(
'country',
'date',
'deviceCategory',
'pagePath',
'pageTitle',
'sessionDefaultChannelGrouping',
Expand Down

0 comments on commit 9cdf492

Please sign in to comment.