mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-01 04:04:43 +00:00
Explain the three Google Analytics options
This commit is contained in:
parent
1ce265d2d9
commit
011e7d35ff
3 changed files with 16 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue