Here are just a few things I've learned about Google analytics.
1. You register your site with Google Analytics and it gives you a unique bit of java script you embed in right after the <head> in the html code of each page of your site. Here's my unique tracking code for this website:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134536164-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-134536164-1');
</script>
2. That tracking code then tracks anonymous info for those that visit the site. I'll attach a screenshot of my current dashboard to give you an idea of some of the things it tracks.
3. There are lots of more sophisticated things you can do from there, such as tracking performance of a certain digital campaign, bounce rate on certain pages to determine their effectiveness, etc.
I'm testing a Destination Goal in Google Analytics. If you click HERE, it will show you my certificate of completion of the beginners course for Google Analytics Academy. It will also register your visit in my Google Analytics goal dashboard. I'll share my learning and results in the next several days.
Here's what my dashboard currently looks like:
Here's a link to a 3 minute video on LinkedIn Learning that covers a few of these basics.
I just completed the Google Analytics Academy Beginners Course, at it was lots of fun. Here's a link to more info if that's your cup of tea.