Issue Filtering "metric-aggregates"
Hello, I am trying to filter metric-aggregates endpoint to fetch metrics per campaign using the “Campaign Name” filter, but when tried the `Invalid filter supplied` error pops up. This seems to happen with all filters with a space between multiple words. Here is the request:
{
"data":
{
"type" : "metric-aggregate",
"attributes" :
{ "interval" : "month",
"metric_id" : "TGxjH2",
"measurements" : ["count"],
"filter": [ "greater-or-equal(datetime,2022-01-01T11:00:00Z)",
"less-than(datetime,2023-01-01T11:00:00Z)",
"equals(Campaign Name,'test')"]
}
}
}
