Skip to Content
Menu
This question has been flagged
2 Replies
264 Views

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
Discard
Best Answer

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
Discard
Best Answer

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
Discard