[FIX] website: warn about google api deprecation
Google deprecated both its "Universal Analytics" and "Google Sign-In"
API. See community counterpart commit for a detailed explanation and
links.
closes odoo/documentation#2499
X-original-commit: 0d01565ac3
Related: odoo/odoo#96280
Related: odoo/enterprise#29666
Related: odoo/upgrade#3698
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Romain Derie (rde) <rde@odoo.com>
This commit is contained in:
parent
588772b9a3
commit
f1e3c2d81d
@ -9,7 +9,6 @@ Optimize
|
|||||||
|
|
||||||
optimize/seo
|
optimize/seo
|
||||||
optimize/google_analytics
|
optimize/google_analytics
|
||||||
optimize/google_analytics_dashboard
|
|
||||||
optimize/plausible
|
optimize/plausible
|
||||||
optimize/link_tracker
|
optimize/link_tracker
|
||||||
optimize/unsplash
|
optimize/unsplash
|
||||||
|
@ -26,7 +26,3 @@ To follow your website's traffic with Google Analytics:
|
|||||||
|
|
||||||
To make your first steps in Google Analytics, refer to `Google Documentation
|
To make your first steps in Google Analytics, refer to `Google Documentation
|
||||||
<https://support.google.com/analytics/answer/1008015?hl=en/>`_.
|
<https://support.google.com/analytics/answer/1008015?hl=en/>`_.
|
||||||
|
|
||||||
.. seealso::
|
|
||||||
|
|
||||||
* :doc:`google_analytics_dashboard`
|
|
@ -1,70 +0,0 @@
|
|||||||
==========================================================
|
|
||||||
How to track your website traffic from your Odoo Dashboard
|
|
||||||
==========================================================
|
|
||||||
|
|
||||||
You can follow your traffic statistics straight from your Odoo Website
|
|
||||||
Dashboard thanks to Google Analytics.
|
|
||||||
|
|
||||||
- A preliminary step is creating a Google Analytics account and entering the
|
|
||||||
tracking ID in your Website's settings (see :doc:`google_analytics`).
|
|
||||||
|
|
||||||
- Go to `Google APIs platform <https://console.developers.google.com>`__
|
|
||||||
to generate Analytics API credentials. Log in with your Google account.
|
|
||||||
|
|
||||||
- Select Analytics API.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_api.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
- Create a new project and give it a name (e.g. Odoo).
|
|
||||||
This project is needed to store your API credentials.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_create_project.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
- Enable the API.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_enable.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
- Create credentials to use in Odoo.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_create_credentials.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
- Select *Web browser (Javascript)*
|
|
||||||
as calling source and *User data* as kind of data.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_get_credentials.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
- Then you can create a Client ID.
|
|
||||||
Enter the name of the application (e.g. Odoo) and the allowed pages on
|
|
||||||
which you will be redirected. The *Authorized JavaScript origin* is your
|
|
||||||
Odoo's instance URL. The *Authorized redirect URI* is your Odoo's instance
|
|
||||||
URL followed by '/google_account/authentication'.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_authorization.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
|
|
||||||
- Go through the Consent Screen step by entering a product name
|
|
||||||
(e.g. Google Analytics in Odoo). Feel free to check the customizations options
|
|
||||||
but this is not mandatory. The Consent Screen will only show up when you enter
|
|
||||||
the Client ID in Odoo for the first time.
|
|
||||||
|
|
||||||
- Finally you are provided with your Client ID. Copy and paste it in Odoo.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_client_id.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
- Open your Website Dashboard in Odoo and link your Analytics account to past
|
|
||||||
your Client ID.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_start.png
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
- As a last step, authorize Odoo to access Google API.
|
|
||||||
|
|
||||||
.. image:: google_analytics_dashboard/google_analytics_login.png
|
|
||||||
:align: center
|
|
Loading…
Reference in New Issue
Block a user