BirdTracker

The BirdTracker class is the main entry point for tracking events in the Bird SDK. It exposes the available semantic event packages and their corresponding methods to track events.

Example

To access BirdTracker and the semantic packages, you can use the tracker property of the SDK instance.

Bird.tracker.ecommerce.orderConfirmed(event_props, event_opts);

Extends

  • Tracker

Properties

PropertyType

audiences

AudiencesTracker

conference

ConferenceTracker

ecommerce

EcommerceTracker

messaging

MessagingTracker

subscription

SubscriptionTracker

suppressions

SuppressionsTracker

survey

SurveyTracker

tracker

TrackerTracker

web

WebTracker

Last updated