VisitorsPageViews
Retrieve visitors page views.
テーブル固有の情報
Select
本製品 はSalesforce Marketing Cloud Account Engagement API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。その他のフィルタはクライアントサイドで本製品 内部で処理されます。
- Id は '='、'<'、'<='、'>'、'>=' をサポートしています。
- VisitId は '='、'<'、'<='、'>'、'>=' をサポートしています。
- VisitorId は '='、'<'、'<='、'>'、'>=' をサポートしています。
- CreatedAt は '='、'<'、'<='、'>'、'>=' をサポートしています。
例えば、次のクエリはサーバーサイドで処理されます。
SELECT * FROM VisitorPageViews WHERE VisitId = 22 SELECT * FROM VisitorPageViews WHERE Id >= 22 AND VisitorId = 1234
GetDeleted
To retrieve VisitorPageViews that are in the recycle bin in Pardot the following operation is supported:
GETDELETED FROM VisitorPageViews
Columns
Name | Type | References | Description |
Id [KEY] | Int64 | Pardot ID for this visitor page view. | |
Url | String | The Url of the page. | |
Title | String | The Title column of the VisitorsPageViews object. | |
VisitId | Int64 | Pardot ID for this visit. | |
VisitorId | Int64 | Pardot ID for the associated visitor. | |
CampaignId | Int64 | Pardot campaign related to this object. | |
SalesforceId | String | Salesforce Id of the object. | |
DurationInSeconds | Integer | Length of this page view. | |
CreatedAt | Datetime | The timestamp of when this object was created. |