Sub Action Aggregates
Represents the aggregated statistics of all match sub actions by sub action types.
Last updated
Was this helpful?
Represents the aggregated statistics of all match sub actions by sub action types.
subAction
string
Name of the action.
subActionId
integer
Action ID.
subActionAggregate
integer
Frequency of a specific action recorded during a match.
{
"subAction": "Foul",
"subActionId": 10601,
"subActionAggregate": 1
}Last updated
Was this helpful?
Was this helpful?