I have a custom report that export my all time campaign metric data. I get this through the Klaviyo custom report UI. However, I want to be able to fully automate that export through the API and python SDK. I have been able to export the campaigns through the python SDK using the get_campaigns function, and I have been able to export unique opens and total received emails using the instructions from how to export conversion data. However, my unique opens is slightly different and I can’t seem to get it to match the custom report perfectly. Is there any reason for this? My parameters for the metric_export are, metric_id, count=100, unit=”week” start_date and end_date set, measurement = unique (count for received email metric), and by=”Campaign Name” or “$variation.”
Anything I should try? Thanks for any help.