{"title":"Filter","description":"Measures when user filters content with a native user-interface.","_alerts":[{"variant":"note","message":"`filter` events measure a slightly different action than a `search`. Filtering it is typically used to narrow down a set of results, rather than find a specific result with a keyword string."}],"type":"object","allOf":[{"properties":{"event":{"title":"Event Name","const":"filter"},"active_filters":{"title":"Active Filters","type":"object","description":"An object of key:value pairs representing the active filters.","example":"{\"type\": \"resource\", \"format\": \"video\", \"industry\": \"digital marketing\"}"},"result_count":{"$ref":"..\/$generic.json#\/definitions\/result_count"}},"required":["event","search_term"]}]}