Matomo
Matomo, formerly Piwik, is an open source web analytics application to track online visits to one or more websites and display reports on these visits for analysis. Using this destination you can implement server-side tracking using Matomo Tracking HTTP API.
Key features
The Matomo destination provides the following key features:
Events structure: our Events reference covers Matomo's request structure, meaning that your data is properly bridged to the expected fields in an optimized way.
Prebuilt mappings: data mapping for event-based destinations happens automatically, which simplifies user inputs.
Automatic hashing: information is automatically hashed matching partner specifications.
Custom events and properties: you can freely push custom events and properties based on your specific needs.
Support for multi-item data: information included in the item array is bridged to Matomo.
Destination setup
Configuration
Server Domain
Required
Your server domain as provided by Matomo. (E.g. for https://your-matomo-domain.example
/matomo.php, include the blue string only).
Site Id
Required
Visitor Id Cookie Name
Visitor Id Value
The unique visitor identifier value if you need to pass it without a cookie.
User Identifier
Matomo Custom Variables
Matomo Custom Parameters
Matomo Goals
Authorization Token
Field mappings
Site Id
idsite
event_name
action_name
e_a
e_n
value
e_v
revenue
page.location
url
device.user_agent
ua
Visitor Id Cookie Name
Visitor Id Value
_id
[1]
page.referrer
urlref
Matomo Custom Variables
_cvars
user.id
user.email
user.email_md5
user.email_sha256
[custom_property]
uid
[2]
search_term
search
Matomo Goals
idgoal
[3]
id
ec_id
[[items.0.id
,items.0.product.name
,items.0.product.category_1
,items.0.product.price
,items.0.quantity
],...
,[items.N.id
,items.N.product.name
,items.N.product.category_1
,items.N.product.price
,items.N.quantity
]]
ec_items
[4]
revenue
ec_st
tax_amount
ec_tx
shipping_amount
ec_sh
Authorization Token
token_auth
device.ip
cip
event_timestamp
cdt
Last updated
Was this helpful?