ODBC Driver for Salesforce Marketing Cloud Account Engagement

Build 23.0.8839

Visits

Retrieve visits.

Table Specific Information

Select

The 本製品 will use the Salesforce Marketing Cloud Account Engagement API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.

  • Id supports '=', '<', '<=', '>', '>='.
  • VisitorId supports '=', '<', '<=', '>', '>='.
  • ProspectId supports '=', '<', '<=', '>', '>='.
  • CreatedAt supports '=', '<', '<=', '>', '>='.
  • UpdatedAt supports '=', '<', '<=', '>', '>='.

For example, the following queries are processed server side:

SELECT * FROM Visits WHERE Id = 22
SELECT * FROM Visits WHERE VisitorId > 234

Columns

Name Type ReadOnly References Description
Id [KEY] Int64 True

ID of the object.

VisitorId Int64 True

Visitors.Id

Pardot ID for the associated visitor.

ProspectId Int64 True

Prospects.Id

Pardot ID for the associated prospect.

VisitorPageViewCount Integer True

Number of page views for this visit.

FirstVisitorPageViewAt Datetime True

Time of first page view for this visit.

LastVisitorPageViewAt Datetime True

Time of last page view for this visit.

DurationInSeconds Integer True

Length of this visit.

CampaignParameter String True

Visit's campaign parameter utm_campaign from Google Analytics.

MediumParameter String True

Visit's medium parameter utm_medium from Google Analytics.

SourceParameter String True

Visit's source parameter utm_source from Google Analytics.

ContentParameter String True

Visit's content parameter utm_content from Google Analytics.

TermParameter String True

Visit's term parameter utm_term from Google Analytics.

CreatedAt Datetime True

The timestamp of when this object was created.

UpdatedAt Datetime True

The timestamp of when this object was last updated.

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