viewedNeighborhoodProfile
The user viewed a profile of a neighborhood.
The user viewed a profile of a neighborhood.
See also: viewedSubdivisionProfile, neighborhood
| Field | Type | Required | Description |
|---|---|---|---|
listing | listing | No | The listing the user was on when the neighborhood profile was viewed |
neighborhood | Yes | The details for the viewed neighborhood |
1/* viewedNeighborhoodProfile example */23var data = {4 "listing": listing,5 "neighborhood": neighborhood6};78brytescore( "realestate.viewedNeighborhoodProfile", data );
Updated July 25, 2026