Skip to main content

Cart

When you want to display a campaign on your cart page, choose the urlType.CART interface
Then you have to fill the cart attributes:

beyable.page.setAttributes({
urlType: EPageUrlType.CART,
},
pageReferrer: document.referrer,
url: "https://my-web-site.com/cart",
cartPage: {
tags: ["cart"],
});

cartPage attributes details#

attributestypeactions
tags
string[]fill tags values to link trigger on it