
The "On-Pitch Goal" Metric: Why It Beats Traditional Match Stats
Goalence's strict on-pitch metric, inspired by basketball plus/minus, moves football statistics from match counts toward real impact. The algorithm, minute-level resolution, and Süper Lig examples.
The Blind Spot of Traditional Statistics
You're watching a player. Ninety minutes on the pitch. The team won 3-0. The traditional statistic records a win.
But think about this for a moment. What if all three of those goals came in the 90th minute, after a substitute had just come on? The traditional statistic still writes the same win. A player who started and played the full game without their team taking the lead carries a "match won" in the records.
Here's the thing: that's unfair. Goalence's strict on-pitch goal metric was designed to close that blind spot.
The Algorithm: Three Steps
Step 1: Derive the player's on-pitch window.
If they started, the window begins at minute 0. If they came on as a substitute, the window starts at the substitution minute. If they were subbed off or shown a red card, it ends at that minute. If they played to the final whistle, the window extends to 90 + injury time.
Step 2: Pull every goal in the match from the event log. Identify the scoring team (for own goals, attribute the goal correctly to the opposing team).
Step 3: Count goals inside the window.
$$\text{team\_goals\_on\_pitch} = \#\{\text{goal} : \text{window\_start} \leq \text{goal.minute} \leq \text{window\_end}, \text{scorer} = \text{player's team}\}$$
In the same way, opponent goals scored while the player was on the pitch are tracked separately as team_goals_conceded_on_pitch. Two numbers: how many your team scored while you were on, how many you conceded.

Winning Minutes: A Deeper Layer
The minute-level version we developed in May 2026 categorises every single minute:
- Player on pitch and team leading → winning minute
- Level → drawing minute
- Behind → losing minute
So we're not asking "did the player win this match?" We're asking: "of the minutes they were on the pitch, what fraction did their team spend ahead?" That is a different metric. More honest.
A Süper Lig Example
Per our data, Galatasaray's backup goalkeeper Günay Güvenç spent 64.7% of his on-pitch minutes with his team leading across 739 minutes, the highest value in the Süper Lig. This reflects the fact that Galatasaray has been the first-to-score team in almost every match this season.
So a backup goalkeeper's winning-minute rate can serve as an effective indicator of a club's positional power in the table.
Hull City (Championship, 6th place) sees Darko Gyabi top their list at 46.4% across 487 minutes. That figure sits close to Championship mid-table, exactly where it should be.
Academic Roots
This metric can be understood as football's version of the plus/minus statistic developed for basketball at the MIT Sloan Sports Analytics Conference. NBA plus/minus measures the net point differential while a player is on the floor.
In football, the direct analogue fails because of low scoring density. Goals are rare events. Our approach is post-hoc reconstruction: combining player windows with goal timestamps from the event log to calculate, after the fact, the exact score state for every minute of every player's appearance.
In short: NBA's idea, football's data, computed retrospectively.

Why the Rankings Surprise People
When you first encounter this metric, you notice that it surfaces players who travel with strong teams, not necessarily the goal-scorers. Galatasaray's backup keeper sits at the top of the table because:
1. He gets minutes during front-running matches
2. Galatasaray has been the most consistent team in the Süper Lig title race this season
This produces a very different picture from goals_per_match and assists, which reward time near the goal. The implication is clear: no single metric is enough. Several together reveal a player's real impact.
In Goalence Stories we give direct access to all of these metrics. The Goals On Pitch and Win Minute % columns are clickable on every team and league page.
The goal: to move football statistics from match counts to real impact.
Tags
Frequently asked questions
What is the core difference vs the traditional 'win count'?⌄
Traditional stats count a win even if a player was on the pitch for one minute. The on-pitch metric counts only goals scored or conceded during the player's actual minutes.
Was this inspired by basketball plus/minus?⌄
Yes — it's a post-hoc football adaptation of the NBA plus/minus statistic developed at the MIT Sloan Sports Analytics Conference. The direct analogue is unusable in football because of low scoring density.
What problem does the minute-level version solve?⌄
Counting all 90 minutes as 'winning' when a goal lands at minute 90 is misleading. The minute-level version correctly attributes 85 drawing minutes and 5 winning minutes.
Where can I see this metric on Goalence?⌄
It's a sortable column on all 32 league/tournament Player Impact pages, on 653 team profiles, and on the unified 'National Teams' merged view.