playedListingVideo

The user played a video about a listing.

The user played a video about a listing.

FieldTypeRequiredDescription
listinglistingNo

The listing to which this video is related.

videoUrluriNo

The URL of the video

1/* playedListingVideo example */
2
3var data = {
4 "listing": listing,
5 "videoUrl": "https://www.youtube.com/watch?v=KnB4FOCgfKs"
6};
7
8brytescore( "realestate.playedListingVideo", data );

Updated July 25, 2026