ga.dataPerEvent
Type: object
The status for a GA area, per event. Useful when you pass in multiple events when rendering a chart.
{
"dataPerEvent": {
"eventKey1": {
"status": "booked",
"numBooked": 5,
"holds": {
"tokenHash1": { "NO_TICKET_TYPE": 4 }
}
},
"eventKey2": {
"status": "free",
"numBooked": 1,
"holds": {}
}
}
}