-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Google Analytics to a Django App | Stefan’s Blog #9
Comments
Thanks Million man. It really helped me. |
thank you Stefan, i have a question how can i call the data from google analytics to my dashboard please if u can help me with that, i dunno if that even possible |
Hi Radwwann, what do you mean with "call the data from google analytics to my dashboard"? |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"Segoe UI";
panose-1:2 11 5 2 4 2 4 2 2 3;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
-->Thank you for replying, so I asked lots of Facebook groups plus LinkedIn developers none has an answer some said we never thought about that or it is impossible until one share with me an answer https://stackoverflow.com/questions/21855107/display-google-analytics-data-on-my-web-site using Json file to retrieve data to my custom dashboard and it is really complicated I wish their is a video or Someone can explain it in a better way more clearly. 😊 Sent from Mail for Windows From: Stefan SchneiderSent: Friday, 9 September 2022 10:15 AMTo: stefanbschneider/blogCc: Radwwann; CommentSubject: Re: [stefanbschneider/blog] Adding Google Analytics to a Django App | Stefan’s Blog (#9) Hi Radwwann, what do you mean with "call the data from google analytics to my dashboard"?—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Thank you for replying, so I asked lots of Facebook groups plus LinkedIn developers none has an answer some said we never thought about that or it is impossible until one share with me an answer https://stackoverflow.com/questions/21855107/display-google-analytics-data-on-my-web-site using Json file to retrieve data to my custom dashboard and it is really complicated I wish their is a video or Someone can explain it in a better way more clearly :) |
Thanks a lot this saved me hours of research |
There is absolutely NOTHING in here that is specific to Django. These are merely the instructions for adding Google Analytics to ANY website. |
Adding Google Analytics to a Django App | Stefan’s Blog
Using the new Google Analytics GA4 for monitoring and analyzing user traffic on a Django app.
https://stefanbschneider.github.io/blog/django-google-analytics
The text was updated successfully, but these errors were encountered: