Game Action Aggregates
Represents the aggregated statistics of all match actions by action types.
Attributes
Name
Type
Description
{
"action": "Penalty Awarded",
"actionId": 106,
"actionAggregate": 1,
"subActionAggregates": [
{
"subAction": "Foul",
"subActionId": 10601,
"subActionAggregate": 1
}
]
}Last updated
Was this helpful?