TDV Adapter for Salesforce Pardot

Build 22.0.8462

LifecycleHistories

Retrieve lifecycle histories.

Table Specific Information

Select

The adapter will use the Salesforce Pardot API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the adapter.

  • Id supports '=', '<', '<=', '>', '>='.
  • CreatedAt supports '=', '<', '<=', '>', '>='.

For example, the following queries are processed server side:

SELECT * FROM LifecycleHistories WHERE Id = 49
SELECT * FROM LifecycleHistories WHERE Id >= 44
SELECT * FROM LifecycleHistories WHERE CreatedAt <= '02/03/2019 23:11:33'

Columns

Name Type References Description
Id [KEY] Int64 Pardot ID of this lifecycle history.
ProspectId Int64

Prospects.Id

Pardot's ID for the prospect in this stage.
PreviousStageId Int64 Pardot ID of the stage this prospect was previously in.
NextStageId Int64 Pardot ID of the stage this prospect will be in next.
SecondsElapsed Integer Number of seconds for prospect to get to current stage.
CreatedAt Datetime Time lifecycle history was created in Pardot.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462