Skip to content

Commit 6da38fb

Browse files
authored
Merge pull request #493 from segmentio/repo-sync
repo sync
2 parents fd4e7e2 + ec229a8 commit 6da38fb

File tree

5 files changed

+65
-14
lines changed

5 files changed

+65
-14
lines changed

src/_data/catalog/overrides-list.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/_data/catalog/overrides.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# This file is manually generated. When you add or remove an item, add or remove
2-
# it from the `overrides-list.yml` too.
1+
# This file is manually generated.
32
items:
43
- slug: moengage
54
id: 55b280290a20f4e22f0fb3d6

src/_includes/content/destination-dossier.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h6>Destination Info</h6>
5252
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
5353
</ul>
5454
{% if components.size > 0%}
55-
55+
{% unless page.hide-components %}
5656
<h6>Components</h6>
5757
<ul class="components-list">
5858
{%for component in components %}
@@ -63,8 +63,9 @@ <h6>Components</h6>
6363
{% endunless %}
6464
{% endfor %}
6565
</ul>
66-
66+
{% endunless %}
6767
</div>
68+
{% unless page.hide-cmodes %}
6869
<div class="qi-content">
6970
<h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes"><img src="/docs/images/help.svg"/></a></h6>
7071
<table>
@@ -90,6 +91,7 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
9091
</tbody>
9192
</table>
9293
</div>
94+
{% endunless %}
9395
{% endif %}
9496
</div>
9597
{% endif %}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: FactorsAI Destination
33
rewrite: true
44
id: 5d1060c40d357d000181e92c
5+
hide-cmodes: true
6+
hide-components: true
57
---
68
[FactorsAI](https://www.factors.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) provides advanced and intuitive analytics for marketers and product managers, to help drive growth. With FactorsAI you get immediate insights to optimize marketing campaigns, improve conversions and understand user behaviours that drive feature adoption and retention.
79

@@ -11,8 +13,6 @@ This destination is maintained by FactorsAI. For any issues with the destination
1113

1214
## Getting Started
1315

14-
{% include content/connection-modes.md %}
15-
1616
1. From the Segment web app, click **Catalog**.
1717
2. Search for "FactorsAI" in the Catalog, select it, and choose which of your sources to connect the destination to.
1818
3. Enter the "API Key" into your Segment Settings UI which you can find from your [FactorsAI dashboard](https://app.factors.ai/#/settings/segment).
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Gladly Source
3+
id: 94LHXFps4k
4+
---
5+
6+
[Gladly](https://www.gladly.com/){:target="_blank"} is the only platform purposely built to help the world's fastest growing brands deliver radically personal customer service. Designed around people and not tickets, Gladly's all-in-one platform features every channel - from voice to SMS - natively built into a single UI, allowing agents to communicate seamlessly across all channels. Rated the #1 easiest-to-use customer service platform, Gladly is empowering brands of all sizes to deliver and scale exceptional customer and agent experiences and build brand loyalty.
7+
8+
The Gladly Source is an [Event Cloud Source](/docs/sources#event-cloud-sources) that can be used to track when your customers open or closed a conversation with an agent. Not only can you export data into your Segment warehouse, but you can also send the exported data into your other enabled Segment Destinations.
9+
10+
This source is maintained by Gladly. For any issues with the source, [contact the Gladly Support team](mailto:[email protected]).
11+
12+
## Getting Started
13+
14+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog) click **Add Source**.
15+
2. Search for "Gladly" in the Sources Catalog, select click Gladly, and click **Add Source**.
16+
3. On the next screen, give the Source a nickname configure any other settings.
17+
5. Click **Add Source** to save your settings.
18+
6. Copy the `Write key` from the Segment UI
19+
7. Log into Gladly
20+
8. Go to Settings -> App Developer Tools -> Apps
21+
9. Click **Add App** and select **Segment**
22+
10. Name your app
23+
11. Paste your `Write Key` into the **Segment Private Key** field
24+
12. Save your app
25+
26+
## Events
27+
28+
The table below lists events that Gladly sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Gladly includes the `userId` if available.
29+
30+
| Event | Description |
31+
| ------------------- | -------------------------------------------------------- |
32+
| Conversation Opened | A conversation was opened and assigned to an agent |
33+
| Conversation Closed | A conversation was closed and required no further action |
34+
35+
## Event properties
36+
37+
The table below list the properties included in the events listed above.
38+
39+
| Property Name | Description |
40+
| -------------- | ------------------------------------------------------------------- |
41+
| event | Conversation Status |
42+
| userId | Customer's Gladly ID |
43+
| customerName | Customer's Name |
44+
| email | Customer's Email Address |
45+
| phone | Customer's Phone Number |
46+
| conversationId | Conversation's ID |
47+
| status | Conversation's Status |
48+
| topics | List of Topic IDs for a Conversation (only for Conversation Closed) |
49+
| agentId | Assigned Agent's ID |
50+
| agentName | Assigned Agent's Name |
51+
| timestamp | Conversation Opened/Conversation Closed time |
52+
## Add Destinations
53+
54+
Now that your Source is set up, you can connect it with Destinations.
55+
56+
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](https://segment.com/docs/connections/event-delivery/) tool, and refer to the Destination docs for each tool for troubleshooting.
57+
58+
If there are any issues with how the events are arriving to Segment, [contact the Gladly support team](mailto:[email protected]).

0 commit comments

Comments
 (0)