介绍
数据中潜藏着无限的价值,前提是进行有效的分析。
Google Analytics 一般简称GA,是Google 提供的数据分析工具,可用来分析网站或者App 的数据状况(网站使用的更多些),同时也是目前世界最普及的数据分析软件,相比其他产品,大家往往会更信任GA的数据准确度。
With more than 50 million website setups, Google Analytics is the most popular analytics platform. It’s free (up to 10 million hits per month), easy to setup, and it can be very powerful once Goals, Events and Ecommerce revenue are setup.
如果不在意网站的数据表现,那就跳过吧~
优势
- 免费,数据量大可以用进阶版 GA 360 (原名 GA Premium)
- 搭建简单,且不影响网站性能
- 功能强大,适用于博客、电子商务网站等
- 制作网站分析报告,建立学习指标
- 分析访问情况、行为流等
- 易于与AdWords,Search Console等其他Google产品集成
使用
- 可以登录Google 账号 🙂️
- 在 Google Analytics Admin Page => Create Property => get your Tracking ID:Format: UA-xxxxxx-xx.
- 将 gtag.js 粘贴到要跟踪的每个网页的 <HEAD> 标记中,或者全局网站代码段的config里。 此 blog中, Just checkout the code offered by Google/Baidu, and copy paste here, all the rest is already done for you.