-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitbook-manifest.yaml
executable file
·44 lines (38 loc) · 1.76 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
name: rudderstack
title: RudderStack
icon: ./assets/icon.png
organization: tabnine
description: Integrate your GitBook public documentation with your RudderStack pipeline.
visibility: private
script: ./src/index.ts
scopes:
- space:views:read
summary: |
# Overview
The GitBook Segment integration empowers your teams by connecting your GitBook public documentation to your Segment pipeline.
# How it works
Automatic page view events on your public documentation:
Each of your connected GitBook spaces will send a `GitBook Space Viewed` event to the RudderStack source associated via id.
Track your users' actions across all your company's websites:
- Each `GitBook Space Viewed` includes the `anonymousId` property extracted from the RudderStack cookie.
- If the active user has already visited one of your other company's websites, the `anonymousId` will match the one already set by RudderStack.
- Otherwise, GitBook will associate a new `anonymousId` for the user matching RudderStack's format.
# Configure
To install the RudderStack integration on a single space click on the Integrations button in sub-navigation. Alternatively, you can install it on multiple or all spaces by going into your organization settings.
You will need the RudderStack Source Write Key to help you identify the data source, and the Data Plane URL for your RudderStack dataplane.
categories:
- analytics
configurations:
space:
properties:
data_plane_url:
type: string
title: Data Plane URL
description: The URL address of the RudderStack Data Plane.
source_write_key:
type: string
title: Write Key
description: The write key associated with the event source.
required:
- data_plane_url
- source_write_key