How to fetch conversion rates from Pipedrive API accurately?

Empire
Empire Member Posts: 2 NEW MEMBER
edited October 30 in Apps and Integrations #1

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

  • Manuel Oliveira
    Manuel Oliveira Admin Posts: 1,293 COMMUNITY MANAGER
    1000 Comments 250 Likes 25 Answers Third Anniversary

    Hi @Empire can you please provide more details on the filter you are using there, or share a full screenshot?