Retently Destination
Destination Info
- Accepts Track calls.
- Refer to it as Retently in the Integrations object
Retently is a customer experience management service. Measure your customer satisfaction with your company, products, or services by sending NPS, CSAT, CES, or 5-STAR surveys and act on the received feedback.
This destination is maintained by Retently. For any issues with the destination, contact the Retently Support team.
This document is about a destination which is in beta
This means that the Retently Destination is in active development, and some functionality may change before it becomes generally available.
Getting Started
The Retently destination allows you to send transactional surveys when an event is triggered in Segment.
It takes only three steps to set everything up and start surveying your audience:
1. Add Retently Destination
- From the Destinations catalog page in the Segment App, click “Add Destination”.
- Search for “Retently” in the Destinations Catalog, and select the “Retently” destination.
- Choose which Source should send data to the “Retently” destination.
2. Enter the Retently API key
- In Retently, go to the API token page.
- Give the API key a name and click “Create”.
- Copy the API key and enter it in the “API key” section, on the Retently destination settings page.
3. Map survey campaign with Segment events
- In the Retently destination settings in the Segment app, go to the Map Retently campaigns with Segment events section.
- In the left input field, enter the ID of the survey campaign. Learn how to configure the survey campaign.
- In the right field, list the name of one or more Segment Track events that should trigger the survey in the specified campaign.
Write the name of the event exactly as it’s written in the
analytics.track
method (more details in the section below). You can enter multiple Track events by separating them with a comma symbol (for example Order Placed, Dashboard Visited).
Save your changes to activate the Retently destination. After you complete these steps, Retently sends a survey in your transactional campaign every time one of the specified Track events is triggered in Segment.
Track
When a Segment Track event fires, Retently performs the following actions:
- Identifies the Track event name, and attempts to match it with the campaign ID from the Retently destination settings in Segment. If no campaign ID lists this track event name, then Retently dismisses the event.
- If the Track event name matches a campaign ID, Retently looks for the
properties
object passed with the track event, and creates a new customer record in Retently using the properties listed in the object.
The only property that Retently requires is email
. All other properties can be assigned as optional customer properties in Retently. To learn how to manage customer properties using Segment track events see the Retently documentation.
If you aren’t familiar with the Segment Spec, take a look at the Track method documentation to learn about what it does. An example call would look like:
analytics.track('Subscription Activate Button Clicked', {
email: "john.doe@example.com",
firstName: "John",
lastName: "Doe",
companyName: "ACME",
tags: "foo, bar, baz",
subscription_name: "Professional",
signup_date: "01/30/2020"
})
Segment sends Track calls to Retently as a track
event.
Engage
You can send computed traits and audiences generated using Engage to this destination as a user property. To learn more about Engage, schedule 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, Engage 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), Engage sets that value to false
.
When you first create an audience, Engage 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.
Real-time to batch destination sync frequency
Real-time audience syncs to Retently may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
Setting | Description |
---|---|
API Key (required) |
string . Insert your Retently API token. |
Map Retently campaigns with Segment events (required) |
text-map , defaults to {}. In the left field insert the ID of a Retently transactional email campaign. In the right field, list the events that will trigger the survey. You can add multiple campaigns. |
This page was last modified: 27 Oct 2023
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!