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