API reference documentation for Bily core functions
import { init } from '@bily/browser'; init('your-domain-tracking-id', { verbose: true, persistQueue: true });
import { track } from '@bily/browser'; track('Event Name', { property1: 'value1', property2: 'value2' });
Was this page helpful?