Open aeirola opened 4 years ago
Since the data is rather complex, we might need to check how the SDKs and piwik actually behaves in these situations. Preferably the result should be identical on both platforms
trackEcommerceOrder( orderId: string, grandTotal: number, subTotal?: number, tax?: number, shipping?: number, discount?: number, items?: Array<{ sku: string, name?: string, category?: string, price?: number, quantity?: number, }>, )
See:
Since the data is rather complex, we might need to check how the SDKs and piwik actually behaves in these situations. Preferably the result should be identical on both platforms
See: