|
| 1 | +--- |
| 2 | +title: Rabble AI Destination |
| 3 | +id: 65c0426487cd2bfcaaae517c |
| 4 | +--- |
| 5 | + |
| 6 | +[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. |
| 7 | + |
| 8 | +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. |
| 9 | + |
| 10 | +This destination is maintained by Rabble AI. For any issues with the destination, [contact the Rabble AI Support team ](mailto:[email protected]). |
| 11 | + |
| 12 | +## Getting started |
| 13 | + |
| 14 | +1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"} search for "Rabble AI". |
| 15 | +2. Select Rabble AI and click **Add Destination**. |
| 16 | +3. Select an existing source to connect to Rabble AI. |
| 17 | +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. |
| 18 | +5. Enter the API Key in the Rabble AI destination settings in Segment. |
| 19 | + |
| 20 | +## Supported methods |
| 21 | + |
| 22 | +Rabble AI supports the following methods, as specified in the [Segment Spec](/docs/connections/spec). |
| 23 | + |
| 24 | +### Page |
| 25 | + |
| 26 | +Send [Page](/docs/connections/spec/page) calls to Rabble AI for analysis. For example: |
| 27 | + |
| 28 | +```js |
| 29 | +analytics.page(); |
| 30 | +``` |
| 31 | + |
| 32 | +Segment sends Page calls to Rabble AI as a `pageview`. |
| 33 | + |
| 34 | +### Identify |
| 35 | + |
| 36 | +Send [Identify](/docs/connections/spec/identify) calls to Rabble AI for analysis. For example: |
| 37 | + |
| 38 | +```js |
| 39 | +analytics.identify("userId123", { |
| 40 | + company: "Sample Company, Inc.", |
| 41 | +}); |
| 42 | +``` |
| 43 | + |
| 44 | +Segment sends Identify calls to Rabble AI as an `identify` event. |
| 45 | + |
| 46 | +### Track |
| 47 | + |
| 48 | +Send [Track](/docs/connections/spec/track) calls to Rabble AI for analysis. For example: |
| 49 | + |
| 50 | +```js |
| 51 | +analytics.track("Login Button Clicked"); |
| 52 | +``` |
| 53 | + |
| 54 | +Segment sends Track calls to Rabble AI as a `track` event. |
0 commit comments