viewedNeighborhoodProfile

The user viewed a profile of a neighborhood.

The user viewed a profile of a neighborhood.

See also: viewedSubdivisionProfile, neighborhood

FieldTypeRequiredDescription
listinglistingNo

The listing the user was on when the neighborhood profile was viewed

neighborhoodYes

The details for the viewed neighborhood

1/* viewedNeighborhoodProfile example */
2
3var data = {
4 "listing": listing,
5 "neighborhood": neighborhood
6};
7
8brytescore( "realestate.viewedNeighborhoodProfile", data );

Updated July 25, 2026