calculatedPropertyValuation

The user ran an automated property valuation.

The user ran an automated property valuation.

FieldTypeRequiredDescription
addressaddressYes

The address of the property the valuation was given for

valuenumberNo

The properties valuation

valueRangeLownumberNo

The minimum range of the valuation

valueRangeHighnumberNo

The maximum range of the valuation

zestimatenumberNo

The zestimate valuation

valuationURLuriNo

The url of the property valuation report

valuationModelstringNo

The model used to provide the valuation

1/* calculatedPropertyValuation example */
2
3var data = {
4 "address": address,
5 "value": 284000,
6 "valueRangeLow": 213000,
7 "valueRangeHigh": 295000,
8 "zestimate": 310000,
9 "valuationURL": "www.MyUrl/propertyValuation/742_Evergreen_Terrace",
10 "valuationModel": "RealAVM"
11};
12
13brytescore( "realestate.calculatedPropertyValuation", data );

Updated July 25, 2026