-
Notifications
You must be signed in to change notification settings - Fork 393
Rabble AI Destination Documentation #7309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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:[email protected]). | ||
|
||
## 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. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.