MTGO-Tracker

Overview

MTGO-Tracker is an analytics tool used to process raw data for Magic: the Gathering Online. Players can import and parse log files created during online play and store resulting information into a local database for self-analysis.

See GitHub Repository.


Processed data is stored in five (5) tables:
        Matches
        Games
        Plays
        Drafts
        Draft Picks

This data will help you track your results, evaluate your performance, and analyze your play patterns.

Built-in dashboards are included to view and track Match History (Overall or by Format), Match History vs. Opponent, Match/Game Performance Data, Play Pattern Data, and Card Data.

Generated tables can be exported to .csv or .xlsx to allow you to manipulate the data yourself, run your own queries and build your own visualizations.

MTGO-Tracker

Limitations

Importing: Some data (e.g. Deck Names, Match Format) cannot be read from GameLog files explicitly. These columns import as NA by default and are input manually by the user.

Deck Names: Included is a tool to set best guess deck names by comparing card data with MTG Goldfish decklists, but this is not always accurate. Card data is saved for every match to assist with data entry for old matches.

Outdated GameLogs: My test data includes my own personal data from January 2021 to current. Older files may have been formatted differently and may not import correctly. (For example, I know formatting changed when the London Mulligan was implemented in July 2019)


Release History

MTGO-Tracker-v.16 (Oct 2023) - Change Log, Download
MTGO-Tracker-v.15 - Change Log
MTGO-Tracker-v.14 - Change Log
MTGO-Tracker-v.13 - Change Log
MTGO-Tracker-v.12 - Change Log
MTGO-Tracker-v.4.0 - Change Log
MTGO-Tracker 2022-v.3.2 - Change Log
MTGO-Tracker 2022-v.3.1 - Change Log
MTGO-Tracker 2022-v.3.0 - Change Log
MTGO-Tracker 2022-v.2.0 - Change Log
MTGO-Tracker 2022-v.1.2 - Change Log
MTGO-Tracker 2022-v.1.1 - Change Log
MTGO-Tracker 2022-v.1.0 - Change Log
MTGO-Tracker v.1.0.2 - Change Log
MTGO-Tracker v.1.0.1 - Change Log
MTGO-Tracker v.1.0.0 - Change Log