package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Feb 17, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TracifyAddToCart[I any] struct {
Currency iso4217.Currency `json:"currency,omitempty"`
Value float64 `json:"value,omitempty"`
Items []I `json:"items,omitempty"`
}
type TracifyConversion struct {
Currency iso4217.Currency `json:"currency,omitempty"`
Value float64 `json:"value,omitempty"`
ConversionID string `json:"conversion_id,omitempty"`
}
type TracifyPageView struct {
PageLocation string `json:"page_location,omitempty"`
}
type TracifyProductView struct {
PageLocation string `json:"page_location,omitempty"`
}
type TracifyPurchase[I any] struct {
Currency iso4217.Currency `json:"currency,omitempty"`
Value float64 `json:"value,omitempty"`
TransactionID string `json:"transaction_id,omitempty"`
Items []I `json:"items,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.