ActivityMetricsGroupBy
How resource-view activity is bucketed into each metric's count.
enum ActivityMetricsGroupBy {
ACCORD
DURATION
OPPORTUNITY_AMOUNT
WORKSPACE_ACCOUNT
}
Values
ActivityMetricsGroupBy.ACCORD
Count of distinct accords the resource was viewed on, returned as a
single row with no date and the accord ids in ids. Cannot be
combined with aggregationLevel.
ActivityMetricsGroupBy.DURATION
Average view duration in seconds.
ActivityMetricsGroupBy.OPPORTUNITY_AMOUNT
Summed opportunity amount of the accords the resource was viewed on, returned as a single row with no date.
ActivityMetricsGroupBy.WORKSPACE_ACCOUNT
Count of distinct workspace accounts (viewers).
Member Of
ActivityMetricsInput input