documentation/content/applications/websites/website/reporting/analytics.md
2025-02-27 18:56:07 +07:00

7.5 KiB

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}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.

(analytics-plausible)=

Plausible.io

Odoo hosts its own Plausible.io server and provides a free and ready-to-work Plausible.io solution for Odoo Online databases. Odoo automatically creates and sets up your account. You can start using it by going to {menuselection}Website --> Reporting --> Analytics.

:::{note} If you already have a Plausible.io account and you want to connect it to your Odoo Online database, you must create two ir.config.parameters to use Plausible.io's servers. To do so, enable the {ref}developer mode <developer-mode> and go to {menuselection}General Settings --> Technical -- System Parameters. Click {guilabel}New and fill in the following {guilabel}Key and {guilabel}Value fields:

.. list-table::
   :header-rows: 1

   * - Key
     - Value
   * - `website.plausible_script`
     - `https://plausible.io/js/plausible.js`
   * - `website.plausible_server`
     - `https://plausible.io`

Then, follow the steps below to connect your existing account with Plausible.io servers. :::

If your database is hosted on Odoo.sh or On-premise, or if you wish to use your own Plausible.io account, proceed as follows:

  1. Create or sign in to a Plausible account using the following link: https://plausible.io/register.

  2. If you are creating a new account, go through the registration and activation steps. When asked to provide your website details, add its {guilabel}Domain without including www (e.g., example.odoo.com) and change the {guilabel}Reporting Timezone if necessary. Click {guilabel}Add snippet to proceed to the next step. Ignore the {guilabel}Add JavaScript snippet instructions and click {guilabel}Start collecting data.

  3. Once done, click the Plausible logo in the upper-left part of the page to access your list of websites, then click the gear icon next to the website.

    :alt: Click the gear icon in the list of websites.
    
  4. In the sidebar, select {guilabel}Visibility, then click {guilabel}+ New link.

  5. Enter a {guilabel}Name, leave the {guilabel}Password field empty, as the Plausible analytics dashboard integration in Odoo doesn't support it, then click {guilabel}Create shared link.

    :alt: Credentials creation for the new shared link
    
  6. Copy the shared link.

    :alt: Copy the shared link URL from Plausible.io
    
  7. In Odoo, go to {menuselection}Website --> Configuration --> Settings.

  8. In the {guilabel}SEO section, enable {guilabel}Plausible Analytics, then paste the {guilabel}Shared Link and click {guilabel}Save.

:::{tip} If you have {doc}multiple websites <../configuration/multi_website>, add your websites to your Plausible.io account by going to https://plausible.io/sites and clicking {guilabel}+ Add website. In Odoo, in the Website settings, make sure to select the website in the {guilabel}Settings of Website field before pasting the {guilabel}Shared link. :::

:::{note} Odoo automatically pushes two custom goals: Lead Generation and Shop. :::

:::{seealso} Plausible Analytics documentation :::

(analytics-google-analytics)=

Google Analytics

To follow your Odoo website's traffic with Google Analytics:

  1. Create or sign in to a Google account using the following link: https://analytics.google.com.

    • If you are setting up Google Analytics for the first time, click {guilabel}Start measuring and go through the account creation step.

    • If you already have a Google Analytics account, sign in and click the gear icon in the bottom-left corner of the page to access the Admin page. Then, click {guilabel}+ Create Property.

      :alt: Measurement ID in Google Analytics.
      
  2. Complete the next steps: property creation, business details, and business objectives.

  3. When you reach the Data collection step, choose the {guilabel}Web platform.

    :alt: Choose a platform for your Google Analytics property.
    
  4. Set up your data stream: Specify your {guilabel}Website URL and a {guilabel}Stream name, then click {guilabel}Create stream.

  5. Copy the {guilabel}Measurement ID.

    :alt: Measurement ID in Google Analytics.
    
  6. In Odoo, go to {menuselection}Website --> Configuration --> Settings.

  7. In the {guilabel}SEO section, enable {guilabel}Google Analytics, then paste the {guilabel}Measurement ID and click {guilabel}Save.

:::{tip} If you have {doc}multiple websites <../configuration/multi_website> with separate domains, it is recommended to create one property per domain. In Odoo, in the Website settings, make sure to select the website in the {guilabel}Settings of Website field before pasting the {guilabel}Measurement ID. :::

:::{seealso} Google documentation on setting up Analytics for a website :::

(analytics-google-tag-manager)=

Google Tag Manager

{abbr}GTM (Google Tag Manager) is a tag management system that allows you to easily update measurement codes and related code fragments, collectively known as tags on your website or mobile app, directly through the code injector.

:::{warning}

  • Some GTM tags use data layers (e.g., advanced eCommerce tracking data layers) to retrieve variables and send them to Google Analytics. Data layers are currently not managed in Odoo.
  • Google Tag Manager may not be compliant with local data protection regulations. :::

To use GTM, proceed as follows:

  1. Create or sign in to a Google account by going to https://tagmanager.google.com/.

  2. In the {guilabel}Accounts tab, click {guilabel}Create account.

  3. Enter an {guilabel}Account Name and select the account's {guilabel}Country.

  4. Enter your website's URL in the {guilabel}Container name field and select the {guilabel}Target platform.

  5. Click {guilabel}Create and agree to the Terms of Service.

  6. Copy the <head> and <body> codes from the popup window. Then, go to your website, click {guilabel}Edit, go to the {guilabel}Themes tab, scroll down to the {guilabel}Website Settings section, then click {guilabel}<head> and {guilabel}</body> to paste the codes.

    :alt: Install Google Tag Manager
    

:::{note} The data is collected in the marketing tools used to monitor the website (e.g., Google Analytics, Plausible, Facebook Pixel), not in Odoo. :::