Skip to content

Commit 4ed7aa0

Browse files
Apply suggestions from code review
Co-authored-by: stayseesong <[email protected]>
1 parent 4e64905 commit 4ed7aa0

File tree

1 file changed

+7
-7
lines changed
  • src/connections/destinations/catalog/blitzllama

1 file changed

+7
-7
lines changed

src/connections/destinations/catalog/blitzllama/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rewrite: true
44
id: 616d3b0494950977f91f81a4
55
---
66

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.
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.
88

99
This destination is maintained by Blitzllama. For any issues with the destination, [contact the Blitzllama Support team](mailto:[email protected]).
1010

@@ -14,18 +14,18 @@ This destination is maintained by Blitzllama. For any issues with the destinatio
1414

1515

1616
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.
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.
2121

2222
## Supported methods
2323

2424
Blitzllama supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
2525

2626
### Identify
2727

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:
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:
2929

3030
```js
3131
analytics.identify('userId123', {
@@ -38,7 +38,7 @@ Segment sends Identify calls to Blitzllama as an `identify` event.
3838

3939
### Group
4040

41-
Send [Group](/docs/connections/spec/group) calls to associate users with an existing or new cohorts in Blitzllama. For example:
41+
Send [Group](/docs/connections/spec/group) calls to associate users with existing or new cohorts in Blitzllama. For example:
4242

4343
```js
4444
analytics.group("0e8c78ea9d97a7b8185e8632", {

0 commit comments

Comments
 (0)