Click or drag to resize
GtmOrderHelper Methods

The GtmOrderHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMapOrder
Maps OrderInfo to GtmData representing Google Tag Manager order object. Order contains only data about order and do not contain order items array.
Protected methodMapOrderInternal
Maps OrderInfo to GtmData representing Google Tag Manager order object. Order contains only data about order and do not contain any order items array.
Public methodStatic memberMapOrderItems
Maps OrderItemInfos to list of GtmData representing Google Tag Manager order item object. Order items contain products array in given order and does not contain any order data.
Protected methodMapOrderItemsInternal
Maps OrderItemInfos to list of GtmData representing Google Tag Manager order item objects. Order items contain products array in given order and does not contain any order data.
Public methodStatic memberMapPurchase
Maps OrderInfo to GtmData representing Google Tag Manager purchase. Purchase consists of order and its items.
Protected methodMapPurchaseInternal
Maps OrderInfo to GtmData representing Google Tag Manager purchase. Purchase consists of order and its items.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
See Also