printedDrivingDirections
The user printed driving directions to a listing.
The user printed driving directions to a listing.
See also: viewedDrivingDirections
| Field | Type | Required | Description |
|---|---|---|---|
listing | listing | Yes | The listing the user was viewing when the directions were printed |
startAddress | address | Yes | The starting address for the directions |
1/* printedDrivingDirections example */23var data = {4 "listing": listing,5 "startAddress": address6};78brytescore( "realestate.printedDrivingDirections", data );
Updated July 25, 2026