CampaignValues reports Endpoint returning blank results
Hello, I am utilizing the CampaignValues Reports Endpoint to pull the metrics of our company’s campaigns. The issue I am running into is that for some campaigns, the response is blank. For most of the others, it pulls the campaign metrics just fine but for some specific campaigns, the returned values is blank/null. I can confirm that nothing changes in the API POST other than the date range and the campaignID specified. Here is a sample of the response for one of our campaigns:
{
"data": {
"type": "campaign-values-report",
"id": "cbe56d14-3618-4be2-a9e9-f2e270c1fc4c",
"attributes": {
"results": []
}
},
"links": {
"self": "https://a.klaviyo.com/api/campaign-values-reports/",
"next": null,
"prev": null
}
}
Any ideas on what may be causing this?
