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 專案 | 僅複寫專案。不支援資料管道專案。 |
目標更新方法 | 複寫任務: 在資料湖中登陸資料任務: |
管理中繼資料 | 不需要手動產生中繼資料。 |
結構描述演進 | 僅支援變更欄資料類型操作。 |
| 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 啟動器 訂閱,因為不支援 資料移動閘道。若您有另一個訂閱層級且不想使用 資料移動閘道,選取無。 如需關於 資料移動閘道 福利的資訊以及需要此項的使用案例,請參閱 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
|