likedListing
The user 'liked' a listing.
The user 'liked' a listing.
See also: dislikedListing
| Field | Type | Required | Description |
|---|---|---|---|
listing | listing | Yes | The listing that was liked |
reason | string | No | The reason for liking the listing |
1/* likedListing example */23var data = {4 "listing": listing,5 "reason": "Big bedrooms. Double ovens."6}78brytescore( "realestate.likedListing", data );
Updated July 25, 2026