ga4option

Legacy GA4 option payload used during migration.

Status: Deprecated

Replacement guidance: No supported replacement event is documented for option booking creation.

Deprecated GA4 option payload emitted during the checkout portal migration.

No supported replacement event is documented while option lead events are not part of the supported schema.

Sample data layer snippet

dataLayer.push({  "event": "ga4option",  "ecommerce": {    "currency": "EUR",    "value": "350.00",    "transaction_id": "ORDER-123",    "items": [      {        "item_id": "A123",        "item_name": "Accommodation"      }    ]  }});

Top-level parameters

Parameter

Sample

Presence

Description

ecommerce

{...}

if available

Legacy GA4 ecommerce payload with prefixed item ids.