Game Action Aggregates

Represents the aggregated statistics of all match actions by action types.

Attributes

Name
Type
Description

action

string

Name of the action.

actionId

integer

Action ID.

actionAggregate

integer

Frequency of a specific action recorded during a match.

subActionAggregates

Detailed information of the aggregated action.

Response JSON
{
    "action": "Point Started",
    "actionId": 401,
    "actionAggregate": 53,
    "subActionAggregates": [...]
}

Last updated