From Google Analytics to HTML - create your own dashboard

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 42

  • @Mdbootstrap
    @Mdbootstrap  2 роки тому +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 2 роки тому

      Hi - are you still operating?

    • @botkillerhades6441
      @botkillerhades6441 2 роки тому

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

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

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

  • @abdullahsohail1781
    @abdullahsohail1781 10 місяців тому +2

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

    • @Mdbootstrap
      @Mdbootstrap  10 місяців тому

      Happy to help, Keep Coding :)

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

      Same

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

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

  • @guisaldanha
    @guisaldanha 2 роки тому +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

  • @aihome242
    @aihome242 11 місяців тому +3

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

  • @shankar66
    @shankar66 Рік тому +7

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

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

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

  • @KirstyMarks
    @KirstyMarks 6 місяців тому +2

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

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

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

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

      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 :)

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

    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?

  • @jempires3055
    @jempires3055 2 роки тому

    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

  • @누누누-d8r
    @누누누-d8r Рік тому +1

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

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

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

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

      It's not required, but it makes it easier

  • @ellaidhurai602
    @ellaidhurai602 2 роки тому

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

  • @huseyinlora
    @huseyinlora Рік тому +2

    I cannot login, even though I made all steps.

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

    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.

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

      did you find any way to avoid logging in?

  • @shortlifelessons
    @shortlifelessons Рік тому +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".

  • @biggroupsearch6362
    @biggroupsearch6362 2 роки тому

    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 2 роки тому +1

      Hello did you found the solution?

    • @muneerpuri5705
      @muneerpuri5705 2 роки тому +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

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

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

  • @thatgeezeruk
    @thatgeezeruk 2 роки тому

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

    • @botkillerhades6441
      @botkillerhades6441 2 роки тому

      Hello did you find the solution?

    • @thatgeezeruk
      @thatgeezeruk 2 роки тому

      @@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 Рік тому

      have you solved this problem? i really need your help

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

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

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

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