- Gainsight is doubling down on agentic AI, EMEA expansion, and CustomerOS-led growth under new CEO Chuck Ganapathi while integrating recent acquisitions CEO announcement, EU Datacenter, Skilljar acquisition, Community acquisitions.
- What oper8r can solve now:
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
<script> | |
(function() { | |
var w = window; | |
var ic = w.Intercom; | |
if (typeof ic === "function") { | |
ic('reattach_activator'); | |
ic('update', intercomSettings); | |
} else { | |
var d = document; | |
var i = function() { i.c(arguments) }; |
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
<script> | |
/* | |
INSTRUCTIONS | |
To begin syncing these parameters with SFDC you will need to excplitly reference | |
them as qualification attributes in your Intercom Qualification Data settings in the Intercom UI: | |
https://www.intercom.com/help/faqs-and-troubleshooting/capture-qualify-and-convert-leads/what-is-qualification-data | |
Then, you will need to map those qualification attributes to your SFDC lead fields in the Intercom UI. | |
See the "Map and sync your qualification attributes" section of this document: |
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
//does Intercom exist in this scope | |
if(window.Intercom){ | |
//track our event | |
window.Intercom("trackEvent", "YOUR EVENT NAME"); | |
setTimeout(function(){ | |
//refresh our user, so we can take actions based off of the action above | |
Intercom("update", {last_request_at: parseInt((new Date()).getTime()/1000)}) | |
}, 500); | |
}; |
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
<script> | |
/* | |
INSTRUCTIONS | |
To begin syncing this parameters with SFDC you will need to excplitly reference | |
them as qualification attributes in your Intercom Qualification Data settings in the Intercom UI: | |
https://www.intercom.com/help/faqs-and-troubleshooting/capture-qualify-and-convert-leads/what-is-qualification-data | |
Then, you will need to map those qualification attributes to your SFDC lead fields in the Intercom UI. | |
See the "Map and sync your qualification attributes" section of this document: | |
https://www.intercom.com/help/apps-in-intercom/apps/salesforce-app | |
*/ |
OlderNewer