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/peaka/index.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,50 +4,50 @@ id: 651ea97b7982672f1d66b93c
4
4
beta: true
5
5
---
6
6
7
-
[Peaka](https://peaka.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is a Zero-ETL platform that connects to any source. Ingest high-volume event and streaming data. Replace batch with real-time access.
7
+
[Peaka](https://peaka.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is a Zero-ETL platform that connects to any source. With Peak you can ingest high-volume event and streaming data, and replace batch with real-time access.
8
8
9
9
By integrating Peaka with their Segment workspace, users can designate Peaka as one of their destinations. This means that events such as pages, screens, tracks,
10
-
and more will be sent directly to Peaka's Segment data catalog. With this integration, Peaka users can begin querying their product events.
10
+
and more send directly to Peaka's Segment data catalog. With this integration, Peaka users can begin querying their product events.
11
11
12
-
This destination is maintained by Peaka. For any issues with the destination, [contact the Peaka Support team](mailto:[email protected]).
12
+
Peaka maintains this destination. For any issues with the destination, [contact the Peaka Support team](mailto:[email protected]).
13
13
14
14
## Getting started
15
15
16
16
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for **Peaka**
17
-
2. Select **Peaka** and click **Add Destination**
18
-
3. Choose which Source should send data to the **Peaka** destination.
19
-
4.Go to the [Peaka](https://peaka.studio/){:target="_blank"}, create your Segment Catalog and copy the **API key**.
20
-
5. Follow the steps in **Peaka**[Documentation](https://www.peaka.com/docs/integrations/segment/) on how to create your Segment Catalog and obtain your **API key**
21
-
6. Enter the **API Key** in the **Peaka** destination settings in Segment.
17
+
2. Select **Peaka** and click **Add destination**.
18
+
3. Choose which source should send data to the Peaka destination.
19
+
4.Log in to [Peaka](https://peaka.studio/){:target="_blank"}.
20
+
5. Follow the steps in the [Peaka documentation](https://www.peaka.com/docs/integrations/segment/){:target="_blank"} to create your Segment catalog and obtain your **API key**.
21
+
6. Enter the **API Key** in the **Peaka** destination settings in the Segment UI.
22
22
23
23
## Supported methods
24
24
25
-
**Peaka** supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
25
+
Peaka supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
26
26
27
27
### Page
28
28
29
-
Segment sends [Page](/docs/connections/spec/page) calls to **Peaka**. For example:
29
+
Segment sends [Page](/docs/connections/spec/page) calls to Peaka. For example:
30
30
31
31
```js
32
32
analytics.page("Retail Page", "Home");
33
33
```
34
34
35
-
You can see **Page** event data in your Peaka Catalog under **pages** table.
35
+
You can see Page event data in your Peaka Catalog under the pages table.
36
36
37
37
### Screen
38
38
39
-
Segment sends [Screen](/docs/connections/spec/screen) calls to **Peaka**. For example:
39
+
Segment sends [Screen](/docs/connections/spec/screen) calls to Peaka. For example:
40
40
41
41
```obj-c
42
42
[[SEGAnalytics sharedAnalytics] screen:@"Home"
43
43
properties:@{ @"Feed Type": @"private" }];
44
44
```
45
45
46
-
You can see **Screen** event data in your Peaka Catalog under **screens** table.
46
+
You can see Screen event data in your Peaka Catalog under the screens table.
47
47
48
48
### Identify
49
49
50
-
Segment sends [Identify](/docs/connections/spec/identify) calls to **Peaka**. For example:
50
+
Segment sends [Identify](/docs/connections/spec/identify) calls to Peaka. For example:
0 commit comments