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

Package
Docs

app

audiences

conference

ecommerce

hospitality

lists

messaging

payments

subscription

suppressions

survey

web

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

Last updated