Specific integration instructions to enable order extraction.
extractOrderOnTab
methodORDER_COMPLETED
event to receive order information automaticallycart
, checkout
, or checkoutComplete
.checkoutComplete
pages.extractOrderOnTab
method:
cart
, checkout
or checkoutComplete
. To determine the page classification,
you can use the classifyPageOnTab
method. See the page classification
guide for more information.
ORDER_COMPLETED
event. This requires two steps:
ORDER_COMPLETED
events are only emitted on pages classified as checkoutComplete
.Order
object returned by the SDK contains comprehensive information about the order details:
PAGE_CLASSIFIED
event with the classification set to cart
, checkout
, or checkoutComplete
. You can listen for this event to run your own order-related logic.