From 77fdb51432cce27c157994fc63c00b0df5997e43 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Sat, 11 Apr 2020 19:05:14 +0200 Subject: [PATCH] Explain the three Google Analytics options --- docs/services/google_analytics.rst | 4 ++-- docs/services/google_analytics_gtag.rst | 11 +++++++---- docs/services/google_analytics_js.rst | 11 +++++++---- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/docs/services/google_analytics.rst b/docs/services/google_analytics.rst index 94587de..12d008c 100644 --- a/docs/services/google_analytics.rst +++ b/docs/services/google_analytics.rst @@ -1,6 +1,6 @@ -====================================== +============================================== Google Analytics (legacy) -- traffic analysis -====================================== +============================================== `Google Analytics`_ is the well-known web analytics service from Google. The product is aimed more at marketers than webmasters or diff --git a/docs/services/google_analytics_gtag.rst b/docs/services/google_analytics_gtag.rst index 5a8358c..68fb306 100644 --- a/docs/services/google_analytics_gtag.rst +++ b/docs/services/google_analytics_gtag.rst @@ -1,13 +1,16 @@ -====================================== - Google Analytics -- traffic analysis -====================================== +=============================================== + Google Analytics (gtag.js) -- traffic analysis +=============================================== `Google Analytics`_ is the well-known web analytics service from Google. The product is aimed more at marketers than webmasters or technologists, supporting integration with AdWords and other e-commence -features. +features. The global site tag (`gtag.js`_) is a JavaScript tagging +framework and API that allows you to send event data to Google Analytics, +Google Ads, and Google Marketing Platform. .. _`Google Analytics`: http://www.google.com/analytics/ +.. _`gtag.js`: https://developers.google.com/analytics/devguides/collection/gtagjs/ .. google-analytics-installation: diff --git a/docs/services/google_analytics_js.rst b/docs/services/google_analytics_js.rst index 764e023..fa47f6d 100644 --- a/docs/services/google_analytics_js.rst +++ b/docs/services/google_analytics_js.rst @@ -1,13 +1,16 @@ -====================================== - Google Analytics -- traffic analysis -====================================== +==================================================== + Google Analytics (analytics.js) -- traffic analysis +==================================================== `Google Analytics`_ is the well-known web analytics service from Google. The product is aimed more at marketers than webmasters or technologists, supporting integration with AdWords and other e-commence -features. +features. The `analytics.js`_ library (also known as "the Google +Analytics tag") is a JavaScript library for measuring how users interact +with your website. .. _`Google Analytics`: http://www.google.com/analytics/ +.. _`analytics.js`: https://developers.google.com/analytics/devguides/collection/analyticsjs/ .. google-analytics-installation: