How do access my GA4 data?

Once you have set up your GA4 pipeline, there are several ways of accessing the data.

  1. Looker Studio Connector
  2. BigQuery Tables
  3. The default GA4 Looker Studio Report

Which one should I pick to access my data?

The data behind both the Looker Studio Connector & BigQuery is the same (see the diagram below).

  • If you’re a beginner, Looker Studio is easier to use.
  • If you like your SQL or you’re looking to do more complex stuff, BigQuery is probably better.

how_does_ga4_work

You should pick the Pipeline Looker Studio connector when:

  1. You want friendly names: The field names in Looker Studio are more user-friendly. Instead of seeing a field name like dim__device_category, you can see it as Device Category.
  2. You want to do less customisation/work: Looker Studio has pre-calculated fields not found in our raw tables. Many metrics (i.e. Session Count) can only be calculated at the final stage (e.g. a Looker Studio/BI tool) if they’re going to be accurate. We do provide the formulas if you’re looking to add them to a BI tool yourself, but it will involve more manual work.

You should pick the BigQuery tables when:

  1. You want to do more customisation: The key thing is that you’ve got a raw table to work with, there’s no intermediate steps happening you can’t see and you can do whatever you’d like with it.
  2. Build in a BI tool outside of Looker Studio: If you want to build in a BI tool outside of Looker Studio e.g. Looker, Tableau, etc. you’ll have to use this option.

To give some examples of 1. The most common things we see people doing with this are:

  1. Changing the date logic (e.g. Adding pre-filtered time periods like quarters)
  2. Combining the GA4 tables with other data sources (e.g. a CRM, Google Ads, Search Console etc).

You can still generate the same metrics that are in the Looker Studio connector.

We provide the formulas in the tables which can be found in the navigation.

FAQS - Accessing Your Data