documentation/website/optimize/google_analytics.rst
Antoine Vandevenne (anv) 73fff57983 [IMP] *: fix display issues
- Several content blocks were either misaligned, using the wrong display directive or not showing at all.
- Some images were missings.
- Typos
2020-01-15 10:52:05 +01:00

32 lines
1.0 KiB
ReStructuredText

=======================================================
How to track your website's traffic in Google Analytics
=======================================================
To follow your website's traffic with Google Analytics:
- `Create a Google Analytics account <https://www.google.com/analytics/>`__ if
you don't have any.
- Go through the creation form and accept the conditions to get the tracking ID.
.. image:: media/google_analytics_account.png
:align: center
- Copy the tracking ID to insert it in Odoo.
.. image:: media/google_analytics_tracking_id.png
:align: center
- Go to the *Configuration* menu of your Odoo's Website app.
In the settings, turn on Google Analytics and paste the tracking ID.
Then save the page.
.. image:: media/google_analytics_settings.png
:align: center
To make your first steps in Google Analytics, refer to `Google Documentation
<https://support.google.com/analytics/answer/1008015?hl=en/>`_.
.. seealso::
* :doc:`google_analytics_dashboard`