Game Action Aggregates
Represents the aggregated statistics of all match actions by action types.
Attributes
Name
Type
Description
{
"action": "Foul",
"actionId": 308,
"actionAggregate": 7,
"subActionAggregates": [
{
"subAction": "4 Points",
"subActionId": 30801,
"subActionAggregate": 7
}
]
}Last updated
Was this helpful?