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/sources/catalog/cloud-apps/blip/index.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,48 +6,46 @@ beta: true
6
6
7
7
[Blip](https://www.blip.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is an advanced conversation platform powered by AI.
8
8
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.
10
10
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]).
12
12
13
13
## Getting started
14
14
15
15
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog){:target="_blank”} click **Add Source**.
16
16
2. Search for "Blip" in the Sources Catalog, select Blip, and click **Add Source**.
17
17
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`).
21
19
4. Click **Add Source** to save your settings.
22
20
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**.
26
24
27
25
## Stream
28
26
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.
30
28
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.
32
30
33
31
## Events
34
32
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.
| 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 |
42
40
43
41
## Event Properties
44
42
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.
46
44
47
-
## Adding Destinations
45
+
## Adding destinations
48
46
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.
50
48
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.
52
50
53
51
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