Skip to main content
Solved

Flow individual email stats , no. of clicks , open_rate for all email from the flow, API for this


Forum|alt.badge.img+1

I want to show the stats for the individual emails which is icluded in the flow , so how to get this from API i was not able to find the api, please help me to do this

Best answer by eCom2Win_Agency

Hey @Mathilde 

Seems it's possible to pull data from the API coming from Klaviyo with the help of the scripts in this repo.https://github.com/Divensky/klaviyo

Turns out someone else was faced with similar issue and this is the thread if you would like to go through it.https://community.klaviyo.com/developer-group-64/how-to-obtain-open-rate-click-rate-klaviyo-revenue-through-api-8372I

Hope this helps.

Thanks

View original
Did this topic or the replies in the thread help you find an answer to your question?

4 replies

eCom2Win_Agency
Problem Solver IV
Forum|alt.badge.img+7

Hey @ankitdew05 
 

To get individual email stats from a flow in Klaviyo, use the Get Metrics API to retrieve metrics like open rate and click rate. You can filter by campaign_id or flow_id to get data for specific emails in your flow. Check the Klaviyo API documentation for detailed endpoints and parameters here:

Link: https://developers.klaviyo.com/en/reference/api_overview

Hope this helps. 
 


Forum|alt.badge.img+6
  • Problem Solver I
  • 28 replies
  • May 15, 2024

Hi :)

 

I’m curious about a good solution to pulling this type of reporting data into Google Sheets by using Apps Script.

 

Does either of you have experience with that?


eCom2Win_Agency
Problem Solver IV
Forum|alt.badge.img+7

Hey @Mathilde 

Seems it's possible to pull data from the API coming from Klaviyo with the help of the scripts in this repo.https://github.com/Divensky/klaviyo

Turns out someone else was faced with similar issue and this is the thread if you would like to go through it.https://community.klaviyo.com/developer-group-64/how-to-obtain-open-rate-click-rate-klaviyo-revenue-through-api-8372I

Hope this helps.

Thanks


Forum|alt.badge.img+6
  • Problem Solver I
  • 28 replies
  • May 17, 2024

Thank you very much! :)