playedNeighborhoodVideo
The user played a video about a neighborhood.
The user played a video about a neighborhood.
| Field | Type | Required | Description |
|---|---|---|---|
listing | listing | No | The listing to which this video is related. |
videoUrl | uri | No | The URL of the video |
neighborhood | Yes | The neighborhood the video is about |
1/* playedNeighborhoodVideo example */23var data = {4 "listing": listing,5 "videoUrl": "https://www.youtube.com/watch?v=GCdwKhTtNNw",6 "neighborhood": neighborhood7};89brytescore( "realestate.playedNeighborhoodVideo", data );
Updated July 25, 2026