Question
In Metric API, filter on segmentable field with “false” value gives result for both true and false value.
When we are applying filter on Metric API (https://adobedocs.github.io/analytics-2.0-apis/#/Metrics/getMetrics) for "segmentable" field with “false” value, it is giving records having both true and false value. The filter is not working properly.
When we apply true value:

When we apply false value:

Could you please share details regarding why it is working like this.