
Event Mapping
Here’s how Edgee events map to Matomo tracking parameters:Edgee Event | Matomo Parameters | Description |
---|---|---|
Page | action_name , url , urlref | Tracks a pageview with optional referrer and metadata |
Track | e_c , e_a , e_n , e_v | Custom event tracking with category, action, name, and value |
User | uid or cid , _cvar | Identifies the user and sends user-level metadata |
Getting Started
To integrate Matomo into your Edgee project:- Open the Edgee console and navigate to your project’s Components.
- Select “Add a component” and choose
edgee/matomo
from the list. - Enter your Matomo Site ID, Endpoint URL, and optionally an
Authentication Token
if you want to enable tracking of sensitive data (like IP, location). - Click Save.
- Once configured, events will be sent to your Matomo instance in real-time from the edge.
Component Name
When configuring the component in your Edgee Data Layer or within SDK calls, useedgee/matomo
as the component name: