API Reference
BirdSdk
Examples
// Identify the user
await Bird.contact.identify({
strategy: 'Visitor',
identifier: {
key: 'emailaddress',
value: '[email protected]',
},
});
// Track an event
Bird.tracker.web.pageViewed(event_props, event_opts);Properties
Property
Type
Accessors
Methods
BirdInTheWindow
Example
Properties
Property
Type
Description
BirdPluginContext
Example
Properties
Property
Type
createBirdSdk()
Parameters
Returns
Remarks
Last updated
Was this helpful?

