viewedSubdivisionProfile

A user viewed the profile of a subdivision.

A user viewed the profile of a subdivision.

See also: viewedNeighborhoodProfile, subdivision

FieldTypeRequiredDescription
listinglistingNo

The listing to which this subdivision is related

namestringYes

The name of the subdivision

1/* viewedSubdivision example */
2
3var data = {
4 "listing": listing,
5 "name": "Wilmington Park"
6};
7
8brytescore( "realestate.viewedSubdivisionProfile", data );

Updated July 25, 2026