GA4 Report Table Exporter
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
GA4 Report Table Exporter scans Google Analytics 4 report tables and extracts structured analytics data including dimension values, metric values, totals, row labels, date ranges, event names, user counts, session counts, engagement metrics, and conversion data. The tool aggregates all visible rows from the current report page into a clean table and exports the data as CSV or JSON with one click. You can also copy the data to your clipboard as tab-separated text for pasting into spreadsheets. The tool works across all GA4 report types — Acquisition, Engagement, Monetization, Retention, and custom reports.
WHERE IT RUNS
This userscript runs inside Google Analytics 4 (analytics.google.com) in your browser, powered by the free BotGentz extension. It operates entirely on the page you are viewing — it does not send your analytics data anywhere else. All data extraction and processing happens locally in your browser. The script works on all GA4 report pages including Explorations, standard reports, and custom report builder views.
HOW TO USE
Install the BotGentz extension, then install this userscript from the BotGentz catalogue. Navigate to any Google Analytics 4 report page. The tool will automatically scan the page and show the number of rows found. Use the "Scan Page" button to manually refresh the data. Toggle "Include totals" to control whether summary rows are exported. Select which columns you want to export by toggling the checkboxes. Choose your export format (CSV or JSON) from the dropdown. Click "Export" to download the file with the current date in the filename. Click "Copy to Clipboard" to copy tab-separated data for pasting into spreadsheets or data analysis tools.
HOW IT WORKS UNDER THE HOOD
The script uses a multi-strategy extraction approach that adapts to GA4's dynamically rendered React-based DOM. It first attempts to locate the report title using selectors like .report-title and [data-testid="report-title"]. It then searches for data tables using selectors such as table.ga-report-table, .data-table, and [data-testid="report-table"]. If no table is found, it scans for any table within the page that contains analytics keywords like users, sessions, engagement, or conversions. The script intelligently identifies table headers and maps values to their appropriate columns. The script handles dynamic column counts, detects total rows, and applies deduplication. The CSV export handles proper escaping of fields containing commas, quotes, or newlines.
THE PANEL
The tool runs in the BotGentz panel, a draggable floating interface that stays on top of the page. You can drag the panel by its header, collapse it to a small bubble, and resize it. The panel remembers its position per site, so it stays where you left it when you return to GA4. Press Escape to close the panel when you are done. The panel includes status indicators showing how many rows were found, a format selector, a totals toggle, and checkboxes for selecting which columns to export.
PLEASE NOTE
This tool requires the free BotGentz extension to run. Google Analytics 4 frequently updates its interface — if the tool stops working, check for an updated version or report the issue. All data stays in your browser and is never sent to any external server. The tool works only on the current page; to export data from multiple pages, scan each page individually. The tool extracts visible data only and cannot access data not loaded on the current page. Analytics data should be verified against GA4 official reports for accuracy.