Track Events
Example
val properties = EcommerceOrderConfirmedProperties(
billingAddress = billingAddress
)
bird.tracker.ecommerce.orderConfirmed(properties)let properties = EcommerceOrderConfirmedProperties(
billingAddress: billingAddress
)
bird.tracker.ecommerce.orderConfirmed(properties)const properties: EcommerceOrderConfirmedProperties = {
billing_address: billing_address
};
Bird.tracker.ecommerce.orderConfirmed(properties, event_opts);Semantic Event Packages
Package
Docs
Last updated
Was this helpful?

