definition.yml 619 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
key: plausible
title: Plausible Analytics
description: Simple, open-source, lightweight and privacy-friendly web analytics alternative to Google Analytics.
author: requarks.io
logo: https://cdn.js.wiki/images/3rdparty/plausible.svg
website: https://plausible.io
isAvailable: true
props:
  domain:
    type: String
    title: Domain
    hint: The value of the data-domain property
    order: 1
14 15 16 17 18 19
  plausibleJsSrc:
    type: String
    default: https://plausible.io/js/plausible.js
    title: Plausible JS Script source
    hint: The URL of Plausbile Script (only needed when using a self hosted installation)
    order: 2