How do I create custom dimensions in Matomo?
Custom dimensions let you track additional data beyond standard metrics. Go to Administration > Custom Dimensions to create a new dimension (visit-scope or action-scope). Then send data using _paq.push(["setCustomDimension", dimensionId, value]).
Visit-scope dimensions apply to the entire visit (e.g., user type, subscription plan). Action-scope dimensions apply to individual page views or events (e.g., article category, product type).
Have some questions? We have your solution.