PipelineDealsConversionRates
Returns deal conversion rate statistics for a specific pipeline over a given time period, including won, lost, and stage-to-stage conversion rates.
View-Specific Information
SELECT
The provider uses the Pipedrive API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| PipelineId | = |
For example, the following query is processed server-side:
SELECT * FROM PipelineDealsConversionRates WHERE PipelineId = 4
Columns
| Name | Type | References | Description |
| PipelineId | Integer | ID of the pipeline. | |
| LostConversion | Integer | The percentage of deals that moved into the lost status during the specified period. | |
| StageConversions | String | The per-stage conversion rate statistics showing movement between pipeline stages during the specified period. | |
| WonConversion | Integer | The percentage of deals that moved into the won status during the specified period. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description | |
| UserId | Integer | ID of the user who's pipeline statistics to fetch. | |
| StartDate | Datetime | Start of the period. | |
| EndDate | Datetime | End of the period. |