viewedOfficeProfile

A user viewed the profile page for a brokerage office.

A user viewed the profile page for a brokerage office.

FieldTypeRequiredDescription
addressaddressNo

The address of the office

officeIdstringNo

Your internal ID for this office

officeNamestringNo

The name of the office

1/* viewedOfficeProfile example */
2
3var data = {
4 "officeName": "Initech Corporate"
5};
6
7brytescore( "realestate.viewedOfficeProfile", data );

Updated July 25, 2026