How to export all google (universal) analytics data | Airbyte, Bigquery, Google Sheet, looker studio

Поділитися
Вставка
  • Опубліковано 4 лип 2024
  • UA - GA4 migration - part I
    ★ TABLE OF CONTENTS ★
    0:00 intro
    1:15 GA sheets extension: Installation
    2:22 GA sheets extensions: Create a new report
    5:55 GA sheets extensions: Run/Schedule report
    10:24 Airbyte
    11:11 Airbyte: Getting started
    14:25 Airbyte: Adding a source (google analytics)
    20:55 Airbyte: Adding a destination (bigquery)
    26:40 Airbyte: Creating a connection
    29:45 Airbyte: Adding custom google analytics report
    34:15 Looker studio: Create a report
    35:45 Looker studio: Adding data from google sheets
    37:48 Looker studio: Adding data from Bigquery
    40:04 Airbyte: Stopping a local instance

КОМЕНТАРІ • 21

  • @pinkasey
    @pinkasey 11 місяців тому +5

    Great video!
    Thank you very much!
    I like how you intentionally ran into the PERMISSION-DENIED error, and showed us how to solve it.
    It's probably one of the most common places people get stuck.

    • @kal_so
      @kal_so  28 днів тому

      Glad you found it useful

  • @lademarmalade
    @lademarmalade 16 днів тому

    Thank you! very useful video, everything is described in detail.

  • @sebastianbarrera2762
    @sebastianbarrera2762 Рік тому

    Excellent Video Thank you, im waiting for DBT video 🙏🤙🤙🤙

  • @pratheeshkumarcoolturbo
    @pratheeshkumarcoolturbo 17 днів тому

    Thanks a lot for the informative video 🤓🤓

  • @steddyeddie25
    @steddyeddie25 Рік тому +1

    Great video! I wonder if you have run into the issue of the Google Analytics API limiting the data to a 14 month window? When I run a Google Analytics Universal export, with a start date of e.g. 2020-01-01, the data always begins at exactly 14 months prior to the current date. This makes it impossible to export historic data prior to the rolling 14 month date. Is there a workaround for this?

  • @arisu0915
    @arisu0915 Рік тому

    Are there issues/challenges with sampled data? On the Airbyte website it mentions that could be a possibility but that was written prior to your video so I wonder if that is no longer an issue?

  • @MrNaveenkumar770
    @MrNaveenkumar770 Рік тому

    What about adding custom dimension /metrics in the google sheet using this add on?

  • @Vinodh-jk4ce
    @Vinodh-jk4ce Рік тому

    Hi, I'm looking to export GA4 custom dimensions to Big query. Do you have a solution for that? Thanks

  • @roycemekolle7334
    @roycemekolle7334 7 днів тому

    when I try to configure the destination as per the video, I get the below error message when i test the connections. can anyone help with this error? when i choose the option to use insert statement, the connection establishes successfully however, i get an error of "I don't have permission to create table" so I am not sure what to do. any help will be much appreciated.
    Configuration check failed
    State code: NoSuchKey; Message: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: null; S3 Extended Request ID: null; Proxy: null)

  •  Рік тому

    Great video! How can I estimate the Bigquery pricing? The Google Cloud calculator is not obvious.

  • @nikitaevsey
    @nikitaevsey Рік тому

    Hi, Stella, at the second 28:10 there is a setting "Full refresh | Overwrite". Is it better to select "Incremental | Append", so we don't reload all the data every day and just sync changes?

    • @nikitaevsey
      @nikitaevsey Рік тому

      I see, you've already answered, thanks.

  • @aklein17
    @aklein17 Рік тому

    Great video, thanks Stella! Quick question…I’m pulling pretty large data sets (5+ years by day) so we can preserve our historical data and I’m constantly running into sampling issues. Are there any tools that can pull the Google Analytics data without using sampled data?

    • @rajashekarreddy3750
      @rajashekarreddy3750 Місяць тому

      @aklein17, Were you able to pull the 5 years data. I have similar requirement, trying to see whether you could accomplish it.

  • @smritiranjanghosh924
    @smritiranjanghosh924 Рік тому

    Great Explanation sir, So how we can backup old data from 2019, is it possible? Thanks in advance

  • @smritiranjanghosh924
    @smritiranjanghosh924 Рік тому

    I follow your video its working very fine, can you guide me how to backup UA ecommerce data. Thanks in advance

  • @ArturPakosch
    @ArturPakosch 2 місяці тому

    Any reason why you not just use the UA-Data Studio connection and start building up what you need in Data/Looker Studio and export from there? Or let me ask in a different way - why would you need to build uo the data in Google Sheets first instead of just using the connector between LookerStudio and UA?

    • @ryansear3
      @ryansear3 Місяць тому

      From July 1st the data will no longer be available within UA.

  • @giorgostzanakis7311
    @giorgostzanakis7311 Рік тому

    Great explanation, thank you very much! Question: you are using "Full refresh - Overwrite". That would sync all data from scratch every time the sync runs, right? What would be the ideal sync mode for that case? Do we need dedup history for daily data?

    • @kal_so
      @kal_so  Рік тому

      Yes "Full refresh - overwrite" will delete and reload all data. You can look into "Incremental Sync - Deduped History" or other variants for your use case. Here are the docs docs.airbyte.com/understanding-airbyte/connections/. Hope that helps