Hi everyone,
we are currently trying to create Datawarehouse request via API. We are in need of the metric "bounces", so I added in the API request :
{"id": "bounces"}
But we get an error - invalid metric in metric-list.
Our request looks like this:
{
"Contact_Name":"name",
"Contact_Phone":"number",
"Date_Granularity":"day",
"Date_Type":"range",
"Email_Subject":"test",
"Email_To":"myemail@mycompany.com",
"Metric_List":[
{
"id": "bounces"
}
], "Report_Description":"test",
"File_Name":"test",
"Date_To":"12/31/17",
"Date_From":"12/01/17",
"Report_Name":"test",
"rsid":"mycompany.website"
}
When I use the Report Builder to get the data everything works fine. So I assume I am doing wrong, but I cannot figure out what.
How do I get the bounces via API-DWH-Request?
Thanks and BR,
Jonas
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Jonas,
Bounces is currently not an available metric in Data Warehouse. The processing architecture for the tool currently does not support it. I would recommend upvoting this idea thread to support its inclusion: Add bounces and entries to data warehouse
Hi Jonas,
Bounces is currently not an available metric in Data Warehouse. The processing architecture for the tool currently does not support it. I would recommend upvoting this idea thread to support its inclusion: Add bounces and entries to data warehouse
Views
Likes
Replies