Skip to main content

Plausible Analytics

Source code Package Browser ES5

Plausible Analytics is a simple, and privacy-friendly Google Analytics Alternative.

Installation

Install the destination via npm

npm i @elbwalker/destination-web-plausible
import { elb } from '@elbwalker/walker.js';
import destinationPlausible from '@elbwalker/destination-web-plausible';

elb('walker destination', destinationPlausible, config);

Configuration

Configure your Plausible destination.

Example

const config = {
custom: {
domain: 'elbwalker.com', // Optional, domain of your site as registered
},
};

Custom

PropertyTypeDescription
domainstringThe domain of your site as registered in Plausible
info

If you need professional support with your walkerOS implementation, check out our services.