terveystalo / react-native-piwik-pro-sdk

React Native wrapper for Piwik Pro SDK
https://www.npmjs.com/package/react-native-piwik-pro-sdk
MIT License
2 stars 2 forks source link

Add e-commerce transaction tracking #15

Open aeirola opened 4 years ago

aeirola commented 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: