Solved

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

  • 15 May 2024
  • 4 replies
  • 29 views

Userlevel 1
Badge +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

icon

Best answer by eCom2Win_Agency 17 May 2024, 07:10

View original

4 replies

Userlevel 3
Badge +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. 
 

Userlevel 2
Badge +5

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?

Userlevel 3
Badge +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

Userlevel 2
Badge +5

Thank you very much! :)

Reply