TIP: You can type at any time to perform a new search.
Matomo analytics
website_analytics_matomo · OCA/website
- Repository
- OCA/website · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website
- Folder size
- 0.35 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/website
- Last tracking update
- 2026-08-11 11:13:01
- Authors
- Odoo Community Association (OCA), Onestein, Therp BV
- Maintainers
- Odoo Community Association (OCA), Onestein, Therp BV
- Committers
- Anjeel Haria, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
This module allows to simply configure your odoo website for using [Matomo](http://matomo.org). If your website is a webshop, also consider to install the OCA module website_sale_analytics_matomo to enable full Ecommerce reporting with Matomo Analytics.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
layout |
layout | ir.ui.view | qweb | Inherits website.layout |
res_config_settings_view_form |
res.config.settings | form | Inherits website.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (6)
-
has_matomo_analyticsBooleanreadonly=Falserelated='website_id.has_matomo_analytics' args: 'Matomo Analytics' -
matomo_analytics_hostCharreadonly=Falserelated='website_id.matomo_analytics_host' -
matomo_analytics_idCharreadonly=Falserelated='website_id.matomo_analytics_id' -
matomo_enable_heartbeatBooleanreadonly=Falserelated='website_id.matomo_enable_heartbeat' -
matomo_enable_useridBooleanreadonly=Falserelated='website_id.matomo_enable_userid' -
matomo_heartbeat_timerIntegerreadonly=Falserelated='website_id.matomo_heartbeat_timer'
No public methods.
New fields (8)
-
has_matomo_analyticsBooleanargs: 'Matomo Analytics' -
matomo_analytics_hostCharhelp='The host/path your Matomo installation is accessible by on the internet.' args: 'Matomo host' -
matomo_analytics_host_urlCharcompute='_compute_matomo_analytics_host_url'store=Truestring='Matomo host URL' -
matomo_analytics_idChardefault='1'help='The ID Matomo uses to identify the website' args: 'Matomo website ID' -
matomo_enable_heartbeatBoolean -
matomo_enable_useridBoolean -
matomo_get_useridCharcompute='_compute_matomo_userid' -
matomo_heartbeat_timerIntegerdefault=15help='How many seconds a tab needs to be active to be counted as viewed.'
No public methods.
Loading…
Loading…
Loading…