Connecting to the Google Analytics 4 Reporting API

Поділитися
Вставка
  • Опубліковано 23 сер 2023
  • How to connect to the Google Analytics 4 Reporting API so you can access your data programmatically.
    To create a new Google Cloud Project go to:
    console.cloud.google.com/proj...
    Blog Post
    www.slideruleanalytics.com/blog/connecting-to-the-google-analytics-4-reporting-api
    SlideRule Shopify GA4 App
    apps.shopify.com/sliderule-an...
  • Наука та технологія

КОМЕНТАРІ • 26

  • @kevintoner6068
    @kevintoner6068 6 місяців тому

    Very easy to follow and it works
    amazing, thank you so much !

  • @exploreyourdreamlife
    @exploreyourdreamlife 9 місяців тому

    I tried to pull my data from Google analytics 4 to my spreadsheet, your tips proved really helpful. :) Liked and Subbed!

  • @kevindelacobamalam-hx1nk
    @kevindelacobamalam-hx1nk 9 місяців тому

    Amazing video, thanks mate!

  • @himanshusaini5316
    @himanshusaini5316 4 місяці тому

    thank you so much, man. Much apprecated!

  • @CarlosSantiagoULA
    @CarlosSantiagoULA 9 місяців тому

    Thanks!

  • @muilibolaji8799
    @muilibolaji8799 6 місяців тому

    THANK YOU

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

    Really good stuff

  • @iagoteixeira2523
    @iagoteixeira2523 10 місяців тому +9

    can you share the code?

  • @wilsonwaigant4827
    @wilsonwaigant4827 8 місяців тому +2

    Thank you for share this content. Could you please share the jupyter notebook? Thanks again

  • @rule1o
    @rule1o 5 місяців тому +1

    Can you please make a video on the GA4 Admin API for the Account access management or the user access management? To pull up data for the users and their access type

  • @CodigodeBarra0
    @CodigodeBarra0 6 місяців тому

    Really very helpful. Could you share a sample of this code or notebook? Thanks

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

    Thanks for the video, really useful.
    When I go to give the service account Account Access Management in Google analytics, I clicking add and getting the error "Failed to register users". I've checked I've got administrator rights on the account I'm logged in as. Any suggestions?

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

    I have faced a limitation of 7 dims & 10 metrics ? can i over come that limitation.

  • @stivengordillo8486
    @stivengordillo8486 7 місяців тому +1

    Do you have the code for PHP?

  • @Phlare
    @Phlare 26 днів тому

    when i try to add the service account client email as a user inside of Account access management in analytics, I paste it and it just disappears. does not seem to work this way anymore.

  • @adigaknocker1996
    @adigaknocker1996 18 днів тому

    How do people add "Demo property" I have tried following the demo account, it does not work, am I missing something?

  • @madhukar.jmadhu2911
    @madhukar.jmadhu2911 11 місяців тому

    hi sir can you tell us How to connect to the Google Analytics 4 Reporting API using node.js

  • @user-ut9yk2me8y
    @user-ut9yk2me8y 5 місяців тому

    Hey ,have someone tried with node js or JavaScript.

  • @prabhatrathore6993
    @prabhatrathore6993 5 місяців тому

    hlo sir iwant to pull data through api .
    can you make a video on that
    in nodejs api

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

    Can you share the python script that you are running?

  • @prasadnagineni3048
    @prasadnagineni3048 9 місяців тому

    can you share the jupyter notebook link. I will go through the code and see how it works

  • @ayocs2
    @ayocs2 7 місяців тому +1

    share code

  • @A_P___
    @A_P___ 15 днів тому

    "oh, this email doesn’t work, but I substituted another one and now everything works."
    HOW I didn’t understand anything, jeesus

  • @phanvinh4501
    @phanvinh4501 6 місяців тому +1

    not useful, did you skip the oauth part?

    • @kevinmclaughlin178
      @kevinmclaughlin178  6 місяців тому +3

      This uses service account credentials, not OAuth. OAuth would be very different.

    • @phanvinh4501
      @phanvinh4501 6 місяців тому

      to update: I could get data using Python (Visual Studio), to be honest this not very usefull but you were the one inspire me to work on GA4 reporting API. Thanks anyway man!