searchedOffices
A user search for a real estate office on the website.
A user search for a real estate office on the website.
See also: searchedAgents
| Field | Type | Required | Description |
|---|---|---|---|
officeName | string | No | The user is searching for offices with this name |
serviceArea | string | No | The user is looking for offices in this service area |
1/* searchedOffices example */23var data = {4 "serviceArea": "Kronos"5}67brytescore( "realestate.searchedOffices", data );
Updated July 25, 2026