From 136c8219fb77cfe1e9ca7e8cbb22f1c07f18700e Mon Sep 17 00:00:00 2001 From: Travis Huggins Date: Tue, 10 Dec 2024 12:19:57 -0700 Subject: [PATCH 1/4] Rabble AI Destination Documentation --- .../destinations/catalog/rabble-ai/index.md | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/connections/destinations/catalog/rabble-ai/index.md diff --git a/src/connections/destinations/catalog/rabble-ai/index.md b/src/connections/destinations/catalog/rabble-ai/index.md new file mode 100644 index 0000000000..4f6c9f7a76 --- /dev/null +++ b/src/connections/destinations/catalog/rabble-ai/index.md @@ -0,0 +1,51 @@ +## title: Rabble AI Destination + +[Rabble AI](https://rabble.ai){:target="\_blank”} is an advanced AI platform which provides a simple and unique way for SaaS companies to understand their customers based on behavioral patterns in their existing engagement data. + +Rabble securely ingests mountains of SaaS product engagement data through API or other data connections, analyzing it through hundreds of proven AI/ML models.  Our platform instantly creates an affinity map that identifies where customers are on their journeys, such as if they are product qualified for upgrade or cross-sell, or potentially at risk. + +This destination is maintained by Rabble AI. For any issues with the destination, [contact the Rabble AI Support team](mailto:support@rabble.ai). + +## Getting started + +1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="\_blank”} search for "Rabble AI". +2. Select Rabble AI and click **Add Destination**. +3. Select an existing Source to connect to Rabble AI. +4. Go to the [Rabble AI Data Source](https://app.rabble.ai/datasources){:target="\_blank"}, click Connect on Segment Integration to find and copy the **API key**. +5. Enter the **API Key** in the Rabble AI destination settings in Segment. + +## Supported methods + +Rabble AI supports the following methods, as specified in the [Segment Spec](/docs/connections/spec). + +### Page + +Send [Page](/docs/connections/spec/page) calls to Rabble AI for analysis. For example: + +```js +analytics.page(); +``` + +Segment sends Page calls to Rabble AI as a `pageview`. + +### Identify + +Send [Identify](/docs/connections/spec/identify) calls to Rabble AI for analysis. For example: + +```js +analytics.identify("userId123", { + company: "Sample Company, Inc.", +}); +``` + +Segment sends Identify calls to Rabble AI as an `identify` event. + +### Track + +Send [Track](/docs/connections/spec/track) calls to Rabble AI for analysis. For example: + +```js +analytics.track("Login Button Clicked"); +``` + +Segment sends Track calls to Rabble AI as a `track` event. From 1e84cd54fa29c20dba646ce923b1ad4f5c05c17e Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:31:34 -0600 Subject: [PATCH 2/4] Update src/connections/destinations/catalog/rabble-ai/index.md Co-authored-by: Thomas Gilbert <64277654+tcgilbert@users.noreply.github.com> --- src/connections/destinations/catalog/rabble-ai/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/rabble-ai/index.md b/src/connections/destinations/catalog/rabble-ai/index.md index 4f6c9f7a76..5e8483df28 100644 --- a/src/connections/destinations/catalog/rabble-ai/index.md +++ b/src/connections/destinations/catalog/rabble-ai/index.md @@ -1,4 +1,7 @@ -## title: Rabble AI Destination +--- +title: Rabble AI Destination +id: 65c0426487cd2bfcaaae517c +--- [Rabble AI](https://rabble.ai){:target="\_blank”} is an advanced AI platform which provides a simple and unique way for SaaS companies to understand their customers based on behavioral patterns in their existing engagement data. From bea89024f01585a8da15575a24ec10dfb02d9bfb Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:33:01 -0600 Subject: [PATCH 3/4] update external link syntax --- src/connections/destinations/catalog/rabble-ai/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/connections/destinations/catalog/rabble-ai/index.md b/src/connections/destinations/catalog/rabble-ai/index.md index 5e8483df28..c7362108f9 100644 --- a/src/connections/destinations/catalog/rabble-ai/index.md +++ b/src/connections/destinations/catalog/rabble-ai/index.md @@ -3,7 +3,7 @@ title: Rabble AI Destination id: 65c0426487cd2bfcaaae517c --- -[Rabble AI](https://rabble.ai){:target="\_blank”} is an advanced AI platform which provides a simple and unique way for SaaS companies to understand their customers based on behavioral patterns in their existing engagement data. +[Rabble AI](https://rabble.ai){:target="_blank"} is an advanced AI platform which provides a simple and unique way for SaaS companies to understand their customers based on behavioral patterns in their existing engagement data. Rabble securely ingests mountains of SaaS product engagement data through API or other data connections, analyzing it through hundreds of proven AI/ML models.  Our platform instantly creates an affinity map that identifies where customers are on their journeys, such as if they are product qualified for upgrade or cross-sell, or potentially at risk. @@ -11,10 +11,10 @@ This destination is maintained by Rabble AI. For any issues with the destination ## Getting started -1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="\_blank”} search for "Rabble AI". +1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"} search for "Rabble AI". 2. Select Rabble AI and click **Add Destination**. 3. Select an existing Source to connect to Rabble AI. -4. Go to the [Rabble AI Data Source](https://app.rabble.ai/datasources){:target="\_blank"}, click Connect on Segment Integration to find and copy the **API key**. +4. Go to the [Rabble AI Data Source](https://app.rabble.ai/datasources){:target="_blank"}, click Connect on Segment Integration to find and copy the **API key**. 5. Enter the **API Key** in the Rabble AI destination settings in Segment. ## Supported methods From 4b86254b373d26ad01a1972d619dbccc27000f9e Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:36:22 -0600 Subject: [PATCH 4/4] minor cleanup --- .../destinations/catalog/rabble-ai/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/connections/destinations/catalog/rabble-ai/index.md b/src/connections/destinations/catalog/rabble-ai/index.md index c7362108f9..b53a86b64b 100644 --- a/src/connections/destinations/catalog/rabble-ai/index.md +++ b/src/connections/destinations/catalog/rabble-ai/index.md @@ -3,9 +3,9 @@ title: Rabble AI Destination id: 65c0426487cd2bfcaaae517c --- -[Rabble AI](https://rabble.ai){:target="_blank"} is an advanced AI platform which provides a simple and unique way for SaaS companies to understand their customers based on behavioral patterns in their existing engagement data. +[Rabble AI](https://rabble.ai){:target="_blank"} is an advanced AI platform that provides a simple and unique way for SaaS companies to understand their customers based on behavioral patterns in their existing engagement data. -Rabble securely ingests mountains of SaaS product engagement data through API or other data connections, analyzing it through hundreds of proven AI/ML models.  Our platform instantly creates an affinity map that identifies where customers are on their journeys, such as if they are product qualified for upgrade or cross-sell, or potentially at risk. +Rabble securely ingests mountains of SaaS product engagement data through API or other data connections, analyzing it through hundreds of proven AI/ML models. Our platform instantly creates an affinity map that identifies where customers are on their journeys, such as if they are product qualified for upgrade or cross-sell, or potentially at risk. This destination is maintained by Rabble AI. For any issues with the destination, [contact the Rabble AI Support team](mailto:support@rabble.ai). @@ -13,9 +13,9 @@ This destination is maintained by Rabble AI. For any issues with the destination 1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"} search for "Rabble AI". 2. Select Rabble AI and click **Add Destination**. -3. Select an existing Source to connect to Rabble AI. -4. Go to the [Rabble AI Data Source](https://app.rabble.ai/datasources){:target="_blank"}, click Connect on Segment Integration to find and copy the **API key**. -5. Enter the **API Key** in the Rabble AI destination settings in Segment. +3. Select an existing source to connect to Rabble AI. +4. Go to the [Rabble AI Data Source](https://app.rabble.ai/datasources){:target="_blank"}, click **Connect on Segment Integration** to find and copy the API key. +5. Enter the API Key in the Rabble AI destination settings in Segment. ## Supported methods