Tableau Connector for Salesforce Marketing Cloud Account Engagement

Build 24.0.8963

Emails

Query emails to learn how prospects responded to the emails.

テーブル固有の情報

Select

connector はSalesforce Marketing Cloud Account Engagement API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドでconnector 内部で処理されます。

  • Id は '='、'<'、'<='、'>'、'>=' をサポートしています。
  • ProspectId は '='、'<'、'<='、'>'、'>=' をサポートしています。
  • ListEmailId は '='、'<'、'<='、'>'、'>=' をサポートしています。
  • SentAt は '='、'<'、'<='、'>'、'>=' をサポートしています。

例えば、次のクエリはサーバーサイドで処理されます。

SELECT * FROM Emails WHERE Id = 50
SELECT * FROM Emails WHERE ProspectId = 23
SELECT * FROM Emails WHERE SentAt > '01/01/2022'

Columns

Name Type ReadOnly References Description
Id [KEY] Int64 True

ID of the email.

ProspectId Int64 True

Pardot prospect id related to this email.

CampaignId Int64 True

Pardot campaign related to this object.

CreatedById Int64 True

ID of the individual who created this object.

ClientType String True

Value is 'Builder' if the email was sent via the Lightning Email Builder. Value is 'Web' if it was sent via the legacy Pardot email builder.

TextMessage String True

The text content of the email. This field is retrieved only when filtering with email id.

HtmlMessage String True

The HTML content of the email. This field is retrieved only when filtering with email id.

ListId Int64 True

ID of the list associated with this email.

listEmailId Int64 True

ID of the list email associated with this email.

Name String True

Name of the email for identification in Pardot.

SentAt Datetime True

Time the email was sent.

Subject String True

The email subject.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963