@elbwalker/destination-web-piwikpro
v1.3.1
Published
Piwik PRO destination for walkerOS
Downloads
153
Maintainers
Readme
Piwik PRO web destination for walkerOS
Made to be used with walker.js from walkerOS.
More detailed information and examples can be found in the documentation.
🤓 Usage
Start by setting up the config for the destination. Optional fields as comments. Destinations can be used via node or directly in the browser.
Configuration
Learn more about the destinations in general and read the detailled Piwik PRO configuration.
const config = {
custom: {
appId: 'XXX-XXX-XXX-XXX-XXX', // Id of the site
// linkTracking: false, // Disable download and outlink tracking
// pageview: false, // Disable default pageview events
url: 'https://your_account_name.piwik.pro/', // Same address as the login
},
mapping: {
entity: {
action: {
custom: {
// CustomEvent
goalId: 'xxx-xxx-...', // Count the event as a goal
goalValue: '', // Property to be used as goal value
name: '', // Renaming the event
value: '', // Property to be used for the value
},
},
},
},
};
Node usage
npm i --save @elbwalker/destination-web-piwikpro
import { elb } from '@elbwalker/walker.js';
import destinationPiwikPro from '@elbwalker/destination-web-piwikpro';
elb('walker destination', destinationPiwikPro, config);
Contribute
Feel free to contribute by submitting an issue, starting a discussion or getting in contact.