Skip to main content

Filter

Refines the ad selection based on specific product attributes.

fieldstringrequired

The name of the field to which this filter applies. Filterable fields are product-level attributes ingested in the catalog (e.g., brand_id, category_id_path).

Example: brand_id
valuestring[]required

The set of values on which to apply the matching operation. Values within a single filter have an OR relationship.

Example: ["260332020","260332021"]
typestringrequired

The type of matching to perform.

Possible values: [EQ, RANGE, GE, LE]

Filter
{
"field": "brand_id",
"value": [
"260332020",
"260332021"
],
"type": "EQ"
}