Skip to content

Commit

Permalink
Merge pull request #8813 from kaltura/Orion-15.9.0-SUP-19641
Browse files Browse the repository at this point in the history
SUP-19641: issue groupBy instead of topN when ordering by engagement_ranking
  • Loading branch information
NadavHarnik committed Oct 16, 2019
2 parents 9e84333 + 9a4d0a2 commit ac9a312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpha/apps/kaltura/lib/reports/kKavaReportsMgr.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ class kKavaReportsMgr extends kKavaBase
self::METRIC_VIEW_UNIQUE_ENGAGED_USERS => true,
self::METRIC_VIEW_UNIQUE_BUFFERING_USERS => true,
self::METRIC_VIEW_UNIQUE_AUDIENCE_DVR => true,
self::METRIC_ENGAGEMENT_RANKING => true,
);

protected static $multi_value_dimensions = array(
Expand Down

0 comments on commit ac9a312

Please sign in to comment.