LifecycleHistories
Retrieve lifecycle histories.
Table Specific Information
Select
The connector will use the Salesforce Marketing Cloud Account Engagement API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the connector.
- 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. |