Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/_data/catalog/overrides-list.yml

This file was deleted.

3 changes: 1 addition & 2 deletions src/_data/catalog/overrides.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This file is manually generated. When you add or remove an item, add or remove
# it from the `overrides-list.yml` too.
# This file is manually generated.
items:
- slug: moengage
id: 55b280290a20f4e22f0fb3d6
Expand Down
6 changes: 4 additions & 2 deletions src/_includes/content/destination-dossier.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h6>Destination Info</h6>
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <span class="release-pill">Beta</span></li>{% endif %}
</ul>
{% if components.size > 0%}

{% unless page.hide-components %}
<h6>Components</h6>
<ul class="components-list">
{%for component in components %}
Expand All @@ -63,8 +63,9 @@ <h6>Components</h6>
{% endunless %}
{% endfor %}
</ul>

{% endunless %}
</div>
{% unless page.hide-cmodes %}
<div class="qi-content">
<h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes"><img src="/docs/images/help.svg"/></a></h6>
<table>
Expand All @@ -90,6 +91,7 @@ <h6>Connection Modes <a href="/docs/connections/destinations/#connection-modes">
</tbody>
</table>
</div>
{% endunless %}
{% endif %}
</div>
{% endif %}
4 changes: 2 additions & 2 deletions src/connections/destinations/catalog/factorsai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: FactorsAI Destination
rewrite: true
id: 5d1060c40d357d000181e92c
hide-cmodes: true
hide-components: true
---
[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.

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

## Getting Started

{% include content/connection-modes.md %}

1. From the Segment web app, click **Catalog**.
2. Search for "FactorsAI" in the Catalog, select it, and choose which of your sources to connect the destination to.
3. Enter the "API Key" into your Segment Settings UI which you can find from your [FactorsAI dashboard](https://app.factors.ai/#/settings/segment).
Expand Down