Skip to content

Commit 4e64905

Browse files
author
Thomas Gilbert
committed
[index.md] blitzllama destination docs
1 parent a5ddf02 commit 4e64905

File tree

1 file changed

+50
-0
lines changed
  • src/connections/destinations/catalog/blitzllama

1 file changed

+50
-0
lines changed
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) is a toolbox to collect and analyse in-app user feedback in real time. 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/), navigate to the Connections tab, search for Segment, 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 to identify users in Blitzllama. A trait in the Identify method maps to 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 an 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.

0 commit comments

Comments
 (0)