Last updated: March 18, 2026
The Problem
Every marketing platform uses its own naming convention for fields:The Solution
Detrics normalizes all column names to snake_case before loading data into BigQuery. This means every platform’s fields follow the same convention, and you can write clean cross-platform SQL without worrying about naming differences.Normalization Rules
Detrics applies these rules in order:Examples
Before and After
Cross-Platform SQL
With normalized column names, cross-platform queries become straightforward:System Columns
System columns added by Detrics always use the_detrics_ prefix and are already in snake_case:
_detrics_account_id_detrics_row_id_detrics_sync_id_detrics_synced_at