You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_includes/content/sync-frequency-note.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
<divclass="fa fa-info-circle"></div>
3
3
<divclass="content">
4
4
<p class="header">Real-time to batch destination sync frequency</p>
5
-
<p>Note that real-time audience syncs to {{page.title| replace: "Destination", " "}} may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.</p>
5
+
<p>Real-time audience syncs to {{page.title| replace: "Destination", " "}} may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.</p>
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/gainsight/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Gainsight Destination
3
3
rewrite: true
4
4
id: 54521fd625e721e32a72eeb5
5
5
---
6
-
[Gainsight](https://www.gainsight.com/) 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.
6
+
[Gainsight](https://www.gainsight.com/){:target="_blank"} 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.
7
7
8
8
9
9
## Getting Started
@@ -12,8 +12,8 @@ id: 54521fd625e721e32a72eeb5
12
12
13
13
1. From the Segment web app, click **Catalog**.
14
14
2. Search for Gainsight in the Catalog, select it, and choose which of your sources to connect the destination to.
15
-
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](https://support.gainsight.com/Connectors/API_Integration/Generate_API_Access_Key).
16
-
4. Start sending events!
15
+
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](https://support.gainsight.com/SFDC_Edition/Connectors/Connectors/API_Integrations/Generate_API_Access_Key){:target="_blank"}.
16
+
4. Start sending events.
17
17
18
18
19
19
## Identify
@@ -32,7 +32,7 @@ You can map `identify` calls to Salesforce by including the Salesforce Account I
32
32
33
33
## Track
34
34
35
-
**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.
35
+
**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, Segment only sends those events to Gainsight for you. However, if you do *not* map any events, Segment will by default send all your track events to Gainsight.
36
36
37
37
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like this ([analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/)):
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.
47
+
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.
48
48
49
49
If they haven't been identified, pass the Salesforce Account ID as a property like in the example above.
50
50
@@ -60,4 +60,4 @@ analytics.group('555', {
60
60
```
61
61
62
62
63
-
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.
63
+
To map your `group` calls to a Salesforce Account, pass the Salesforce Account ID as the `groupId`, like what you see in the previous example.
0 commit comments