[ADD] website: add Google Analytics tutorial

This commit is contained in:
Martin Geubelle 2016-01-27 15:29:06 +01:00 committed by Martin Trigaux
parent 1fe11ed59b
commit 46e60390ac
15 changed files with 59 additions and 7 deletions

View File

@ -15,4 +15,4 @@ Applications
point_of_sale
project
getting_started/documentation
website/seo
website

View File

@ -1,4 +1,4 @@
:banner: banners/getting_started.jpg
:banner: banners/seo.jpg
=======
Website
@ -8,3 +8,4 @@ Website
:titlesonly:
website/seo
website/google_analytics

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
website/media/GC_copy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
website/media/GC_on_api.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -1,8 +1,6 @@
:banner: banners/seo.jpg
=======
Website
=======
==========================
Search Engine Optimisation
==========================
How is SEO handled in Odoo?
===========================