Purchase Tracking
Function Signature
fun trackPurchase(
orderId: String,
value: Double?,
currencyCode: String?,
countryCode: String?,
additionalInfo: Map<String, String>,
products: List<ProductItem>?,
shippingPrice: Double?,
subtotal: Double?,
)Parameters
Parameter
Type
Required
Description
ProductItem Structure
Usage Examples
Basic Purchase Tracking
Complete Purchase with Products
Minimal Configuration
Related Documentation
Last updated
Was this helpful?