Track Events

The bird.tracker is the main entry point for tracking events in Bird client SDKs. It exposes the available semantic event packages and their corresponding methods to track events.

Example

val properties = EcommerceOrderConfirmedProperties(
    billingAddress = billingAddress
)
bird.tracker.ecommerce.orderConfirmed(properties)

Semantic Event Packages

Check the semantic events of each package by going to it's corresponding page.

Last updated