Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
1060 Visualizzazioni

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!

Avatar
Abbandona
Risposta migliore

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.

Avatar
Abbandona
Risposta migliore

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.

Avatar
Abbandona