SnapEngage Destination
Destination Info
- Accepts Identify, and Track calls
- Refer to it as SnapEngage in the Integrations object
Components
SnapEngage is an enterprise chat software for businesses. It allows you to capture more leads, drive conversions, reduce response times, and increase customer satisfaction. Our SnapEngage destination code is open source - you can check it out here.
Getting Started
-
From the Segment web app, click Catalog.
-
Search for “SnapEngage” in the Catalog, select it, and choose which of your sources to connect the destination to. - keep in mind that our “SnapEngage” destination is only compatible with our client-side analytics.js library.
-
Add your SnapEngage
Widget ID
to your destination settings in Segment. You can find theWidget ID
in your SnapEngage JavaScript snippet. It will look something like this: 0c739ebb-2016-44a0-b1da-a5b5eb272474. Alternatively, theWidget ID
can also be found under the Advanced Widget ID section of the Get the Code tab in the Admin Dashboard when logged in to SnapEngage.
Once you enable the destination from the Segment web app, your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading SnapEngage’s JavaScript onto your page.
Remember to remove SnapEngages’s snippet from your page.
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:
analytics.identify('ze8rt1u89', {
name: 'Zaphod Kim',
gender: 'Male',
email: 'jane.kim@example.com',
});
When sending an Identify
call to SnapEngage be sure to include an email
field in the traits
object as outlined above. Otherwise the call will be rejected and you will be unable to set the user’s email.
Track
If you’re not familiar with the Segment Specs, take a look to understand what the Track method does.
Record Live Chat Events
With SnapEngage we only support “Live Chat” track
events. When “Record Live Chat Events” in your destination settings is enabled, we will automatically collect the following events on your behalf:
- Live Chat Conversation Started
- Live Chat Conversation Ended
- Live Chat Message Sent
- Live Chat Message Received
These events will then flow out to your other tools, so you can do things like analyze if users who chat spend more money over time.
We will not send any other track events.
To learn more about the live chat events you can capture with this destination, head on over to our Live Chat spec docs.
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
Setting | Description |
---|---|
Widget ID (required) |
string . You can find your Widget ID in your SnapEngage Javascript snippet. It will look something like this: 0c739ebb-2016-44a0-b1da-a5b5eb272474 . It can also be found under the Advanced Widget ID section of the Get the Code tab in the Admin Dashboard when logged in to SnapEngage. |
Record live chat events. | boolean , defaults to FALSE . Automatically send Live Chat message events, conversation starts and ends to other tools you have enabled. |
This page was last modified: 27 Oct 2023
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!