viewedOfficeProfile
A user viewed the profile page for a brokerage office.
A user viewed the profile page for a brokerage office.
| Field | Type | Required | Description |
|---|---|---|---|
address | address | No | The address of the office |
officeId | string | No | Your internal ID for this office |
officeName | string | No | The name of the office |
1/* viewedOfficeProfile example */23var data = {4 "officeName": "Initech Corporate"5};67brytescore( "realestate.viewedOfficeProfile", data );
Updated July 25, 2026