BigQuery export for GA4 - the auditor view
Without the BigQuery export you hit a wall in GA4: no raw data, no custom SQL modelling, no retroactive audits. The auditor uses the export to reconcile sessions, conversions and e-commerce data against the live UI.
What is in the export
The GA4 BigQuery export delivers a daily events_YYYYMMDD table with all
event records including user_properties, event_params and the
associated device/geo struct.
Data-quality checks
- Event counts vs. GA4 UI: standard drift < 1 %.
- Conversions: every conversion must have a
transaction_id. - E-commerce:
currencyandvaluemust never be missing.