[FIX] website: anchors in analytics hyperlinks

Custom anchors can be used as hyperlinks to target a specific
heading on the page. However, the google analytics one didn't
work well because of the capital letters used.

closes odoo/documentation#8307

X-original-commit: 3a18276d4a
Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
This commit is contained in:
Jonathan Castillo (jcs)
2024-03-15 15:15:02 +01:00
parent 0c6fc65ea2
commit ef7a0f8480
6 changed files with 15 additions and 15 deletions
@@ -5,14 +5,14 @@ Website analytics
Website analytics helps website owners monitor how people use their site. It provides data on
visitor demographics, behavior, and interactions, helping improve websites and marketing strategies.
You can track your Odoo website's traffic using :ref:`website/analytics/plausible` or
:ref:`website/analytics/GA`. We recommend using Plausible.io as it is privacy-friendly, lightweight,
and easy to use.
You can track your Odoo website's traffic using :ref:`analytics/plausible` or
:ref:`analytics/google-analytics`. We recommend using Plausible.io as it is privacy-friendly,
lightweight, and easy to use.
The Plausible analytics dashboard is also integrated into Odoo and can be accessed
via :menuselection:`Website --> Reporting --> Analytics`.
.. _website/analytics/plausible:
.. _analytics/plausible:
Plausible.io
============
@@ -83,7 +83,7 @@ Plausible.io account, proceed as follows:
.. seealso::
`Plausible Analytics documentation <https://plausible.io/docs>`_
.. _website/analytics/GA:
.. _analytics/google-analytics:
Google Analytics
================
@@ -127,7 +127,7 @@ To follow your Odoo website's traffic with Google Analytics:
.. seealso::
`Google documentation on setting up Analytics for a website <https://support.google.com/analytics/answer/1008015?hl=en/>`_
.. _website/analytics/gtm:
.. _analytics/google-tag-manager:
Google Tag Manager
==================
@@ -50,7 +50,7 @@ country of origin for those clicks.
#. You can also access the link tracker on *odoo.com/r* via your browser.
#. Activate the developer mode (:menuselection:`Settings --> Activate the developer mode`) and
get access to the *Link Tracker* module and its back-end functionalities.
#. Integrated with :ref:`website/analytics/GA`, those trackers allow you to
see the number of clicks and visitors to keep you on top of your marketing campaigns.
#. Integrated with :ref:`analytics/google-analytics`, those trackers allow you to see the number
of clicks and visitors to keep you on top of your marketing campaigns.
#. The integration with the :doc:`CRM </applications/sales/crm/track_leads/prospect_visits>` application allows
you to understand where your leads and opportunities are coming from.