GA Article Analytics

Overview

Use this skill to produce a repeatable GA4 content report for ifuryst.github.io. Prefer read-only collection from Google Analytics via Open Browser Use, then combine it with local repository checks for tracking and translation coverage.

Core Workflow

  1. Confirm local site tracking configuration:

  2. Audit translation coverage:

  3. Collect GA4 tables with OBU:

  4. Parse and classify rows:

  5. Produce a decision-oriented report:

Report Shape

Use a concise structure:

Local Commands

ruby skills/ga-article-analytics/scripts/audit_translations.rb
python3 skills/ga-article-analytics/scripts/parse_ga_table.py --kind pages ga-pages.txt
python3 skills/ga-article-analytics/scripts/parse_ga_table.py --kind landing ga-landing.txt
python3 skills/ga-article-analytics/scripts/parse_ga_table.py --kind source ga-sources.txt

If _site is stale, build the site before checking generated HTML. If local Jekyll cannot run because Bundler or gems are missing, inspect the existing _site output and say that generated output may be stale.