Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.

Add support for calculated metrics in report.queue for Data Warehouse

Avatar

Level 2

11/2/17

It would be amazing if I could request calculated metrics in a report.queue API request to DataWarehouse, as in:

{

   "reportDescription":

   {

      "reportSuiteID": "some_suite_id",

      "dateFrom": "2017-11-01",

      "dateTo": "2017-11-01",

      "metrics":

      [

         {"id": "cmSome_CalculatedMetric_ID"}

      ],

      "elements":

      [

         {"id": "some_prop"}

      ],

      "source": "warehouse"

   }

}

2 Comments