Specific integration instructions to enable product extraction.
extractProductsOnTab
method which will automatically determine the page type
and extract the appropriate product information:
extractProductsOnTab
method will return:
Product
object for product detail pagesProduct
objects for cart pagesundefined
if no products are foundProduct
type includes the following fields:
extractProductDetailProductOnTab
,
extractCartProductsOnTab
, extractProductsOnTab
(previous version), and
extractExtendedProductsOnTab
are now removed and only extractProductsOnTab
will be supported, moving forward.product
or cart
. To determine the page classification, you can use
the classifyPageOnTab
method. See the page classification
guide for more information.