Listrak
Listrak is a comprehensive digital marketing automation platform.
Listrak integration replicates data using the Listrak SOAP 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 输入必须将数据从源复制到目标的日期。 |
| Username | Username. |
| Password | Password. |
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.
lists
The lists table contains info about your contact lists.
Replication Method
| Full Table |
Primary Key | ListID |
| Useful links |
Listrak documentation
Listrak API method
|
BounceUnsubscribeCount
INTEGER
|
CreateDate
DATE-TIME
|
DomainAliasEmail
STRING
|
DomainAliasLink
STRING
|
EnableBrowserLink
BOOLEAN
|
EnableDoubleOptin
BOOLEAN
|
EnableDynamicContent
BOOLEAN
|
EnableGoogleAnalytics
BOOLEAN
|
EnableInternationalization
BOOLEAN
|
EnableListHygiene
BOOLEAN
|
EnableListRemoveHeader
BOOLEAN
|
EnableRSS
BOOLEAN
|
EnableRemovalLink
BOOLEAN
|
FromEmail
STRING
|
FromName
STRING
|
GoogleTrackingDomains
ARRAY
This is a nested data structure. |
ListID
INTEGER
|
ListName
STRING
|
ShowAdvancedPersonalization
BOOLEAN
|
ShowEmailList
BOOLEAN
|
Vmta
OBJECT
This is a nested data structure: - Description: STRING
- VmtaID: INTEGER
|
bounceHandling
INTEGER
|
message_bounces
The message_bounces table contains info about contact bounces for a message.
Replication Method
| Full Table |
Primary Keys | MsgID EmailAddress |
| Useful links |
Listrak documentation
Listrak API method
|
| Join message_bounces with | on |
|---|
| message_clicks | message_bounces.ContactID = message_clicks.ContactID message_bounces.MsgID = message_clicks.MsgID |
| message_opens | message_bounces.ContactID = message_opens.ContactID message_bounces.MsgID = message_opens.MsgID |
| message_reads | message_bounces.ContactID = message_reads.ContactID message_bounces.MsgID = message_reads.MsgID |
| message_unsubs | message_bounces.ContactID = message_unsubs.ContactID message_bounces.MsgID = message_unsubs.MsgID |
| subscribed_contacts | message_bounces.ContactID = subscribed_contacts.ContactID |
| message_sends | message_bounces.MsgID = message_sends.MsgID |
| messages | message_bounces.MsgID = messages.MsgID |
BounceCount
INTEGER
|
BounceDate
STRING
|
BounceDetail
STRING
|
BounceReason
STRING
|
ContactID
STRING
|
EmailAddress
STRING
|
MsgID
INTEGER
|
message_clicks
The message_clicks table contains info about contact clicks for a message.
Replication Method
| Full Table |
Primary Keys | MsgID EmailAddress |
| Useful links |
Listrak documentation
Listrak API method
|
| Join message_clicks with | on |
|---|
| message_bounces | message_clicks.ContactID = message_bounces.ContactID message_clicks.MsgID = message_bounces.MsgID |
| message_opens | message_clicks.ContactID = message_opens.ContactID message_clicks.MsgID = message_opens.MsgID |
| message_reads | message_clicks.ContactID = message_reads.ContactID message_clicks.MsgID = message_reads.MsgID |
| message_unsubs | message_clicks.ContactID = message_unsubs.ContactID message_clicks.MsgID = message_unsubs.MsgID |
| subscribed_contacts | message_clicks.ContactID = subscribed_contacts.ContactID |
| message_sends | message_clicks.MsgID = message_sends.MsgID |
| messages | message_clicks.MsgID = messages.MsgID |
ClickDate
STRING
|
ContactID
STRING
|
EmailAddress
STRING
|
LinkDescription
STRING
|
LinkUrl
STRING
|
MsgID
INTEGER
|
message_opens
The message_opens table contains info about contact opens for a message.
Replication Method
| Full Table |
Primary Keys | MsgID EmailAddress |
| Useful links |
Listrak documentation
Listrak API method
|
| Join message_opens with | on |
|---|
| message_bounces | message_opens.ContactID = message_bounces.ContactID message_opens.MsgID = message_bounces.MsgID |
| message_clicks | message_opens.ContactID = message_clicks.ContactID message_opens.MsgID = message_clicks.MsgID |
| message_reads | message_opens.ContactID = message_reads.ContactID message_opens.MsgID = message_reads.MsgID |
| message_unsubs | message_opens.ContactID = message_unsubs.ContactID message_opens.MsgID = message_unsubs.MsgID |
| subscribed_contacts | message_opens.ContactID = subscribed_contacts.ContactID |
| message_sends | message_opens.MsgID = message_sends.MsgID |
| messages | message_opens.MsgID = messages.MsgID |
ContactID
STRING
|
EmailAddress
STRING
|
MsgID
INTEGER
|
OpenDate
STRING
|
message_reads
The message_reads table contains info about contact reads for a message.
Replication Method
| Full Table |
Primary Keys | MsgID EmailAddress |
| Useful links |
Listrak documentation
Listrak API method
|
| Join message_reads with | on |
|---|
| message_bounces | message_reads.ContactID = message_bounces.ContactID message_reads.MsgID = message_bounces.MsgID |
| message_clicks | message_reads.ContactID = message_clicks.ContactID message_reads.MsgID = message_clicks.MsgID |
| message_opens | message_reads.ContactID = message_opens.ContactID message_reads.MsgID = message_opens.MsgID |
| message_unsubs | message_reads.ContactID = message_unsubs.ContactID message_reads.MsgID = message_unsubs.MsgID |
| subscribed_contacts | message_reads.ContactID = subscribed_contacts.ContactID |
| message_sends | message_reads.MsgID = message_sends.MsgID |
| messages | message_reads.MsgID = messages.MsgID |
ContactID
STRING
|
EmailAddress
STRING
|
MsgID
INTEGER
|
ReadDate
STRING
|
message_sends
The message_sends table contains MsgID and EmailAddress pairs, allowing you to identify the messages that your contacts have been sent.
Replication Method
| Full Table |
Primary Keys | MsgID EmailAddress |
| Useful links |
Listrak documentation
Listrak API method
|
EmailAddress
STRING
|
MsgID
INTEGER
|
message_unsubs
The message_unsubs table contains info about contacts who requested to be removed from a list from the supplied message.
Replication Method
| Full Table |
Primary Keys | MsgID EmailAddress |
| Useful links |
Listrak documentation
Listrak API method
|
| Join message_unsubs with | on |
|---|
| message_bounces | message_unsubs.ContactID = message_bounces.ContactID message_unsubs.MsgID = message_bounces.MsgID |
| message_clicks | message_unsubs.ContactID = message_clicks.ContactID message_unsubs.MsgID = message_clicks.MsgID |
| message_opens | message_unsubs.ContactID = message_opens.ContactID message_unsubs.MsgID = message_opens.MsgID |
| message_reads | message_unsubs.ContactID = message_reads.ContactID message_unsubs.MsgID = message_reads.MsgID |
| subscribed_contacts | message_unsubs.ContactID = subscribed_contacts.ContactID |
| message_sends | message_unsubs.MsgID = message_sends.MsgID |
| messages | message_unsubs.MsgID = messages.MsgID |
AdditionDate
STRING
|
ContactID
STRING
|
EmailAddress
STRING
|
MsgID
INTEGER
|
RemovalDate
STRING
|
RemovalMethod
STRING
|
messages
The messages table contains info about message statistics.
Replication Method
| Full Table |
Primary Key | MsgID |
| Useful links |
Listrak documentation
Listrak API method
|
AverageOrderValue
NUMBER
|
ClickCount
INTEGER
|
ClickerCount
INTEGER
|
ClickerPercent
NUMBER
|
ConversionCount
INTEGER
|
DeliverCount
INTEGER
|
ListID
INTEGER
|
MsgID
INTEGER
|
NewClickerCount
INTEGER
|
OpenCount
INTEGER
|
OpenPercent
NUMBER
|
OrderTotal
NUMBER
|
ReadCount
INTEGER
|
ReadPercent
NUMBER
|
RemoveCount
INTEGER
|
RemovePercent
NUMBER
|
RepeatClickerCount
INTEGER
|
SendDate
DATE-TIME
|
Subject
STRING
|
The subscribed_contacts table contains info about contacts who are currently subscribed to the specified list.
Replication Method
| Full Table |
Primary Keys | ContactID ListID |
| Useful links |
Listrak documentation
Listrak API method
|