Опис
There are several ways to collect tracking data on your Odoo website and send it to Google. The Google Tag Manager is a way to send tracking data via DataLayer, that is preferred by marketers and advanced users, who have experience with configuring tags on the GTM side.
However, a process of manual relations building between website CSS selectors and GTM triggers is quite complicated and takes a time. Various ready-made GTM integrations CMS providers simplify this process and allow you to quickly start tracking conversions on your website.
On Odoo websites, if you prefer using of the Google Tag Manager to integrate with analytical and advertising services, this solution provides you with convenient tools and can save time.
You can use Odoo e-Commerce events, like as "view_item", "add_to_cart", "begin_checkout", "purchase", and others, to set up conversion actions and send tracking data about your products and hashed users' data to Google, for getting enhanced conversions and track dynamic conversion values.
The module allows you to configure tracking events via Odoo UI, without additional development on your website, and allows minimizing of manual configuring actions on the GTM side.
Встановлення |
Odoo Online
Odoo.sh
On Premise
|
---|---|
Сумісність |
Community
Enterprise
|
Технічна назва | website_sale_google_tag |
Версія | 18.0.1.0.0 |
Ліцензія | OPL-1 |
Категорія |
|
Підтримка | Допомога з встановленням та підтримка впродовж 60 днів, гарантований багфіксинг впродовж року |
Use Case
Jorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate libero et velit interdum, ac aliquet odio mattis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
Forem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate libero et velit interdum, ac aliquet odio mattis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
Dorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate libero et velit interdum, ac aliquet odio mattis.
It is a long established fact that a reader will be distracted by the readable content of a page
Korem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate libero et velit interdum, ac aliquet odio mattis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
Korem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate libero et velit interdum, ac aliquet odio mattis.
Встановлення модуля Odoo
Завантаження модулів
Завантажте модулі з ZIP архіву на ваш сервер, де встановлена Odoo, або в GitHub репозиторій підключений до нього.
Розмістить розархівовані модулі у директорії з кастомними модулями та перезапустить системний сервіс Odoo.
Оновить список модулів
Після перезавантаження активуйте Режим розробника, та перейдіть до меню Додатки.

Натисніть на Оновити список додатків, щоб підтягнути нові модулі до списку.
Інсталяція модуля
Знайдіть модуль за його іменем та натисніть на Активувати, щоб інсталювати його.

* Якщо ви не бачите модуль, спробуйте видалити типовий фільтр Додатки у рядку пошуку.
Налаштування
Дотримуйтесь інструкцій в описі модуля, щоб завершити процес встановлення та почати користуватися застосунком.

Інструкція

The solution cleans sensitive tracking data such as payload, client IP address, and user agent. You can control the period after which the purging is performed. By default, it's 30 days.
Additionally, you can activate the "Completely delete log entries older than the specified period" option to remove all internal tracking log records after this time.
Click on the "Manage Tracking Services" link in the Settings view, or go to the "Configuration" - "Tracking" - "Services" menu and create a new tracking service for your Odoo website.

- Specify a website (if you have a multi-website environment).
- Select the service type "Google Tag Manager".
- Fill in your container ID.
If you want to get data about tracking events in Odoo, activate the "Internal Logs" option. To view the log records related to the current service, click the "Logs" button at the top of the form.


Data Field | Parameter Name | Description | Example |
---|---|---|---|
Email address | sha256_email_address |
Hashed user email. | Raw value: test@example.com | Hashed value: a8af8341993604f29cd4e0e5a5a4b5d48c575436c38b28abbfd7d481f345d5db |
Phone number | sha256_phone_number |
User phone number that is converted in E.164 format, including a plus sign (+) prefix and country code with no dashes, parentheses, or spaces. | Raw value: +380500000000 | Hashed value: e9d3eef677f9a3b19820f92696be53d646ac4cea500e5f8fd08b00bc6ac773b1 |
Street address | address.street |
User street address. | 123 Sun Street, 7 |
City | address.city |
User city name. | Kyiv |
Region | address.region |
User province, state, or region. | Kyivska |
Postal code | address.postal_code |
User post code. | 12345 |
Country | address.country |
User country code with 2 letters according to the ISO 3166-1 alpha-2 standard. | UA |

- How to set up Google tag gateway: https://developers.google.com/tag-platform/tag-manager/gateway/setup-guide
- Set up Google tag gateway with Cloudflare: https://support.google.com/tagmanager/answer/16061406
- Google First-party mode - load Google scripts through server-side tagging: https://developers.google.com/tag-platform/tag-manager/server-side/dependency-serving

https://www.googletagmanager.com/
, click the button on the right.


Список змін
16.0.1.0.1 2025-01-14
- Change the dataLayer calling.
16.0.1.0.0 2024-03-12
- Init version.
17.0.1.0.1 2024-09-17
- Change the dataLayer calling.
17.0.1.0.0 2024-04-13
- Migration from 16.0.
18.0.1.0.0 2024-10-11
- Migration from 17.0.