Piwik PRO
Piwik PRO is a European, privacy-focused web analytics and marketing platform that helps businesses track website traffic and user behavior.
Installation
npm install @walkeros/web-destination-piwikpro
Setup
import { createCollector } from '@walkeros/collector';
import { destinationPiwikPro } from '@walkeros/web-destination-piwikpro';
const { elb } = await createCollector();
elb('walker destination', destinationPiwikPro, {
settings: {
appId: 'XXX-XXX-XXX-XXX-XXX', // Required
url: 'https://your_account_name.piwik.pro/', // Required
},
});
Configuration reference
Property | Type | Description | More |
---|---|---|---|
appId* | string | ID of the Piwik PRO site | |
url* | string | URL of your Piwik PRO account | |
linkTracking | boolean | Enables/Disables download and outlink tracking |
* Required fields
Event Mapping
For custom event mapping (mapping.entity.action.settings
):
Property | Type | Description | More |
---|---|---|---|
goalId | string | ID to count the event as a goal | |
goalValue | string | Property to be used as the goal value |
💡 Need Professional Support?
Need professional support with your walkerOS implementation? Check out our services.