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

FieldTypeRequiredDescription
officeNamestringNo

The user is searching for offices with this name

serviceAreastringNo

The user is looking for offices in this service area

1/* searchedOffices example */
2
3var data = {
4 "serviceArea": "Kronos"
5}
6
7brytescore( "realestate.searchedOffices", data );

Updated July 25, 2026