Matomo
Matomo
is a free and open-source web analytics platform that provides detailed insights into website and application performance with features like visitor maps, site search analytics, real-time visitor tracking, and custom reports.
Matomo
.Matomo
URL is the web address in your browser when logged into Matomo
, typically ”https://mycompany.matomo.cloud/“.site_id
is a unique ID for each monitored site in Matomo
, found in the URL or via Administration > Measureables > Manage under ID
.The config
section in a YAML file includes the following properties:
connector_name: Matomo
Api_token: Access token
url: URL
queries: Queries
Site_id: ID of the site
Live_events_site_id: ID of the Live events site
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Matomo_data
connectorname: Matomo
config:
api_token: <API TOKEN>
url: <URL>
properties:
type: <REPORTS/VISITS>
queries: <QUERIES>
site_id: <SITE ID>
initial_load_past_days: <LOAD PAST DAYS>
live_events_site_id: <LIVE EVENTS SITE ID>