dbt-ga4: the community standard for modelling the GA4 BigQuery export
A dbt package that turns the raw GA4 BigQuery export into report-ready models for sessions, users, ecommerce and attribution.
The Measurement Room
Google's official directory of community-built GTM tag and variable templates, web and server-side, that install straight into a container instead of a hand-coded custom HTML tag.
The default reflex when a new ad platform or CDP needs a tag is to open a Custom HTML tag and paste in whatever snippet the vendor emailed. That trap costs you sandboxed permissions, no built-in update path, and a container full of opaque JavaScript nobody else on the team wants to touch. Before doing that, check the GTM Community Template Gallery.
The gallery is Google's own directory of reviewed, community-built templates for both tag and variable types, covering ad platforms, CDPs and analytics tools, for standard web containers and server-side GTM alike. Each template is versioned and flags when an update is available, and because it installs directly into your container through GTM's own template import, it runs in GTM's sandboxed permission model rather than as free-form script. It is the first stop before you build a custom tag from scratch, and often the only stop.
Browsing and installing templates from the gallery is free; an individual template only costs money if the vendor behind it requires their own paid service to use it. The official Google developer docs page was last updated 27 April 2026, and the gallery actively accepts and reviews new community submissions, typically within two to three days, so it is worth a second look even for platforms that were not covered last time you checked.
More Like This
A dbt package that turns the raw GA4 BigQuery export into report-ready models for sessions, users, ecommerce and attribution.
Three foundation queries for the GA4 BigQuery export: the event_params unnesting pattern, daily users and sessions, and top pages by view, all with a date filter that controls scan cost.
Session-scoped source, medium and campaign reporting from the GA4 BigQuery export, aggregating sessions and conversions per channel, with an honest note on why it will not tie out to the GA4 UI.