Skip to main content

V1.11 Update - 25th May 2023

Incorporating:

  • v1.10.1 - 5th May 2023

Inside 50 Metrics​

This update adds metrics on the origin of Inside 50s. These are all Squad metrics and are available via the Match Squad Statistics endpoint’s MatchMetricSquad model.

MetricContext
INSIDE_50_KICK_*Number of Goals/Behinds from an Inside 50 resulting from a midfield kick.
INSIDE_50_KICK_BEHICounts Behinds (incl. Rushed Behinds) only
INSIDE_50_KICK_GOALCounts Goals only
INSIDE_50_KICK_SCORECounts both Goals and Behinds
INSIDE_50_KICK_BOMBNumber of Inside 50s resulting from a midfield kick not directed to a target.
INSIDE_50_MID_STOPPAGE_DIRECT_*Number of Goals/Behinds from an Inside 50 following a midfield stoppage, limited to those that came from the clearance.
INSIDE_50_MID_STOPPAGE_DIRECT_BEHICounts Behinds (incl. Rushed Behinds) only
INSIDE_50_MID_STOPPAGE_DIRECT_GOALCounts Goals only
INSIDE_50_MID_STOPPAGE_DIRECT_SCORECounts both Goals and Behinds
MetricContext
INSIDE_50_TARGET_CHANCEInside 50 Targets where the target player had a chance of winning possession of the ball.
INSIDE_50_TRANSITION_DIRECT_*Number of Goals/Behinds from an Inside 50 following a Rebound 50 from the same team, with no midfield stoppages or Inside 50s by the opposition in between. This metric is restricted to those that happen in the same chain as the Rebound 50.
INSIDE_50_TRANSITION_DIRECT_BEHICounts Behinds (incl. Rushed Behinds) only
INSIDE_50_TRANSITION_DIRECT_GOALCounts Goals only
INSIDE_50_TRANSITION_DIRECT_SCORECounts both Goals and Behinds

Match Squad Statistics - Physical Zone Differentials​

The Match Squad Statistics endpoint can now be queried with a ‘PhysicalDiff’ context, which returns the difference in value (for each squad) of the metrics in the supplied zones. Unlike the existing ‘Diff’ context, PhysicalDiff compares each squad’s physical zones to one another.

Example:

  • When PhysicalDiff is applied with the ‘F50’ zone, each squad’s F50 zone is compared to the opposition’s F50 zone.
    • Whereas when Diff is applied, each squad’s F50 zone is compared to the opposition’s D50 zone.
  • When multiple zones are applied with PhysicalDiff, the resulting metrics produce the aggregate difference across all of the zones together.
    • F50 and AM supplied together will be each squad’s F50 + AM minus the opposition’s F50 + AM.

Improvements​

Shots endpoint – missing expected score​

As a result of specific sequence of transactions captured from a live match, some shots returned from this endpoint would be missing the expected score value. While this occurrence is hard to isolate and reproduce, the endpoint has been improved to deliver the expected score when this occurs.


NOTE

We expect that this issue may still occur – as it only occurs during a live match, we suspect other causes that we cannot reproduce under testing conditions. Please report any missing expected scores when they happen as it will help us to further limit it happening or even eliminate it altogether. Thank you!