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"      }    ]  }});

Top-level parameters

Parameter

Sample

Presence

Description

ecommerce

{...}

if available

Legacy ecommerce.items payload for selected amenities.