Referral SaaSquatch
Referral SaaSquatch is a cloud-based loyalty, referral and rewards marketing platform.
Referral SaaSquatch integration replicates data using the Referral SaaSquatch REST API.
See the
Schema section for a list of objects available for replication.
对这个连接器进行高级查看,包括有用的链接和支持的特性。
| 特性/功能 | 支持详情 |
|---|
| 支持的 Qlik Talend Data Integration 项目 | 仅 Replication 项目。不支持数据管道项目。 |
目标更新方法 | 复制任务: 在数据湖任务中登陆数据: |
管理元数据 | 无需手动生成元数据。 |
模式演变 | 只支持更改列数据类型操作。 |
| 复制 LOB 列(NCLOB、CLOB 和 BLOB) | 不支持 |
| 已计划 CDC | 必填字段。这就是目标与源的更改保持同步的方式。 有关复制任务,请参阅计划任务 有关湖登陆任务,请参阅为湖登陆任务调度 CDC |
| 通知 | 部分支持 设置操作更改通知 |
| 监视 | 仅 CDC,因为满负载与此连接器无关。 监视单个数据任务 |
| JSON 列有效载荷的自动解密 | 不支持不会自动在目标上删除源数据集中的 JSON 列有效负载。 |
Preparing for authentication
To access your data, you need to authenticate the connection with your account credentials.
信息注释请确保您使用的帐户对要获取的表具有读取权限。
Creating the connection
有关更多信息,请参阅连接到 SaaS 应用程序。
- 填写所需的连接属性。
在连接名称中提供连接的名称。
选择打开连接元数据以定义创建连接时的元数据。
单击创建。
Connection settings| Setting | Description |
|---|
| Data gateway | 如果您的用例需要,请选择一个 数据移动网关。 信息注释此字段不适用于 Qlik Talend Cloud Starter 订阅,因为它不支持 数据移动网关。如果您有另一个订阅层并且不想使用 数据移动网关,请选择无。 有关 数据移动网关 的优势和需要它的用例的信息,请参阅Qlik 数据网关 - 数据移动。 |
| Start Date | 按格式 MM/DD/YYYY 输入必须将数据从源复制到目标的日期。 |
| API Key | API key. |
| Tenant Alias | Tenant alias. |
Schema
信息注释Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
referrals
The referrals table contains info about all of the referrals in your Referral SaaSquatch tenant.
| Join referrals with | on |
|---|
| reward_balances | referrals.referredUser = reward_balances.userId referrals.referrerUser = reward_balances.userId referrals.referredAccount = reward_balances.accountId referrals.referrerAccount = reward_balances.accountId |
| users | referrals.referredUser = users.id referrals.referrerUser = users.id referrals.referredAccount = users.accountId referrals.referrerAccount = users.accountId |
dateConverted
DATE-TIME
|
dateModerated
DATE-TIME
|
dateReferralEnded
DATE-TIME
|
dateReferralPaid
DATE-TIME
|
dateReferralStarted
DATE-TIME
|
id
OBJECT
This is a nested data structure. |
programId
STRING
|
referredAccount
STRING
|
referredModerationStatus
STRING
|
referredReward
STRING
|
referredUser
STRING
|
referrerAccount
STRING
|
referrerModerationStatus
STRING
|
referrerReward
STRING
|
referrerUser
STRING
|
reward_balances
The reward_balances table contains info about the balances for all rewards.
| Join reward_balances with | on |
|---|
| referrals | reward_balances.userId = referrals.referredUser reward_balances.userId = referrals.referrerUser reward_balances.accountId = referrals.referredAccount reward_balances.accountId = referrals.referrerAccount |
| users | reward_balances.userId = users.id reward_balances.accountId = users.accountId |
accountId
OBJECT
This is a nested data structure. |
amount
INTEGER
|
type
STRING
|
unit
STRING
|
userId
OBJECT
This is a nested data structure. |
users
The users table contains info about the users in your Referral SaaSquatch tenant.
| Join users with | on |
|---|
| referrals | users.id = referrals.referredUser users.id = referrals.referrerUser users.accountId = referrals.referredAccount users.accountId = referrals.referrerAccount |
| reward_balances | users.id = reward_balances.userId users.accountId = reward_balances.accountId |
accountId
OBJECT
This is a nested data structure. |
dateCreated
DATE-TIME
|
email
STRING
|
emailHash
STRING
|
emailShareLink
STRING
|
facebookShareLink
STRING
|
firstName
STRING
|
firstSeenIP
STRING
|
id
OBJECT
This is a nested data structure. |
imageUrl
STRING
|
lastName
STRING
|
lastSeenIP
STRING
|
linkedinShareLink
STRING
|
locale
STRING
|
referralSource
STRING
|
shareLink
STRING
|
twitterShareLink
STRING
|