deselect_amenity
Legacy amenity deselection payload from checkout portal.
Status: Deprecated
Replacement guidance: Use remove_from_cart with ecommerce.items[].
Deprecated event emitted when amenities were deselected in the old checkout portal.
Replaced by GA4 remove_from_cart with amenity items.
Sample data layer snippet
dataLayer.push({ "event": "deselect_amenity", "ecommerce": { "items": [ { "item_id": "A123", "item_name": "Amenity name" } ] }});