📊 Google Analytics 4 + BigQuery | How To Link BigQuery GA4 Tutorial To Build Reports

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 20

  • @LuisMejia-fo5vy
    @LuisMejia-fo5vy Год назад +2

    Great explanation! I've got a quick question for you: How exactly do we go about using revenue metrics? 😄

  • @THDDigitalAdmin
    @THDDigitalAdmin Год назад +2

    Hello, this video is excellent! I do have a question, though. Given that the cost of using BigQuery data is usage-based, could you provide an estimate of the approximate cost for a standard digital marketing dashboard? Thank you!

    • @LearnBI
      @LearnBI  Год назад

      The free tier gives you 10gb of storage and 1tb of processed query data per month for free so that’s quite a lot. But there are limitations. You get that with the paid plans as well after which it’s costs a few cents per GB used so not expensive at all. Just Google BigQuery pricing plans.

  • @jhbc1993
    @jhbc1993 20 дней назад

    Hey Adam! Thanks for the video-it’s super helpful and great content. I’m curious why the calculated field for the Sessions metric in the video uses CONCAT, while the one suggested in the cheat sheet doesn’t. It seems like the version with CONCAT, as shown in the video, pulls the correct data into the scorecard. Thanks again!

    • @LearnBI
      @LearnBI  19 дней назад +1

      Thanks for pointing this out, I’ll update accordingly.

  •  Год назад +1

    How to calculate Avg session duration in looker studio from BigQuery?

    • @LearnBI
      @LearnBI  Год назад

      Average session duration is total duration / total sessions

  • @joebasshd
    @joebasshd Год назад +1

    When will you drop the video on how to backfill GA4 data into BigQuery? I need it

    • @LearnBI
      @LearnBI  Год назад +1

      I recommend using Windsor.ai or PowerMyAnalytics.com

  • @paulschnellaag7897
    @paulschnellaag7897 Год назад +1

    Outstanding content as always Adam. This is my project for this month! Question though. One site, one BQ project? Or can I combine streams and filter them back out by stream ID in my Looker report?

    • @LearnBI
      @LearnBI  Год назад +2

      Thanks for your feedback 🙂. One BQ project can be linked to multiple GA4 properties. A separate dataset will be created for each in the project. If you want to combine them together into a single BigQuery data source for Looker, you could just write a SQL query to UNION them (essentially stacking the data). Hope this helps.

  • @VijaiV-n1w
    @VijaiV-n1w 4 месяца назад

    How is this different from directly pulling date from GA4 to Looker without bigQuery?

    • @LearnBI
      @LearnBI  4 месяца назад

      Do you mean using the GA4 native connector in Looker?

    • @samrangaful
      @samrangaful 4 месяца назад

      Yes, 🙌

    • @LearnBI
      @LearnBI  4 месяца назад +1

      The difference is that you are restricted by the limitations of the API in both the API call quota limits and that you do not have access to the full dataset. The latter means things like not being able to change the aggregator on metrics or mix dimensions and metrics in calculation formulas. Because you can only access the data the API allows you. When you export the data to BigQuery you have access to the full dataset to allow you to manipulate it in any way you like

    • @VijaiV-n1w
      @VijaiV-n1w 4 месяца назад

      @@LearnBI wow! I did not know this. I always use native GA4 connector. I will try using Big Query. Thanks so much.

  • @susanfishman2561
    @susanfishman2561 6 месяцев назад

    And suggestions on how to get browser data from BigQuery into looker? The events_YYYYMMDD only has a device category and a device model, but nothing for browser.

    • @LearnBI
      @LearnBI  6 месяцев назад

      It has browser data as well. The field name is device.web_info.browser

  • @susanfishman2561
    @susanfishman2561 7 месяцев назад +1

    Will you be doing a video on backfilling BigQuery with GA4 data?

    • @LearnBI
      @LearnBI  7 месяцев назад

      I’m not sure tbh. If you’re looking to do it, you’ll need to use a data hub like Power My Analytics.