viewedSubdivisionProfile
A user viewed the profile of a subdivision.
A user viewed the profile of a subdivision.
See also: viewedNeighborhoodProfile, subdivision
| Field | Type | Required | Description |
|---|---|---|---|
listing | listing | No | The listing to which this subdivision is related |
name | string | Yes | The name of the subdivision |
1/* viewedSubdivision example */23var data = {4 "listing": listing,5 "name": "Wilmington Park"6};78brytescore( "realestate.viewedSubdivisionProfile", data );
Updated July 25, 2026