Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Bounces via DataWarehouse_Request

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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