Skip to main content
Version: v2

Brand Metric Groups

info

Read more in the API documentation for the brand-metric-groups endpoint.

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

EndpointFunctionClient methodFilters class
"brand-metric-groups"brand_metric_groupsClient.brand_metric_groupsBrandMetricGroupsFilters

Usage

Using top-level functions
import bavapi

result = bavapi.brand_metric_groups("TOKEN", name="Pillars")

Available filters in function calls

These filters are available directly within the function/method:

  • Positional filters: name, active
  • Keyword filters: group_id

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