track Acquisition Complete
abstract suspend fun trackAcquisitionComplete( order: PurchaseOrder, url: String, referrer: String? = ""): SystemaResult<<ERROR CLASS>>
Content copied to clipboard
Track Item Acquisition Complete event. Triggered when a "tracked" item from cart was purchased.
Return
HTTP response from tracker for Item Acquisition Complete event.
Parameters
product Id
Product ID of the item that was purchased from the cart.
items
List of CartItems that were purchased.
url
URL of the page/view while purchase was made - in Mobile, a simulated string.
abstract suspend fun trackAcquisitionComplete( order: PurchaseOrder, url: String, referrer: String? = "", result: (SystemaResult<<ERROR CLASS>>) -> Unit)
Content copied to clipboard