Skip to main content

Piwik PRO

Web Source code Package

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

PropertyTypeDescriptionMore
appId*stringID of the Piwik PRO site
url*stringURL of your Piwik PRO account
linkTrackingbooleanEnables/Disables download and outlink tracking
* Required fields

Event Mapping

For custom event mapping (mapping.entity.action.settings):

PropertyTypeDescriptionMore
goalIdstringID to count the event as a goal
goalValuestringProperty to be used as the goal value
💡 Need Professional Support?
Need professional support with your walkerOS implementation? Check out our services.