From Google Analytics to HTML - create your own dashboard

From Google Analytics to HTML - create your own dashboard

Keep coding

2 года назад

25,293 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Mdbootstrap
@Mdbootstrap - 18.01.2022 14:38

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!

Ответить
@CurtisGrant
@CurtisGrant - 16.04.2024 23:55

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

Ответить
@user-wl7fl7gn8o
@user-wl7fl7gn8o - 03.04.2024 14:25

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

Ответить
@appstuff6565
@appstuff6565 - 03.12.2023 15:40

Hi to the person behind "Keep coding", thanks for this video.

I am stuck in a dilemma, perhaps a basic guidance or suggestion from an expert as youmight help.
My Tech Stack:
NextJS 13.5 with Supabase.
I have a link aggregation clone like linktree, since its a learning hobbyist project, where each user has its unique user profile and multiple links. Similar to linktree style.

Everything works as is. The next stage of my project is Analytics:
1. I need to show the logged in user how many page visits his page has
2. how many times a link/button was clicked on his page.

For this, i planned to do diy, but in case if there are heavy requests I fear my db wont be able to handle without breaking out of the free supabase tier.
So I plan to use something like Google Analytics.

Now, Im familiar with the basic integration for my project/web-app and to see how many visitors visited my project/web-app.
What I want to undertand is to show my logged in users the data about ONLY their profile page, is it possible to do so?
each user can see their analytics through google analytics in my web app itself.

How do i tackle this? Is it a viable method with GA or should I DIY?
Thanks for your time.

Ответить
@abdullahsohail1781
@abdullahsohail1781 - 02.12.2023 21:48

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

Ответить
@aihome242
@aihome242 - 02.11.2023 23:25

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

Ответить
@prasenjitroychowdhury1777
@prasenjitroychowdhury1777 - 19.10.2023 12:39

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?

Ответить
@iamkd20
@iamkd20 - 07.09.2023 16:49

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

Ответить
@iamkd20
@iamkd20 - 07.09.2023 16:47

In 2023,
Please add
plugin_name: 'PLUGIN'

along with client id in easyData-google-analytics.js file
(Line no 7)

Ответить
@ozairakhtarcom
@ozairakhtarcom - 03.04.2023 14:29

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

Ответить
@MrTomyCJ
@MrTomyCJ - 26.03.2023 07:21

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.

Ответить
@huseyinlora
@huseyinlora - 11.02.2023 01:01

I cannot login, even though I made all steps.

Ответить
@shortlifelessons
@shortlifelessons - 30.01.2023 20:13

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: "idpiframe_initialization_failed".

Ответить
@mattmarkus4868
@mattmarkus4868 - 01.12.2022 00:12

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

Ответить
@shankar66
@shankar66 - 26.11.2022 15:31

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

Ответить
@aarondleo07
@aarondleo07 - 16.11.2022 15:59

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

Ответить
@ellaidhurai602
@ellaidhurai602 - 30.07.2022 10:46

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

Ответить
@thatgeezeruk
@thatgeezeruk - 23.06.2022 15:49

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

Ответить
@biggroupsearch6362
@biggroupsearch6362 - 22.06.2022 17:12

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?

Ответить
@jempires3055
@jempires3055 - 03.06.2022 05:30

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

Ответить
@guisaldanha
@guisaldanha - 09.05.2022 02:05

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: "idpiframe_initialization_failed".
I will verify where is my mistake

Ответить