Delighted
Delighted is a customer experience (CX) platform that collects NPS, CSAT, and other survey feedback through email, SMS, and in-app channels.
Delighted integration replicates data using the Delighted API.
レプリケーションに利用可能なオブジェクトのリストについては、 [スキーマ] セクションを参照してください。Preparing for authentication
To access your data, you need to authenticate the connection with your account credentials.
To set up your Delighted account, you need:
- A Delighted account with access to the CX project you want to replicate.
- A Delighted API key for the project. Each project has its own API key — contact your Delighted account admin to obtain it.
Before creating the connection, confirm that you have selected the correct project in the top-left corner of your Delighted account. API keys are project-scoped; using a key from a different project will replicate data from that project instead.
Creating the connection
詳細については、「SaaSアプリケーションへの接続」を参照してください。
- 必要な接続プロパティを入力します。
接続名に接続の名前を入力します。
接続メタデータを開くを選択して、作成時の接続のメタデータを定義します。
[作成] をクリックします。
| Setting | Description |
|---|---|
| Data gateway | ユース ケースに応じて Data Movement gateway を選択します。 情報メモ Qlik Talend Cloud スターター サブスクリプションでは Data Movement gateway をサポートしていないため、この項目は使用できません。別のサブスクリプション ティアを利用しており、Data Movement gateway を使用しない場合は、 [None] (なし) を選択します。 Data Movement gateway の利点とそれを必要とするユース ケースの詳細については、「Qlik データ ゲートウェイ - データ移動」を参照してください。 |
| Start Date | ソースからターゲットにデータをレプリケートする必要がある日付を |
| API Key | API key. |
Schema
Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
Depending on your destination, table and column names may not appear as they are outlined below.
bounces
The bounces table contains information about people whose survey delivery bounced in your Delighted project.
Replication Method | CDC |
Primary Key | person_id |
| Useful links |
email_autopilot
The email_autopilot table contains information about people enrolled in the email autopilot queue in your Delighted project.
Replication Method | CDC |
Primary Key | person_id next_survey_request_id |
| Useful links |
metrics
The metrics table contains aggregate survey metric data for your Delighted project.
Replication Method | Full Table |
| Useful links |
people
The people table contains information about survey recipients in your Delighted project.
Replication Method | CDC |
Primary Key | id |
| Useful links |
sms_autopilot
The sms_autopilot table contains information about people enrolled in the SMS autopilot queue in your Delighted project.
Replication Method | CDC |
Primary Key | person_id next_survey_request_id |
| Useful links |
survey_responses
The survey_responses table contains survey response records from your Delighted project.
Replication Method | CDC |
Primary Key | id |
| Useful links |
unsubscribes
The unsubscribes table contains information about people who have unsubscribed from surveys in your Delighted project.
Replication Method | CDC |
Primary Key | person_id |
| Useful links |