Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Enable State Required to enforce the customer to provide their State.

  2. Enable Postcode Required to enforce the customer to provide their Postcode.

  3. Enable Origin Required to enforce the customer to provide their Origin.

Important Note: If any payment options are linked to a 3DS Payment line (currently Eway), then these site setting options for Postcode, State and Country are disabled so they cannot be made optional.
This enforces the collection of the fields for the Primary passenger on the payment pages

...

This event signifies when one or more items is purchased by a user. It’s data structure is based on the Google Analytics 4 purchase event.

Code Block
{
  event: "purchase",
  transaction_id: 19538, // Booking id
  currency: "AUD", // Booking currency
  value: 430, // Booking total
  items: [
    {
      item_id: "2DAYTREK", // Tour / accommodation code.
      item_name: "2 Day Trek", // Tour / accommodation name.
      quantity: 2 // Sum of passengers.
    },
    {
      item_id: "FOODTOUR", 
      item_name: "Food Tour", 
      quantity: 1
    }
  ]
}

Related articles

The content by label feature displays related articles automatically, based on labels you choose. To edit options for this feature, select the placeholder below and tap the pencil icon.

...

Related issues