Delighted
This page describes how to use Census with Delighted.
In this guide, we'll show you how to connect Delighted to Census and create your first sync.
- Have your Delighted account ready,
- Have the proper credentials to access your data source. See our docs for each supported data source for further information:
- Click the Add Service button
- Search for Delighted in the search bar

Next, you'll need your API Token from Delighted in order to connect. Your authentication flow should look like this:\


Here you will have to write SQL queries to select the data you want to send to your Delighted account. Your model can be a complex query selecting details about customers and generating metrics, or as simple as a
SELECT * FROM ...
, it's up to you. Once you have created your model, click Save Model.
From there, select your object. Here's an example of how that should look:\

Next, select your behavior, identifier and mapped fields.


Decide whether to sync existing data or not and then click the Next button:

Click the Next button to see a preview of what will happen when you start the sync. You can check the "Run Sync Now" checkbox to kick off an initial sync and pick a schedule afterward.
You should be able to view your data in Delighted now.
Delighted supports two objects: Autopilot and Survey
Object Name | Supported? |
---|---|
Autopilot | ✅ |
Survey | ✅ |
| |
Behaviors | Supported? | Objects |
---|---|---|
Append | ✅ | Survey |
Update Only, Upsert, and Mirror | ✅ | Autopilot |
Last modified 26d ago