Skip to main content
Version: v2

Brand Metrics

info

Read more in the API documentation for the brand-metrics endpoint.

The brand-metrics endpoint has full support, including query validation.

EndpointFunctionClient methodFilters class
"brand-metrics"brand_metricsClient.brand_metricsBrandMetricsFilters

Usage

Using top-level functions
import bavapi

result = bavapi.brand_metrics("TOKEN", name="Differentiation")

Available filters in function calls

These filters are available directly within the function/method:

  • Positional filters: name, active, public
  • Keyword filters: metric_id, private, groups

For other filters, passing an BrandMetricsFilters instance to the filters parameter is required.