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