Skip to content

Commit ee402d4

Browse files
authored
Merge pull request #2905 from segmentio/thomas/blitzllama
[index.md] blitzllama destination docs
2 parents 2bddaea + 85b5f95 commit ee402d4

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

.github/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ allowlist
1919
Amberflo
2020
Appboy
2121
Appsflyer
22+
Blitzllama
2223
blocklist
2324
boolean
2425
Chargebee
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
Blitzllama
3+
rewrite: true
4+
id: 616d3b0494950977f91f81a4
5+
---
6+
7+
[Blitzllama](https://blitzllama.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is a toolbox to collect and analyze in-app user feedback in real-time. The highly contextual and continuous user insights help product teams and leaders to build products faster with their users.
8+
9+
This destination is maintained by Blitzllama. For any issues with the destination, [contact the Blitzllama Support team](mailto:[email protected]).
10+
11+
## Getting Started
12+
13+
{% include content/connection-modes.md %}
14+
15+
16+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
17+
2. Search for **Blitzllama** in the Destinations Catalog, and select the **Blitzllama** destination.
18+
3. Choose which Source should send data to the Blitzllama destination.
19+
4. Go to the [Blitzllama dashboard](https://app.blitzllama.com/){:target="_blank"} and navigate to the **Connections** tab. Search for Segment, and click on the card to find and copy the **API key**.
20+
5. Enter the **API Key** in the Blitzllama destination settings in Segment.
21+
22+
## Supported methods
23+
24+
Blitzllama supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
25+
26+
### Identify
27+
28+
Send [Identify](/docs/connections/spec/identify) calls to identify users in Blitzllama. A trait in the Identify method maps to a single attribute in Blitzllama. For example:
29+
30+
```js
31+
analytics.identify('userId123', {
32+
33+
});
34+
```
35+
36+
Segment sends Identify calls to Blitzllama as an `identify` event.
37+
38+
39+
### Group
40+
41+
Send [Group](/docs/connections/spec/group) calls to associate users with existing or new cohorts in Blitzllama. For example:
42+
43+
```js
44+
analytics.group("0e8c78ea9d97a7b8185e8632", {
45+
name: "Initech",
46+
employees: 329
47+
});
48+
```
49+
50+
Segment sends Groups calls to Blitzllama as a `group` event.

vale-styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ allowlist
1919
Amberflo
2020
Appboy
2121
Appsflyer
22+
Blitzllama
2223
blocklist
2324
boolean
2425
Chargebee

0 commit comments

Comments
 (0)