forked from GitbookIO/integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitbook-manifest.yaml
48 lines (43 loc) · 2.17 KB
/
gitbook-manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: plausible
title: Plausible
icon: ./assets/icon.png
description: Receive GitBook traffic insights directly in your Plausible dashboard.
previewImages:
- ./assets/plausible-preview.png
externalLinks:
- label: Documentation
url: https://www.gitbook.com/integrations/plausible
visibility: public
script: ./src/index.ts
# The following scope(s) are available only to GitBook Staff
# See https://developer.gitbook.com/integrations/configurations#scopes
scopes:
- space:script:inject
contentSecurityPolicy:
script-src: |
https://plausible.io;
connect-src: |
plausible.io
*;
summary: |
# Overview
Plausible Analytics are a GDPR CCPA and cookie law compliant site analytics. Web analytics is the process of measuring and analyzing the usage of a website. With Plausible activated on your website, you get access to a simple open source analytics dashboard. You can then use this data to assess the performance of your site and to figure out what you can do to improve your future efforts.
# How it works
The GitBook Plausible Analytics integration allows you to track traffic in your published spaces from your Plausible dashboard. Automatic tracking in your documentation: Each of your connected GitBook spaces will fetch the cookie-less Plausible tracking script and inject it in your public content.
# Configure
You can enable the integration on single published space by navigating to the sub-navigation and clicking on Integrations button. If you prefer to enable the integration or multiple or all published spaces you can do so by navigating to the org settings and clicking the Integrations tab. You will need your Domain to finish the configuration.
categories:
- analytics
configurations:
space:
properties:
domain:
type: string
title: Domain
description: The domain URL you configured for this Plausible website.
api:
type: string
title: Self-hosted API
description: When self-hosting, configure the url of the instance API (empty when using plausible.io).
required:
- domain