addPurchaseRows
The addPurchaseRows method is used to add products a customer has purchased. You don't need to send an additional API call with addCartRows to empty the cart after a conversion. The method data is an array of objects. Each row is an ...
Purchase Page Example
The purchase page of your site is the purchase confirmation page that appears after a customer completes a transaction. The purchase page has the method setPageType with the value of purchase . The addPurchaseRows method i...