From Google Analytics to HTML - create your own dashboard

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • 📂 Download easyData & source code: easy-data.mdbg...
    ☁️ Google Cloud Platform: console.cloud....
    📝 Google Analytics docs: developers.goo...
    📥 MDB UI KIT FREE download - mdbootstrap.com/
    🎓 From Google Sheets to HTML table tutorial: • From Google Sheets to ...
    📰 If you prefer written tutorials, you will find 25+ lessons on Bootstrap here -
    mdbootstrap.co...
    _______________________________
    💎 MDBootstrap Pro - mdbootstrap.co...
    🎁 50% discount code (time-limited promotion) - YT50PRO
    _______________________________
    📤 FREE hosting - mdbgo.com/
    🎥 MDB GO / CLI - installation & tutorial • MDBGO - CLI - Install
    👨‍👩‍👧‍👦 If you have any questions - don't hesitate to ask on our Facebook group:
    / 682245759188413
    ⭐ Support creation of open-source packages with a STAR on GitHub
    github.com/mdb...

Komentáře • 42

  • @Mdbootstrap
    @Mdbootstrap  Před 2 lety +2

    I hope you liked the video. If you are already here in the comment section, I invite you to let me know what other videos would you like to see in the future. Also, share any other feedback that you have on this video!
    I don't run ads on tutorials - the only value I get is your engagement in the MDB community.
    So if you would like to show your support:
    - Encourage more people to Keep Coding ---> Send this video to one person
    - Stay tuned for new content ---> Subscribe & ring the bell
    In the description, you will find links to some useful, free resources:
    📥 Download Material Design for Bootstrap - FREE open-source UI KIT
    🎓 Learn responsive web design with the latest Bootstrap 5 (full 1.5H course)
    🎁 Join our mailing list & receive exclusive perks (free stuff that is normally behind a paywall)
    ⭐Support the creation of open-source packages with a STAR on GitHub
    👪 If you have any questions - don't hesitate to ask on our Facebook group
    Thank you for your support!

    • @biggroupsearch6362
      @biggroupsearch6362 Před 2 lety

      Hi - are you still operating?

    • @botkillerhades6441
      @botkillerhades6441 Před 2 lety

      Hello sir , can you please tell me why the login button is not showing

    • @SudhakarK
      @SudhakarK Před rokem +1

      You have to mention MDB in title. This title is misleading.

  • @abdullahsohail1781
    @abdullahsohail1781 Před 9 měsíci +2

    thanks only one of a kind video on internet. that's what I really needed

  • @user-wl7fl7gn8o
    @user-wl7fl7gn8o Před 5 měsíci +2

    This no longer works with GA 4 and outdated code. Should be updated.

  • @aihome242
    @aihome242 Před 10 měsíci +3

    Does not work, this is way outdated, need for GA4

  • @guisaldanha
    @guisaldanha Před 2 lety +2

    For me: Console error: details: "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the [Migration Guide] for more information." error: "idp_initialization_failed".
    I will verify where is my mistake

  • @iamkd20
    @iamkd20 Před rokem +1

    @Mdbootstrap
    Can we skip login page by using service key??
    If possible please let us know

  • @shortlifelessons
    @shortlifelessons Před rokem +1

    anyone here this solution working in 2023? I did all steps but I got error
    "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the [Migration Guide] for more information." error: "idp_initialization_failed".

  • @shankar66
    @shankar66 Před rokem +6

    You showed how to fetch data. Make a video to display google analytics graphs and charts in html page.

  • @huseyinlora
    @huseyinlora Před rokem +2

    I cannot login, even though I made all steps.

  • @CurtisGrant
    @CurtisGrant Před 4 měsíci

    Do you have an updated version that works with googles latest changes?

    • @Mdbootstrap
      @Mdbootstrap  Před 4 měsíci

      Hi Curtis, how are you doing? Unfortunately we did not have time yet for an updated version. There's a lot going on at the moments with launching Data Den and changes to MDBootstrap and TW Elements. It's all hands on deck in these projects. Will have it in mind though :)
      Keep Coding :)

  • @ellaidhurai602
    @ellaidhurai602 Před 2 lety

    error: 'idp_initialization_failed - i have created as per the instruction but there is a problem how to solve this.

  • @jempires3055
    @jempires3055 Před 2 lety

    please help me why on google cloud platform there is a client id for web application Note: It may take 5 minutes to a few hours for settings to take effect

  • @ozairakhtarcom
    @ozairakhtarcom Před rokem

    Hi, What languages we require in order to design and develop our own Analytics for Website and Mobile Apps?

  • @prasenjitroychowdhury1777
    @prasenjitroychowdhury1777 Před 10 měsíci

    H sir, thanks for sharing this video on YT, could you please share a video using GA4, Analytic Data API, and the report can show on a desired/admin website?

  • @aarondleo07
    @aarondleo07 Před rokem

    i dont see any login after clearing the cookies. help me anyone?

  • @user-yg3gm2so3m
    @user-yg3gm2so3m Před rokem +1

    Thanks a lot for the information. Is there any other way to proceed without Google login at 14:23?

  • @MrTomyCJ
    @MrTomyCJ Před rokem

    So from now on, in order to request data to the analytics API from a personal website, you have to log in with your google acount in that website? Is there any other way? btw, the easydata html file can be useful but at the same time it's confusing for absolute beginners. I, for example, would have to look through hundreds of lines of code to see what's the actually minimally required code to request data from google analytics' API.

  • @mattmarkus4868
    @mattmarkus4868 Před rokem

    Is EasyData required to get GA data or is it only for charting?

    • @Mdbootstrap
      @Mdbootstrap  Před rokem

      It's not required, but it makes it easier

  • @biggroupsearch6362
    @biggroupsearch6362 Před 2 lety

    Hi, super tutorial!
    I get to the point where the login button should show. It looks like it requires the GAPI data to be present for the button to show:
    document.addEventListener("gapi-loaded", (e).
    I am not getting this button.
    If I place the:
    document.getElementById("sign-in-btn").style.display = "block";
    outside of the code block I get the button. But cannot get the data. I have checked connected apps in Google and the application name is there with the right permissions. Do you have any ideas?

    • @botkillerhades6441
      @botkillerhades6441 Před 2 lety +1

      Hello did you found the solution?

    • @muneerpuri5705
      @muneerpuri5705 Před 2 lety +1

      Just remove the inline style... but it won't work as the package used in this video uses another auth package which is deprecated and doesn't work

  • @thatgeezeruk
    @thatgeezeruk Před 2 lety

    I have tried this and do not get the login button, can you help?

    • @botkillerhades6441
      @botkillerhades6441 Před 2 lety

      Hello did you find the solution?

    • @thatgeezeruk
      @thatgeezeruk Před 2 lety

      @@botkillerhades6441 hey, no I didn't. I did get the login screen to appear by taking the login button out of the JS but never got it working.

    • @aarondleo07
      @aarondleo07 Před rokem

      have you solved this problem? i really need your help

    • @thatgeezeruk
      @thatgeezeruk Před rokem

      @@aarondleo07 hi never solved it mate. The creator never came back either. Looked so easy too

    • @aarondleo07
      @aarondleo07 Před rokem

      @@thatgeezeruk i see. thanks for reply tho! i completely abandoned this and made my own instead :D