Documentation
Transaction Group

Transactions are grouped in so called transaction groups. The grouping of transactions should help you to get a better and more detailed understanding of your conversion rate.

Transaction are grouped by the customer ID. In case the customer ID is not provided (NULL) then each transaction is treated as a separate transaction group.

A transaction group is considered as successful once a transaction is successfully completed.

A transaction group is considered as failed and closed once the last transaction is older than the transaction interval minus the actual time.

States
  • Pending
    At least one transaction of the group is not in a final state.
  • Failed
    All transactions within this group are failed.
  • Successful
    The last transaction in the group is successful.
Properties
  • Begin Date
  • Customer Id
  • End Date
  • ID
    A unique identifier for the object.
  • Linked Space ID
    The ID of the space this object belongs to.
  • Planned Purge Date
    The date and time when the object is planned to be permanently removed. If the value is empty, the object will not be removed.
  • State
    The object's current state.
  • Version
    The version is used for optimistic locking and incremented whenever the object is updated.