[ADD] website: add Google Analytics tutorial
@ -15,4 +15,4 @@ Applications
|
|||||||
point_of_sale
|
point_of_sale
|
||||||
project
|
project
|
||||||
getting_started/documentation
|
getting_started/documentation
|
||||||
website/seo
|
website
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
:banner: banners/getting_started.jpg
|
:banner: banners/seo.jpg
|
||||||
|
|
||||||
=======
|
=======
|
||||||
Website
|
Website
|
||||||
@ -8,3 +8,4 @@ Website
|
|||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|
||||||
website/seo
|
website/seo
|
||||||
|
website/google_analytics
|
||||||
|
53
website/google_analytics.rst
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
:banner: banners/getting_started.jpg
|
||||||
|
|
||||||
|
================
|
||||||
|
Google Analytics
|
||||||
|
================
|
||||||
|
|
||||||
|
To setup the signin process with Google, first you have to perform the following steps:
|
||||||
|
|
||||||
|
|
||||||
|
- Connect on your google account and go to https://console.developers.google.com
|
||||||
|
|
||||||
|
- Click on **Create Project** and enter a project name
|
||||||
|
|
||||||
|
.. image:: media/GC_create_project.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
.. image:: media/GC_new_project.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
- In the menu on left side, select the sub menu APIs (from menu APIs and auth) and activate **"Analytics API"** by clicking on button "OFF".
|
||||||
|
When it's done, check that the button of **"Calendar API"** is well in green and with text "ON"
|
||||||
|
|
||||||
|
.. image:: media/GC_API.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
.. image:: media/GC_off_api.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
.. image:: media/GC_on_api.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
- In the menu on left side, select the sub menu **"Credentials"** (from menu APIs and auth) and click on button **"Create New Client ID"**
|
||||||
|
|
||||||
|
.. image:: media/GC_credentials.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
.. image:: media/GC_create_new_client_id.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
- Fill in the Name of application and check that the platform is well on **"Web Application"**.
|
||||||
|
You should now configure the allowed pages on which you will be redirected. To do it, you need to complete the field **"Redirect RI"**
|
||||||
|
and set as value (your own domain followed by ``/google_account/authentication``) :
|
||||||
|
You can now click on **"Create Client ID"**
|
||||||
|
|
||||||
|
.. image:: media/GC_client_id.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
- Once done, you will have the both informations (**Client ID** and **Client Secret**) that you need to insert in the 2 fields below !
|
||||||
|
|
||||||
|
.. image:: media/GC_copy.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
- Click on **Apply**
|
BIN
website/media/GC_API.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
website/media/GC_Project.png
Normal file
After Width: | Height: | Size: 7.1 KiB |
BIN
website/media/GC_client_id.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
website/media/GC_copy.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
website/media/GC_create_new_client_id.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
website/media/GC_create_project.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
website/media/GC_credentials.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
website/media/GC_enable_api.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
website/media/GC_new_project.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
website/media/GC_off_api.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
website/media/GC_on_api.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
@ -1,8 +1,6 @@
|
|||||||
:banner: banners/seo.jpg
|
==========================
|
||||||
|
Search Engine Optimisation
|
||||||
=======
|
==========================
|
||||||
Website
|
|
||||||
=======
|
|
||||||
|
|
||||||
How is SEO handled in Odoo?
|
How is SEO handled in Odoo?
|
||||||
===========================
|
===========================
|
||||||
|