viewedSchoolProfile

A user viewed the profile of a school.

A user viewed the profile of a school.

FieldTypeRequiredDescription
listinglistingNo

The listing to which this school is related.

namestringYes

The name of the school.

addressaddressNo

The address of the school.

isElementarySchoolbooleanNo

This is an elementary school.

isMiddleSchoolbooleanNo

This is a middle school.

isHighSchoolbooleanNo

This is a high school.

1/* viewedSchoolProfile example */
2
3var data = {
4 "listing": listing,
5 "name": "Welton Academy for Boys",
6 "isHighSchool": true
7};
8
9brytescore( "realestate.viewedSchoolProfile", data );

Updated July 25, 2026