Skip to content

Commit

Permalink
Remove unnecessary sessionDefaultChannelGrouping
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Oct 6, 2023
1 parent f8a5b20 commit 3b6ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Analytics/ResourceAnalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getTopReferrersByPagePath(Period $period, int $limit): array
$googleAnalytics = $this->googleAnalytics
->setDateRange($period)
->addMetrics('sessions')
->addDimensions('sessionSource', 'sessionDefaultChannelGrouping', 'pagePath')
->addDimensions('sessionSource', 'pagePath')
->orderByMetric('sessions', Direction::DESC)
->limit($limit);

Expand Down

0 comments on commit 3b6ff0e

Please sign in to comment.