Hello,
we are reporting the revenue per campaign and per flow via api integration (we are building a dashboard). we are using "Placed Order" metric to get the value of total orders per campaign and per flow
this works very well with campaigns however, for flows the api is returning a value that is greater than klaviyo dashboard UI.
Working example to get "Placed Order" for 1 campaign:
https://a.klaviyo.com/api/v1/metric/WE4kdT/export?unit=day&measurement=value&api_key=123&start_date=2022-07-23&end_date=2022-07-23&where=[["$attributed_message","=","123"]]
Not working example to get "Placed Order" for 1 flow (api reports more than klv dashboard):
https://a.klaviyo.com/api/v1/metric/WE4kdT/export?unit=day&measurement=value&api_key=123&start_date=2022-07-23&end_date=2022-07-23&where=[["$attributed_flow","=","456"]]


