Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
272 Vizualizări

Hello,

Is there a way to add a code snippet to a WordPress site that would track customers in Odoo to see what sites they have visited? Maybe by adding a cookie to the customers browser when they click on a link?

Thanks!

Imagine profil
Abandonează
Cel mai bun răspuns

Yes, you can track Odoo customer site visits on your WordPress site! Here's a simple way to do it:

  1. Enable Visitor Tracking in Odoo:
  2.  Go to Website → Configuration → Track Visitors in your Odoo backend.
  3. Install the "Website Visitors" module:
  4.  You can find and install this from the Odoo Apps section.
  5. Add the Odoo tracking script to your WordPress site:
  6.  Paste the Odoo tracking code into the <head> section of your WordPress theme. This script will allow Odoo to track visitor behavior, even on external sites like WordPress.

Imagine profil
Abandonează
Cel mai bun răspuns

Enable Visitor Tracking in Odoo (Website ‣ Configuration ‣ Track Visitors).

Install "Website Visitors" Module from Odoo Apps.

Add Odoo Tracking Script to the <head> section of your WordPress site.

Imagine profil
Abandonează