Survey
SurveyTracker
Defines the tracker class for the survey semantic package
Example
To track an event using the survey package, you can use the corresponding method on the tracker instance:
Codebeispiel
Bird.tracker.survey.csat(event_props, event_opts);Extends
- Tracker
Methods
csat()
Codebeispiel
csat(props?: SurveyCsatProperties, opts?: BirdEventTrackingOptions): voidParameters
• props?: SurveyCsatProperties
• opts?: BirdEventTrackingOptions
Returns
void
SurveyCsatProperties
Properties for survey/csat event
Indexable
[k: string]: unknown
Properties
| Property | Type |
|---|---|
| conversation_id? | string |
| event_name? | string |