Interface TrackPurchaseParameters

Hierarchy

  • TrackPurchaseParameters

Properties

additionalInfo?: {
    [key: string]: string;
}

Any additional information associated to the purchase. Reserved keys: order_id, value, currency, country. Any values passed in the additionalInfo that use a reserved key will be ignored.

Type declaration

  • [key: string]: string
countryCode?: string

The country code of the purchase.

currencyCode?: string

The currency code of the purchase value.

orderId: string

A unique identifier for the user's order.

value?: number

The value of the order.

Generated using TypeDoc