You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/fl0/index.md
+48-10Lines changed: 48 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,59 @@ beta: true
5
5
hidden: true
6
6
---
7
7
8
-
{% include content/plan-grid.md name="actions" %}
9
-
10
8
[FL0](https://fl0.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is the Product Intelligence Platform that converts customer interactions into revenue opportunities.
11
9
12
-
This destination is maintained by FL0. For any issues with the destination, [contact their Support team](mailto:[email protected]).
10
+
This destination is maintained by FL0. For any issues with the destination, [contact the FL0 Support team](mailto:[email protected]).
11
+
13
12
14
13
## Getting started
15
14
16
-
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "FL0".
15
+
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "FL0"
17
16
2. Select FL0 and click **Add Destination**
18
-
3. Select an existing source to connect to FL0 (Actions).
17
+
3. Select an existing source to connect to FL0 (Actions)
19
18
4. Go to your [FL0 Organization](https://go.fl0.com){:target="_blank"}
20
-
5. Click on **Connections** in the left-hand menu.
21
-
6. Click **Add source** in the top-right of the page and select **Segment**.
22
-
7. Copy the **API Key** from the Segment properties.
23
-
8. Enter the **API Key** in the FL0 destination settings in Segment.
19
+
5. Click on **Connections** in the left-hand menu
20
+
6. Click **Add source** in the top-right of the page and select **Segment**
21
+
7. Copy the **API Key** from the Segment properties
22
+
8. Enter the **API Key** in the FL0 destination settings in Segment
23
+
24
+
25
+
## Supported methods
26
+
27
+
The FL0 destination supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
28
+
29
+
### Page
30
+
31
+
Send [Page](/docs/connections/spec/page) calls to FL0 to measure what pages your users and companies are visiting. For example:
32
+
33
+
```js
34
+
analytics.page()
35
+
```
36
+
37
+
Segment sends Page calls to FL0 as automatically tagged events called `Page View`.
38
+
39
+
40
+
41
+
### Identify
42
+
43
+
Send [Identify](/docs/connections/spec/identify) calls to notify FL0 of your logged-in users. For example:
0 commit comments