Skip to content

Commit cdcd8a2

Browse files
authored
Minor cleanup
1 parent 539fec3 commit cdcd8a2

File tree

1 file changed

+16
-18
lines changed
  • src/connections/sources/catalog/cloud-apps/blip

1 file changed

+16
-18
lines changed

src/connections/sources/catalog/cloud-apps/blip/index.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,46 @@ beta: true
66

77
[Blip](https://www.blip.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is an advanced conversation platform powered by AI.
88

9-
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) which can not only export data into your Segment warehouse, but can also federate the exported data into your other enabled Segment Destinations.
9+
This is an [Event Cloud Source](/docs/sources/#event-cloud-sources) that can not only export data into your Segment warehouse but also federate the exported data into your other enabled Segment destinations.
1010

11-
This source is maintained by White Wall. For any issues with the source, [contact their Support team](mailto:[email protected]).
11+
White Wall maintains this source. For any issues with the source, [contact their Support team](mailto:[email protected]).
1212

1313
## Getting started
1414

1515
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
1616
2. Search for "Blip" in the Sources Catalog, select Blip, and click **Add Source**.
1717
3. On the next screen, give the Source a name and configure any other settings.
18-
19-
- The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The name can be anything, but we recommend using something that reflects the source itself and distinguishes amongst your environments (eg. `Blip_Prod`, `Blip_Staging`, `Blip_Dev`).
20-
18+
- The name is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The name can be anything, but Segment recommends using something that reflects the source itself and distinguishes amongst your environments (for example, `Blip_Prod`, `Blip_Staging`, `Blip_Dev`).
2119
4. Click **Add Source** to save your settings.
2220
5. Copy the Write Key from the Segment UI.
23-
6. Log in to your Blip account. Visit the Blip Store, search for "Segment" and install the extension.
24-
7. Go to your bots' page and open the extension.
25-
8. Paste the Write Key in the corresponding field and click to save.
21+
6. From your Blip account, visit the Blip Store, search for "Segment", and install the extension.
22+
7. Go to your bots page and open the extension.
23+
8. Paste the Write Key in the corresponding field and click **Save**.
2624

2725
## Stream
2826

29-
Blip uses our stream Source component to send Segment event data. It uses a server-side `track` and `identify` methods to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
27+
Blip uses Segment's stream Source component to send Segment event data. It uses server-side Track and Identify methods to send data to Segment. These events are then available in any destination that accepts server-side events and available in a schema in your data warehouse, so you can query using SQL.
3028

31-
If available, Blip uses Blip's contact `identity` as the userId. If the `identity` is missing from the contact, an anonymousId will be generated.
29+
If available, Blip uses Blip's contact `identity` as the userId. If the `identity` is missing from the contact, an `anonymousId` gets generated.
3230

3331
## Events
3432

35-
The table below lists events that Blip sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Blip includes the `userId` if available.
33+
The following table lists events that Blip sends to Segment. These events appear as tables in your warehouse and as regular events in other destinations. Blip includes the `userId` if available.
3634

3735
| Event Name | Description |
3836
| ------------------ | ------------------------------------- |
39-
| Message Sent | Message was sent successfully |
40-
| Message Received | Message was received successfully |
41-
| Event Tracked | Tracking Event from Blip was created |
37+
| `Message Sent` | Message was sent successfully |
38+
| `Message Received` | Message was received successfully |
39+
| `Event Tracked` | Tracking Event from Blip was created |
4240

4341
## Event Properties
4442

45-
You can read [here](https://help.blip.ai/hc/pt-br/articles/4474381206423-Enviando-dados-para-an%C3%A1lise-atrav%C3%A9s-de-Webhooks) [PT] to know more about which properties are sent from Blip.
43+
See [Blip's documentation, in Portuguese](https://help.blip.ai/hc/pt-br/articles/4474381206423-Enviando-dados-para-an%C3%A1lise-atrav%C3%A9s-de-Webhooks){:target="_blank"}, to learn more about the properties that Blip sends.
4644

47-
## Adding Destinations
45+
## Adding destinations
4846

49-
Now that your Source is set up, you can connect it with Destinations.
47+
Now that your source is set up, you can connect it with Destinations.
5048

51-
Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](/docs/connections/event-delivery/) tool, and refer to the Destination docs for each tool for troubleshooting.
49+
Log into your downstream tools and check to see that your events appear as expected and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](/docs/connections/event-delivery/) tool and refer to the Destination docs for each tool for troubleshooting.
5250

5351
If there are any issues with how the events are arriving to Segment, [contact the White Wall support team](mailto:[email protected]).

0 commit comments

Comments
 (0)