This preview of pull request 1639 is meant for internal use only.

Gainsight Destination

Gainsight quick info

Gainsight accepts Track, Identify, and Group calls. If you reference it in the Integrations object, call it “Gainsight”.

Gainsight accepts cloud-mode data from all Segment source types. It does not offer device-mode connections.

Gainsight is a customer success software that empowers companies to increase revenue, decrease customer churn, and drive advocacy. Gainsight for Analytics Cloud is the first and only solution that runs predictive data science natively using Salesforce sales, service, marketing, and community data.

This document was last updated on October 18, 2018. If you notice any gaps, outdated information, or simply want to leave some feedback to help us improve our documentation, let us know!

Getting Started

Before you start, make sure Gainsight supports the source type and connection mode you’ve chosen to implement. You can learn more about connection modes here.

Web Mobile Server
📱 Device-mode ⬜️ ⬜️ ⬜️
☁️ Cloud-mode
  1. From the Segment web app, click Catalog.
  2. Search for Gainsight in the Catalog, select it, and choose which of your sources to connect the destination to.
  3. Copy your Gainsight Access Key and paste it into to the Access Key field in your Segment settings for Gainsight. This key can be generated from the integrations page under the admin area in Gainsight. It should be 36 characters long, for reference. If you need more information, visit the relevant documentation provided by Gainsight.
  4. Start sending events!

Identify

If you’re not familiar with the Segment Specs, take a look to understand what the Identify method does. An example call would look like this (analytics.js):

analytics.identify('123', {
  accountId: 'o283h08fh2390f923uofu23',
  name: 'Miles Morales',
  email: 'mmorales@midtownhs.edu'
});

You can map identify calls to Salesforce by including the Salesforce Account ID as accountId. Gainsight will handle the rest and collect any additional info you send in your identify calls and attribute them to the correct Account.

Track

Important: You should only send the track events you need to Gainsight. You can whitelist the names of the events you need in your Segment UI settings for Gainsight. Once you pre-map your events, we will only send those events to Gainsight for you. However, if you do not map any events, we will by default send all your track events to Gainsight.

If you’re not familiar with the Segment Specs, take a look to understand what the Track method does. An example call would look like this (analytics.js):

analytics.track('Account Created', {
  accountId: 'o283h08fh2390f923uofu23',
  source: 'Invite',
  title: 'CEO'
});

Mapping your track calls to a Salesforce Account is only necessary if the user doing the event is not already identified or grouped. If the user is identified all their events will be picked up automatically.

If they haven’t been identified, pass the Salesforce Account ID as a property like in the example above.

Group

If you’re not familiar with the Segment Specs, take a look to understand what the Group method does. An example call would look like this (analytics.js):

analytics.group('555', {
  name: 'Twitter',
  url: 'https://twitter.com'
});

To map your group calls to a Salesforce Account, pass the Salesforce Account ID as the groupId, like what you see in the above example.

Personas

You can send computed traits and audiences generated using Segment Personas to this destination as a user property. To learn more about Personas, contact us for a demo.

For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Personas sends an Identify call with the property order_completed_last_30days: true. When the user no longer satisfies this condition (for example, it’s been more than 30 days since their last order), Personas sets that value to false.

When you first create an audience, Personas sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.

Settings

Segment lets you change these destination settings from the Segment app without having to touch any code.

Access Key

It should be 36 characters long, and look something like this: 35a84f9e-7084-47a1-b8a5-593444e9e862.

Whitelist Track Events

Whitelist Segment .track() events you’d like to send to Gainsight. By default, if you do not whitelist any events, we will send all .track() events. If you do whitelist any events, we will only send those events through. Put the name of your .track() events here, ie. ‘Order Completed’

This page was last modified: 20 Oct 2020



Get started with Segment

Segment is the easiest way to integrate your websites & mobile apps data to over 300 analytics and growth tools.
or
Create free account