Explain the three Google Analytics options

This commit is contained in:
Peter Bittner 2020-04-11 19:05:14 +02:00
parent 1ce265d2d9
commit 011e7d35ff
3 changed files with 16 additions and 10 deletions

View file

@ -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

View file

@ -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:

View file

@ -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: