ga4optionConfirm

Legacy GA4 option confirmation payload used during migration.

Status: Deprecated

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

Deprecated GA4 option confirmation payload emitted during the checkout portal migration.

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

Sample data layer snippet

dataLayer.push({  "event": "ga4optionConfirm",  "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.