How to fetch conversion rates from Pipedrive API accurately?
Greetings everyone,
I can already view insights on funnel-to-funnel conversion rates under the insights tab, as seen below:
I intend to get the figures in between ("circled in red") using the Pipedrive API.
Found in the docs that we can use the /pipelines/{id}/conversion_statistics
endpoint to fetch this data, hence I'm accessing the data thus:https://api.pipedrive.com/v1/pipelines/${pipelineId}/conversion_statistics?api_token=${PIPEDRIVE_KEY}&start_date=${start_date}&end_date=${end_date}&user_id=${userId}
My Issue:
Regardless of how much I have tried, the data I'm getting from the API doesn't correlate with the data displayed on the dashboard.
What am I doing wrongly? Any ideas on how to rectify this, please?
Answers
-
Hi @Empire can you please provide more details on the filter you are using there, or share a full screenshot?
0